Home
last modified time | relevance | path

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

/security/tomoyo/
Daudit.c340 if (tomoyo_log_count >= p->pref[TOMOYO_PREF_MAX_AUDIT_LOG]) in tomoyo_get_audit()
Dcommon.c512 ptr->pref[TOMOYO_PREF_MAX_AUDIT_LOG] = in tomoyo_assign_profile()
514 ptr->pref[TOMOYO_PREF_MAX_LEARNING_ENTRY] = in tomoyo_assign_profile()
712 tomoyo_set_uint(&profile->pref[i], cp, in tomoyo_write_profile()
789 profile->pref[i]); in tomoyo_read_profile()
Dutil.c1091 pref[TOMOYO_PREF_MAX_LEARNING_ENTRY]) in tomoyo_domain_quota_is_ok()
Dcommon.h888 unsigned int pref[TOMOYO_MAX_PREF]; member