Home
last modified time | relevance | path

Searched refs:first (Results 1 – 9 of 9) sorted by relevance

/security/tomoyo/
Dutil.c410 bool first = true; in tomoyo_normalize_line() local
415 if (!first) in tomoyo_normalize_line()
417 first = false; in tomoyo_normalize_line()
823 bool first = true; in tomoyo_file_matches_pattern() local
834 if (first) in tomoyo_file_matches_pattern()
838 first = false; in tomoyo_file_matches_pattern()
843 return first ? result : !result; in tomoyo_file_matches_pattern()
Dcommon.c1396 bool first = true; in tomoyo_print_entry() local
1416 if (first) { in tomoyo_print_entry()
1418 first = false; in tomoyo_print_entry()
1424 if (first) in tomoyo_print_entry()
1444 if (first) { in tomoyo_print_entry()
1446 first = false; in tomoyo_print_entry()
1453 if (first) in tomoyo_print_entry()
1465 if (first) { in tomoyo_print_entry()
1467 first = false; in tomoyo_print_entry()
1474 if (first) in tomoyo_print_entry()
[all …]
/security/loadpin/
DKconfig8 can be pinned to the first filesystem used for loading. When
/security/
DKconfig204 "real" usermode helper binary, based on the first argument
219 be in the first argument passed to this program on the command
252 initialized first. Overridden by non-default CONFIG_LSM.
/security/selinux/ss/
Dpolicydb.c1976 struct filename_trans_datum **dst, *datum, *first = NULL; in filename_trans_read_helper() local
2007 dst = &first; in filename_trans_read_helper()
2040 rc = hashtab_insert(&p->filename_trans, ft, first, in filename_trans_read_helper()
2052 while (first) { in filename_trans_read_helper()
2053 datum = first; in filename_trans_read_helper()
2054 first = first->next; in filename_trans_read_helper()
/security/smack/
Dsmackfs.c1922 struct list_head *first, *last; in smk_list_swap_rcu() local
1928 first = public->next; in smk_list_swap_rcu()
1941 private->next = first; in smk_list_swap_rcu()
1943 first->prev = private; in smk_list_swap_rcu()
Dsmack_lsm.c698 bool first = true; in smack_sb_eat_lsm_opts() local
722 if (!first) { // copy with preceding comma in smack_sb_eat_lsm_opts()
729 first = false; in smack_sb_eat_lsm_opts()
/security/apparmor/
Dlabel.c1865 const char *first = skipn_spaces(str, n); in fqlookupn_profile() local
1867 if (first && *first == ':') in fqlookupn_profile()
/security/selinux/
Dhooks.c2646 bool first = true; in selinux_sb_eat_lsm_opts() local
2678 if (!first) { // copy with preceding comma in selinux_sb_eat_lsm_opts()
2685 first = false; in selinux_sb_eat_lsm_opts()