Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:uuid

Proto:static void __init uuid(void)

Type:void

Parameter:Nothing

430  const char uuid[16] = {0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, 0x9, 0xa, 0xb, 0xc, 0xd, 0xe, 0xf}
433  test("00010203-0405-0607-0809-0a0b0c0d0e0f", "%pUb", uuid)
434  test("00010203-0405-0607-0809-0A0B0C0D0E0F", "%pUB", uuid)
435  test("03020100-0504-0706-0809-0a0b0c0d0e0f", "%pUl", uuid)
436  test("03020100-0504-0706-0809-0A0B0C0D0E0F", "%pUL", uuid)
Caller
NameDescribe
test_pointer