tomoyo_argv      1254 security/tomoyo/common.c 			const struct tomoyo_argv *argv =
tomoyo_argv        26 security/tomoyo/condition.c 			const int argc, const struct tomoyo_argv *argv,
tomoyo_argv       106 security/tomoyo/condition.c 			     const u16 argc, const struct tomoyo_argv *argv,
tomoyo_argv       160 security/tomoyo/condition.c 				if (!tomoyo_argv(bprm->argc - argv_count,
tomoyo_argv       300 security/tomoyo/condition.c 			      struct tomoyo_argv *argv)
tomoyo_argv       501 security/tomoyo/condition.c 	struct tomoyo_argv *argv = NULL;
tomoyo_argv       667 security/tomoyo/condition.c 		+ e.argc * sizeof(struct tomoyo_argv)
tomoyo_argv       677 security/tomoyo/condition.c 	argv = (struct tomoyo_argv *) (names_p + e.names_count);
tomoyo_argv       774 security/tomoyo/condition.c 	const struct tomoyo_argv *argv;
tomoyo_argv       796 security/tomoyo/condition.c 	argv = (const struct tomoyo_argv *) (names_p + cond->names_count);
tomoyo_argv       293 security/tomoyo/gc.c 	const struct tomoyo_argv *argv
tomoyo_argv       294 security/tomoyo/gc.c 		= (const struct tomoyo_argv *) (names_p + names_count);