Searched defs:tomoyo_envp (Results 1 - 2 of 2) sorted by relevance

/security/tomoyo/
H A Dcondition.c47 * tomoyo_envp - Check envp[] in "struct linux_binbrm".
52 * @envp: Pointer to "struct tomoyo_envp".
57 static bool tomoyo_envp(const char *env_name, const char *env_value, function
58 const int envc, const struct tomoyo_envp *envp,
96 * @envp: Poiner to "struct tomoyo_envp".
102 const u16 envc, const struct tomoyo_envp *envp)
164 if (!tomoyo_envp(arg_ptr, cp + 1,
302 * @envp: Pointer to "struct tomoyo_envp".
307 struct tomoyo_envp *envp)
485 struct tomoyo_envp *env
[all...]
H A Dcommon.h610 struct tomoyo_envp { struct
632 * "struct tomoyo_envp" for TOMOYO_ENVP_ENTRY is attached to the tail
655 u16 envc; /* Number of "struct tomoyo_envp". */
663 * struct tomoyo_envp envp[envc];

Completed in 26 milliseconds