函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:memchr

函数原型:void *memchr(const void *cs, int c, size_t count)

返回类型:void

参数:

类型参数名称
const void *cs
intc
size_tcount
184  如果非count则返回:NULL
186  asm volatile
194  返回:res
调用者
名称描述
validate_nla
decode_state
disk_store
msg_print_text
legacy_parse_paramAdd a parameter to a legacy config. We build up a comma-separated list of* options.
kasan_memchr
proc_get_longproc_get_long - reads an ASCII formatted integer from a user buffer*@buf: a kernel buffer*@size: size of the kernel buffer*@val: this is where the number will be stored*@neg: set to %TRUE if number is negative*@perm_tr: a vector which contains the allowed
verify_dirent_namePOSIX says that a dirent name cannot contain NULL or a '/'.* It's not 100% clear what we should really do in this case.* The filesystem is clearly corrupted, but returning a hard* error means that you now don't see any of the other names