Searched refs:found (Results 1 – 21 of 21) sorted by relevance
102 bool found = false; in tomoyo_get_group() local117 found = true; in tomoyo_get_group()120 if (!found) { in tomoyo_get_group()128 found = true; in tomoyo_get_group()134 return found ? group : NULL; in tomoyo_get_group()
410 bool found = false; in tomoyo_commit_condition() local415 found = true; in tomoyo_commit_condition()424 found = true; in tomoyo_commit_condition()427 if (!found) { in tomoyo_commit_condition()432 found = true; in tomoyo_commit_condition()438 if (found) { in tomoyo_commit_condition()
13 found at <https://tomoyo.sourceforge.net/>.
935 bool found = IS_ENABLED(CONFIG_SECURITY_TOMOYO_INSECURE_BUILTIN_SETTING); in tomoyo_manager() local951 found = true; in tomoyo_manager()955 if (!found) { /* Reduce error messages. */ in tomoyo_manager()966 return found; in tomoyo_manager()
271 int found = 0; in aa_audit_rule_match() local279 found = 1; in aa_audit_rule_match()285 return found; in aa_audit_rule_match()287 return !found; in aa_audit_rule_match()
13 distribution) and further information may be found at
96 goto found; in key_get_persistent()106 goto found; in key_get_persistent()110 found: in key_get_persistent()
444 goto found; in search_cred_keyrings_rcu()462 goto found; in search_cred_keyrings_rcu()484 goto found; in search_cred_keyrings_rcu()506 goto found; in search_cred_keyrings_rcu()525 found: in search_cred_keyrings_rcu()546 goto found; in search_process_keyrings_rcu()568 goto found; in search_process_keyrings_rcu()581 found: in search_process_keyrings_rcu()
698 goto found; in search_nested_keyrings()719 goto found; in search_nested_keyrings()855 found: in search_nested_keyrings()1116 goto found; in find_key_to_update()1121 found: in find_key_to_update()
70 goto found; in key_user_lookup()108 found: in key_user_lookup()690 goto found; in key_lookup()697 found: in key_lookup()
306 bool found = false; in ptracer_exception_found() local328 found = true; in ptracer_exception_found()333 if (found && (parent == NULL || task_is_descendant(parent, tracer))) in ptracer_exception_found()
11 Further information can be found in
166 int found = 0; in lookup_template_desc() local172 found = 1; in lookup_template_desc()177 return found ? template_desc : NULL; in lookup_template_desc()
2292 bool found = false; in ima_appraise_signature() local2323 found = true; in ima_appraise_signature()2334 return found; in ima_appraise_signature()
217 int found = 0; in smk_set_access() local229 found = 1; in smk_set_access()236 if (found == 0) { in smk_set_access()1145 int found; in smk_write_net4addr() local1224 found = 0; in smk_write_net4addr()1227 found = 1; in smk_write_net4addr()1233 if (found == 0) { in smk_write_net4addr()1402 int found = 0; in smk_write_net6addr() local1503 found = 0; in smk_write_net6addr()1507 if (found == 1) in smk_write_net6addr()[all …]
2529 int found = 0; in smack_ipv6host_label() local2549 for (found = 1, i = 0; i < 8; i++) { in smack_ipv6host_label()2552 found = 0; in smack_ipv6host_label()2556 if (found) in smack_ipv6host_label()3981 int found = 0; in smack_from_secattr() local4018 found = 1; in smack_from_secattr()4031 found = 1; in smack_from_secattr()4037 if (found) in smack_from_secattr()
262 bool found; in cond_insertf() local290 found = false; in cond_insertf()293 found = true; in cond_insertf()297 if (!found) { in cond_insertf()
303 int found = 0; in evm_protected_xattr_common() local313 found = 1; in evm_protected_xattr_common()319 found = 1; in evm_protected_xattr_common()324 return found; in evm_protected_xattr_common()
32 considered trusted if its root digest is found in the list
637 goto found; in avc_insert()641 found: in avc_insert()
362 bool found = false; in ordered_lsm_parse() local368 found = true; in ordered_lsm_parse()372 if (!found) in ordered_lsm_parse()
Completed in 82 milliseconds