函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:parse_exclude

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

返回类型:void

参数:

199  BUILD_BUG_ON - break compile if a condition is true(ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(exclude_read_files) != ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(ignore_read_file_id))
201  BUILD_BUG_ON - break compile if a condition is true(ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(kernel_read_file_str) < ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(ignore_read_file_id))
204 i小于ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(exclude_read_files)循环
205  cur等于exclude_read_files[i]
206  如果非cur退出
208  如果cur恒等于'\0'则继续下一循环
212  如果字符串比较恒等于0则
213  打印信息("excluding: %s\n", kernel_read_file_str[j])
215  ignore_read_file_id[j]等于1
调用者
名称描述
loadpin_init