Lines Matching refs:cond
1225 const struct tomoyo_condition *cond) in tomoyo_print_condition() argument
1231 if (cond->transit) { in tomoyo_print_condition()
1233 tomoyo_set_string(head, cond->transit->name); in tomoyo_print_condition()
1238 const u16 condc = cond->condc; in tomoyo_print_condition()
1240 (typeof(condp)) (cond + 1); in tomoyo_print_condition()
1245 (numbers_p + cond->numbers_count); in tomoyo_print_condition()
1247 (typeof(argv)) (names_p + cond->names_count); in tomoyo_print_condition()
1249 (typeof(envp)) (argv + cond->argc); in tomoyo_print_condition()
1347 if (cond->grant_log != TOMOYO_GRANTLOG_AUTO) in tomoyo_print_condition()
1349 str_yes_no(cond->grant_log == in tomoyo_print_condition()
1564 if (acl->cond) { in tomoyo_print_entry()
1570 if (!tomoyo_print_condition(head, acl->cond)) in tomoyo_print_entry()