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:null_pointer

Proto:static void __init null_pointer(void)

Type:void

Parameter:Nothing

336  test_hashed("%p", NULL)
337  test(ZEROS"00000000", "%px", NULL)
338  test("(null)", "%pE", NULL)
Caller
NameDescribe
test_pointer