Searched refs:tomoyo_argv (Results 1 – 4 of 4) sorted by relevance
25 static bool tomoyo_argv(const unsigned int index, const char *arg_ptr, in tomoyo_argv() function26 const int argc, const struct tomoyo_argv *argv, in tomoyo_argv()106 const u16 argc, const struct tomoyo_argv *argv, in tomoyo_scan_bprm()160 if (!tomoyo_argv(bprm->argc - argv_count, in tomoyo_scan_bprm()300 struct tomoyo_argv *argv) in tomoyo_parse_argv()501 struct tomoyo_argv *argv = NULL; in tomoyo_get_condition()667 + e.argc * sizeof(struct tomoyo_argv) in tomoyo_get_condition()677 argv = (struct tomoyo_argv *) (names_p + e.names_count); in tomoyo_get_condition()774 const struct tomoyo_argv *argv; in tomoyo_condition()796 argv = (const struct tomoyo_argv *) (names_p + cond->names_count); in tomoyo_condition()
292 const struct tomoyo_argv *argv in tomoyo_del_condition() 293 = (const struct tomoyo_argv *) (names_p + names_count); in tomoyo_del_condition()
607 struct tomoyo_argv { struct 635 * Left hand operand. A "struct tomoyo_argv" for TOMOYO_ARGV_ENTRY, a658 u16 argc; /* Number of "struct tomoyo_argv". */666 * struct tomoyo_argv argv[argc];608 indextomoyo_argv global() argument 609 valuetomoyo_argv global() argument 610 is_nottomoyo_argv global() argument
1265 const struct tomoyo_argv *argv = in tomoyo_print_condition()