Searched refs:profile_ptr (Results 1 – 3 of 3) sorted by relevance
492 ptr = ns->profile_ptr[profile]; in tomoyo_assign_profile()498 ptr = ns->profile_ptr[profile]; in tomoyo_assign_profile()511 ns->profile_ptr[profile] = ptr; in tomoyo_assign_profile()532 struct tomoyo_profile *ptr = ns->profile_ptr[profile]; in tomoyo_profile()739 profile = ns->profile_ptr[index]; in tomoyo_read_profile()750 if (ns->profile_ptr[head->r.index]) in tomoyo_read_profile()1172 if (!tomoyo_policy_loaded || ns->profile_ptr[profile]) in tomoyo_write_domain()2712 else if (!ns->profile_ptr[profile]) in tomoyo_check_profile()
522 !entry->ns->profile_ptr[entry->profile]) in tomoyo_assign_domain()
900 struct tomoyo_profile *profile_ptr[TOMOYO_MAX_PROFILES]; member