Searched refs:profile_ptr (Results 1 – 3 of 3) sorted by relevance
489 ptr = ns->profile_ptr[profile]; in tomoyo_assign_profile()495 ptr = ns->profile_ptr[profile]; in tomoyo_assign_profile()508 ns->profile_ptr[profile] = ptr; in tomoyo_assign_profile()529 struct tomoyo_profile *ptr = ns->profile_ptr[profile]; in tomoyo_profile()746 profile = ns->profile_ptr[index]; in tomoyo_read_profile()757 if (ns->profile_ptr[head->r.index]) in tomoyo_read_profile()1190 if (!tomoyo_policy_loaded || ns->profile_ptr[idx]) in tomoyo_write_domain()2782 else if (!ns->profile_ptr[profile]) in tomoyo_check_profile()
538 !entry->ns->profile_ptr[entry->profile]) in tomoyo_assign_domain()
904 struct tomoyo_profile *profile_ptr[TOMOYO_MAX_PROFILES]; member