Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_printf.c Create Date:2022-07-28 06:32:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:mac

Proto:static void __init mac(void)

Type:void

Parameter:Nothing

391  const u8 addr[6] = {0x2d, 0x48, 0xd6, 0xfc, 0x7a, 0x05}
393  test("2d:48:d6:fc:7a:05", "%pM", addr)
394  test("05:7a:fc:d6:48:2d", "%pMR", addr)
395  test("2d-48-d6-fc-7a-05", "%pMF", addr)
396  test("2d48d6fc7a05", "%pm", addr)
397  test("057afcd6482d", "%pmR", addr)
Caller
NameDescribe
test_pointer