Home
last modified time | relevance | path

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

/security/tomoyo/
Daudit.c335 if (tomoyo_log_count >= p->pref[TOMOYO_PREF_MAX_AUDIT_LOG]) in tomoyo_get_audit()
Dcommon.c505 ptr->pref[TOMOYO_PREF_MAX_AUDIT_LOG] = in tomoyo_assign_profile()
507 ptr->pref[TOMOYO_PREF_MAX_LEARNING_ENTRY] = in tomoyo_assign_profile()
696 tomoyo_set_uint(&profile->pref[i], cp, in tomoyo_write_profile()
771 profile->pref[i]); in tomoyo_read_profile()
Dutil.c1074 pref[TOMOYO_PREF_MAX_LEARNING_ENTRY]) in tomoyo_domain_quota_is_ok()
Dcommon.h883 unsigned int pref[TOMOYO_MAX_PREF]; member