Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dcondition.c25 static bool tomoyo_argv(const unsigned int index, const char *arg_ptr, in tomoyo_argv() function
26 const int argc, const struct tomoyo_argv *argv, in tomoyo_argv()
102 const u16 argc, const struct tomoyo_argv *argv, in tomoyo_scan_bprm()
154 if (!tomoyo_argv(bprm->argc - argv_count, in tomoyo_scan_bprm()
289 struct tomoyo_argv *argv) in tomoyo_parse_argv()
485 struct tomoyo_argv *argv = NULL; in tomoyo_get_condition()
649 + e.argc * sizeof(struct tomoyo_argv) in tomoyo_get_condition()
659 argv = (struct tomoyo_argv *) (names_p + e.names_count); in tomoyo_get_condition()
754 const struct tomoyo_argv *argv; in tomoyo_condition()
775 argv = (const struct tomoyo_argv *) (names_p + cond->names_count); in tomoyo_condition()
Dgc.c285 const struct tomoyo_argv *argv in tomoyo_del_condition()
286 = (const struct tomoyo_argv *) (names_p + names_count); in tomoyo_del_condition()
Dcommon.h604 struct tomoyo_argv { struct
Dcommon.c1223 const struct tomoyo_argv *argv = in tomoyo_print_condition()