Lines Matching defs:cond
1228 * @cond: Pointer to "struct tomoyo_condition".
1233 const struct tomoyo_condition *cond)
1239 if (cond->transit) {
1241 tomoyo_set_string(head, cond->transit->name);
1246 const u16 condc = cond->condc;
1248 (typeof(condp)) (cond + 1);
1253 (numbers_p + cond->numbers_count);
1255 (typeof(argv)) (names_p + cond->names_count);
1257 (typeof(envp)) (argv + cond->argc);
1355 if (cond->grant_log != TOMOYO_GRANTLOG_AUTO)
1357 tomoyo_yesno(cond->grant_log ==
1572 if (acl->cond) {
1578 if (!tomoyo_print_condition(head, acl->cond))