Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dcondition.c349 a->numbers_count == b->numbers_count && in tomoyo_same_condition()
581 e.numbers_count++; in tomoyo_get_condition()
583 e.numbers_count--; in tomoyo_get_condition()
613 e.numbers_count++; in tomoyo_get_condition()
615 e.numbers_count--; in tomoyo_get_condition()
638 __LINE__, e.condc, e.numbers_count, e.names_count, e.argc, in tomoyo_get_condition()
641 BUG_ON(e.names_count | e.numbers_count | e.argc | e.envc | in tomoyo_get_condition()
647 + e.numbers_count * sizeof(struct tomoyo_number_union) in tomoyo_get_condition()
658 names_p = (struct tomoyo_name_union *) (numbers_p + e.numbers_count); in tomoyo_get_condition()
774 (numbers_p + cond->numbers_count); in tomoyo_condition()
Dgc.c274 const u16 numbers_count = cond->numbers_count; in tomoyo_del_condition() local
284 = (struct tomoyo_name_union *) (numbers_p + numbers_count); in tomoyo_del_condition()
289 for (i = 0; i < numbers_count; i++) in tomoyo_del_condition()
Dcommon.h653 u16 numbers_count; /* Number of "struct tomoyo_number_union values". */ member
Dcommon.c1222 (numbers_p + cond->numbers_count); in tomoyo_print_condition()