Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:plain_hash

Proto:static int __init plain_hash(void)

Type:int

Parameter:Nothing

283  ret = plain_hash_to_buffer(PTR, buf, leave some space so we don't oops )
284  If ret Then Return ret
287  If strncmp(buf, PTR_STR, PTR_WIDTH) == 0 Then Return -1
290  Return 0
Caller
NameDescribe
plainWe can't use test() to test %p because we don't know what output to expect* after an address is hashed.