函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_printf.c Create Date:2022-07-27 07:30:02
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:We can't use test() to test %p because we don't know what output to expect* after an address is hashed.

函数原型:static void __init plain(void)

返回类型:void

参数:

302  err等于plain_hash()
303  如果err
304  打印警告信息("plain 'p' does not appear to be hashed\n")
305  failed_tests自加
306  返回
309  err等于plain_format()
310  如果err
311  打印警告信息("hashing plain 'p' has unexpected format\n")
312  failed_tests自加
调用者
名称描述
test_pointer