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

/linux-4.4.14/security/tomoyo/
H A Dcondition.c14 * tomoyo_argv - Check argv[] in "struct linux_binbrm".
19 * @argv: Pointer to "struct tomoyo_argv".
24 static bool tomoyo_argv(const unsigned int index, const char *arg_ptr, tomoyo_argv() function
25 const int argc, const struct tomoyo_argv *argv, tomoyo_argv()
94 * @argv: Pointer to "struct tomoyo_argv".
101 const u16 argc, const struct tomoyo_argv *argv, tomoyo_scan_bprm()
153 if (!tomoyo_argv(bprm->argc - argv_count, tomoyo_scan_bprm()
283 * @argv: Pointer to "struct tomoyo_argv".
288 struct tomoyo_argv *argv) tomoyo_parse_argv()
484 struct tomoyo_argv *argv = NULL; tomoyo_get_condition()
648 + e.argc * sizeof(struct tomoyo_argv) tomoyo_get_condition()
658 argv = (struct tomoyo_argv *) (names_p + e.names_count); tomoyo_get_condition()
753 const struct tomoyo_argv *argv; tomoyo_condition()
774 argv = (const struct tomoyo_argv *) (names_p + cond->names_count); tomoyo_condition()
H A Dgc.c284 const struct tomoyo_argv *argv tomoyo_del_condition()
285 = (const struct tomoyo_argv *) (names_p + names_count); tomoyo_del_condition()
H A Dcommon.h603 struct tomoyo_argv { struct
631 * Left hand operand. A "struct tomoyo_argv" for TOMOYO_ARGV_ENTRY, a
654 u16 argc; /* Number of "struct tomoyo_argv". */
662 * struct tomoyo_argv argv[argc];
H A Dcommon.c1222 const struct tomoyo_argv *argv = tomoyo_print_condition()

Completed in 101 milliseconds