Home
last modified time | relevance | path

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

/linux-6.1.9/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()
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()
Dgc.c293 const struct tomoyo_argv *argv in tomoyo_del_condition()
294 = (const struct tomoyo_argv *) (names_p + names_count); in tomoyo_del_condition()
Dcommon.h607 struct tomoyo_argv { struct
Dcommon.c1245 const struct tomoyo_argv *argv = in tomoyo_print_condition()