Home
last modified time | relevance | path

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

/linux-3.4.99/security/tomoyo/
Dcondition.c348 a->numbers_count == b->numbers_count && in tomoyo_same_condition()
580 e.numbers_count++; in tomoyo_get_condition()
582 e.numbers_count--; in tomoyo_get_condition()
612 e.numbers_count++; in tomoyo_get_condition()
614 e.numbers_count--; in tomoyo_get_condition()
637 __LINE__, e.condc, e.numbers_count, e.names_count, e.argc, in tomoyo_get_condition()
640 BUG_ON(e.names_count | e.numbers_count | e.argc | e.envc | in tomoyo_get_condition()
646 + e.numbers_count * sizeof(struct tomoyo_number_union) in tomoyo_get_condition()
657 names_p = (struct tomoyo_name_union *) (numbers_p + e.numbers_count); in tomoyo_get_condition()
773 (numbers_p + cond->numbers_count); in tomoyo_condition()
Dgc.c273 const u16 numbers_count = cond->numbers_count; in tomoyo_del_condition() local
283 = (struct tomoyo_name_union *) (numbers_p + numbers_count); in tomoyo_del_condition()
288 for (i = 0; i < numbers_count; i++) in tomoyo_del_condition()
Dcommon.h652 u16 numbers_count; /* Number of "struct tomoyo_number_union values". */ member
Dcommon.c1233 (numbers_p + cond->numbers_count); in tomoyo_print_condition()