TOMOYO_MAX_MAC_INDEX  334 security/tomoyo/audit.c 		TOMOYO_MAX_MAC_INDEX;
TOMOYO_MAX_MAC_INDEX   22 security/tomoyo/common.c const char * const tomoyo_mac_keywords[TOMOYO_MAX_MAC_INDEX
TOMOYO_MAX_MAC_INDEX   67 security/tomoyo/common.c 	[TOMOYO_MAX_MAC_INDEX + TOMOYO_MAC_CATEGORY_FILE] = "file",
TOMOYO_MAX_MAC_INDEX   68 security/tomoyo/common.c 	[TOMOYO_MAX_MAC_INDEX + TOMOYO_MAC_CATEGORY_NETWORK] = "network",
TOMOYO_MAX_MAC_INDEX   69 security/tomoyo/common.c 	[TOMOYO_MAX_MAC_INDEX + TOMOYO_MAC_CATEGORY_MISC] = "misc",
TOMOYO_MAX_MAC_INDEX  601 security/tomoyo/common.c 		i = TOMOYO_MAX_MAC_INDEX + TOMOYO_MAX_MAC_CATEGORY_INDEX;
TOMOYO_MAX_MAC_INDEX  605 security/tomoyo/common.c 		for (i = 0; i < TOMOYO_MAX_MAC_INDEX
TOMOYO_MAX_MAC_INDEX  609 security/tomoyo/common.c 			if (i < TOMOYO_MAX_MAC_INDEX) {
TOMOYO_MAX_MAC_INDEX  624 security/tomoyo/common.c 		if (i == TOMOYO_MAX_MAC_INDEX + TOMOYO_MAX_MAC_CATEGORY_INDEX)
TOMOYO_MAX_MAC_INDEX  660 security/tomoyo/common.c 	if (i < TOMOYO_MAX_MAC_INDEX + TOMOYO_MAX_MAC_CATEGORY_INDEX)
TOMOYO_MAX_MAC_INDEX  804 security/tomoyo/common.c 		for ( ; head->r.bit < TOMOYO_MAX_MAC_INDEX
TOMOYO_MAX_MAC_INDEX  812 security/tomoyo/common.c 			if (i < TOMOYO_MAX_MAC_INDEX)
TOMOYO_MAX_MAC_INDEX  825 security/tomoyo/common.c 		if (head->r.bit == TOMOYO_MAX_MAC_INDEX
TOMOYO_MAX_MAC_INDEX  887 security/tomoyo/common.h 	u8 config[TOMOYO_MAX_MAC_INDEX + TOMOYO_MAX_MAC_CATEGORY_INDEX];
TOMOYO_MAX_MAC_INDEX 1080 security/tomoyo/common.h extern const char * const tomoyo_mac_keywords[TOMOYO_MAX_MAC_INDEX
TOMOYO_MAX_MAC_INDEX 1086 security/tomoyo/common.h extern const u8 tomoyo_index2category[TOMOYO_MAX_MAC_INDEX];
TOMOYO_MAX_MAC_INDEX   23 security/tomoyo/util.c const u8 tomoyo_index2category[TOMOYO_MAX_MAC_INDEX] = {
TOMOYO_MAX_MAC_INDEX  982 security/tomoyo/util.c 				 + TOMOYO_MAX_MAC_INDEX];