Lines Matching refs:cond
1201 const struct tomoyo_condition *cond) in tomoyo_print_condition() argument
1207 if (cond->transit) { in tomoyo_print_condition()
1209 tomoyo_set_string(head, cond->transit->name); in tomoyo_print_condition()
1214 const u16 condc = cond->condc; in tomoyo_print_condition()
1216 (typeof(condp)) (cond + 1); in tomoyo_print_condition()
1221 (numbers_p + cond->numbers_count); in tomoyo_print_condition()
1223 (typeof(argv)) (names_p + cond->names_count); in tomoyo_print_condition()
1225 (typeof(envp)) (argv + cond->argc); in tomoyo_print_condition()
1323 if (cond->grant_log != TOMOYO_GRANTLOG_AUTO) in tomoyo_print_condition()
1325 tomoyo_yesno(cond->grant_log == in tomoyo_print_condition()
1533 if (acl->cond) { in tomoyo_print_entry()
1539 if (!tomoyo_print_condition(head, acl->cond)) in tomoyo_print_entry()