Home
last modified time | relevance | path

Searched refs:tomoyo_argv (Results 1 – 4 of 4) sorted by relevance

/security/tomoyo/
Dcondition.c24 static bool tomoyo_argv(const unsigned int index, const char *arg_ptr, in tomoyo_argv() function
25 const int argc, const struct tomoyo_argv *argv, in tomoyo_argv()
101 const u16 argc, const struct tomoyo_argv *argv, in tomoyo_scan_bprm()
153 if (!tomoyo_argv(bprm->argc - argv_count, in tomoyo_scan_bprm()
288 struct tomoyo_argv *argv) in tomoyo_parse_argv()
484 struct tomoyo_argv *argv = NULL; in tomoyo_get_condition()
648 + e.argc * sizeof(struct tomoyo_argv) in tomoyo_get_condition()
658 argv = (struct tomoyo_argv *) (names_p + e.names_count); in tomoyo_get_condition()
753 const struct tomoyo_argv *argv; in tomoyo_condition()
774 argv = (const struct tomoyo_argv *) (names_p + cond->names_count); in tomoyo_condition()
Dgc.c284 const struct tomoyo_argv *argv in tomoyo_del_condition()
285 = (const struct tomoyo_argv *) (names_p + names_count); in tomoyo_del_condition()
Dcommon.h603 struct tomoyo_argv { struct
Dcommon.c1234 const struct tomoyo_argv *argv = in tomoyo_print_condition()