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

/linux-master/security/tomoyo/
H A Dutil.c996 struct tomoyo_profile *p;
1000 p = tomoyo_profile(ns, profile);
1095 if (count < tomoyo_profile(domain->ns, domain->profile)->
H A Daudit.c336 struct tomoyo_profile *p;
340 p = tomoyo_profile(ns, profile);
H A Dcommon.h880 struct tomoyo_profile { struct
904 struct tomoyo_profile *profile_ptr[TOMOYO_MAX_PROFILES];
1038 struct tomoyo_profile *tomoyo_profile(const struct tomoyo_policy_namespace *ns,
H A Dcommon.c480 * Returns pointer to "struct tomoyo_profile" on success, NULL otherwise.
482 static struct tomoyo_profile *tomoyo_assign_profile
485 struct tomoyo_profile *ptr;
486 struct tomoyo_profile *entry;
519 * tomoyo_profile - Find a profile.
524 * Returns pointer to "struct tomoyo_profile".
526 struct tomoyo_profile *tomoyo_profile(const struct tomoyo_policy_namespace *ns, function
529 static struct tomoyo_profile tomoyo_null_profile;
530 struct tomoyo_profile *pt
[all...]

Completed in 156 milliseconds