Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\loadpin\loadpin.c Create Date:2022-07-28 19:55:19
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:parse_exclude

Proto:static void __init parse_exclude(void)

Type:void

Parameter:Nothing

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  When i < ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(exclude_read_files) cycle
205  cur = exclude_read_files[i]
206  If Not cur Then Break
208  If cur == '\0' Then Continue
212  If strcmp(cur, kernel_read_file_str[j]) == 0 Then
213  pr_info("excluding: %s\n", kernel_read_file_str[j])
215  ignore_read_file_id[j] = 1
Caller
NameDescribe
loadpin_init