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

Proto:static void __init invalid_pointer(void)

Type:void

Parameter:Nothing

346  test_hashed("%p", PTR_INVALID)
347  test(ZEROS"000000ab", "%px", PTR_INVALID)
348  test("(efault)", "%pE", PTR_INVALID)
Caller
NameDescribe
test_pointer