Home
last modified time | relevance | path

Searched refs:TOMOYO_MAX_MAC_CATEGORY_INDEX (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/security/tomoyo/
Dcommon.c37 + TOMOYO_MAX_MAC_CATEGORY_INDEX] = {
387 i = TOMOYO_MAX_MAC_INDEX + TOMOYO_MAX_MAC_CATEGORY_INDEX; in tomoyo_set_mode()
392 + TOMOYO_MAX_MAC_CATEGORY_INDEX; i++) { in tomoyo_set_mode()
398 if (i == TOMOYO_MAX_MAC_INDEX + TOMOYO_MAX_MAC_CATEGORY_INDEX) in tomoyo_set_mode()
415 if (i < TOMOYO_MAX_MAC_INDEX + TOMOYO_MAX_MAC_CATEGORY_INDEX) in tomoyo_set_mode()
563 + TOMOYO_MAX_MAC_CATEGORY_INDEX; head->r.bit++) { in tomoyo_read_profile()
575 + TOMOYO_MAX_MAC_CATEGORY_INDEX) { in tomoyo_read_profile()
Dcommon.h214 TOMOYO_MAX_MAC_CATEGORY_INDEX enumerator
687 u8 config[TOMOYO_MAX_MAC_INDEX + TOMOYO_MAX_MAC_CATEGORY_INDEX];