Home
last modified time | relevance | path

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

/linux-4.1.27/security/tomoyo/
Dcondition.c57 static bool tomoyo_envp(const char *env_name, const char *env_value, in tomoyo_envp() function
58 const int envc, const struct tomoyo_envp *envp, in tomoyo_envp()
102 const u16 envc, const struct tomoyo_envp *envp) in tomoyo_scan_bprm()
164 if (!tomoyo_envp(arg_ptr, cp + 1, in tomoyo_scan_bprm()
307 struct tomoyo_envp *envp) in tomoyo_parse_envp()
485 struct tomoyo_envp *envp = NULL; in tomoyo_get_condition()
649 + e.envc * sizeof(struct tomoyo_envp); in tomoyo_get_condition()
659 envp = (struct tomoyo_envp *) (argv + e.argc); in tomoyo_get_condition()
754 const struct tomoyo_envp *envp; in tomoyo_condition()
775 envp = (const struct tomoyo_envp *) (argv + argc); in tomoyo_condition()
Dgc.c286 const struct tomoyo_envp *envp in tomoyo_del_condition()
287 = (const struct tomoyo_envp *) (argv + argc); in tomoyo_del_condition()
Dcommon.h610 struct tomoyo_envp { struct
Dcommon.c1224 const struct tomoyo_envp *envp = in tomoyo_print_condition()