Home
last modified time | relevance | path

Searched refs:TOMOYO_MAX_GROUP (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/security/tomoyo/
Dmemory.c105 if (!tomoyo_correct_word(group_name) || idx >= TOMOYO_MAX_GROUP) in tomoyo_get_group()
202 for (idx = 0; idx < TOMOYO_MAX_GROUP; idx++) in tomoyo_mm_init()
Dcommon.h68 TOMOYO_MAX_GROUP enumerator
895 extern struct list_head tomoyo_group_list[TOMOYO_MAX_GROUP];
Dgc.c253 for (i = 0; i < TOMOYO_MAX_GROUP; i++) { in tomoyo_collect_entry()
Dcommon.c1209 static const char *tomoyo_group_name[TOMOYO_MAX_GROUP] = {
1245 for (i = 0; i < TOMOYO_MAX_GROUP; i++) in tomoyo_write_exception()
1397 while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP && in tomoyo_read_exception()
1400 if (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP) in tomoyo_read_exception()
Ddomain.c134 struct list_head tomoyo_group_list[TOMOYO_MAX_GROUP];