Lines Matching refs:TOMOYO_MAX_MAC_INDEX
21 const char * const tomoyo_mac_keywords[TOMOYO_MAX_MAC_INDEX
66 [TOMOYO_MAX_MAC_INDEX + TOMOYO_MAC_CATEGORY_FILE] = "file",
67 [TOMOYO_MAX_MAC_INDEX + TOMOYO_MAC_CATEGORY_NETWORK] = "network",
68 [TOMOYO_MAX_MAC_INDEX + TOMOYO_MAC_CATEGORY_MISC] = "misc",
590 i = TOMOYO_MAX_MAC_INDEX + TOMOYO_MAX_MAC_CATEGORY_INDEX; in tomoyo_set_mode()
594 for (i = 0; i < TOMOYO_MAX_MAC_INDEX in tomoyo_set_mode()
597 if (i < TOMOYO_MAX_MAC_INDEX) { in tomoyo_set_mode()
611 if (i == TOMOYO_MAX_MAC_INDEX + TOMOYO_MAX_MAC_CATEGORY_INDEX) in tomoyo_set_mode()
646 if (i < TOMOYO_MAX_MAC_INDEX + TOMOYO_MAX_MAC_CATEGORY_INDEX) in tomoyo_set_mode()
786 for ( ; head->r.bit < TOMOYO_MAX_MAC_INDEX in tomoyo_read_profile()
793 if (i < TOMOYO_MAX_MAC_INDEX) in tomoyo_read_profile()
806 if (head->r.bit == TOMOYO_MAX_MAC_INDEX in tomoyo_read_profile()