Home
last modified time | relevance | path

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

/linux/security/tomoyo/
A Dcondition.c361 a->numbers_count == b->numbers_count && in tomoyo_same_condition()
599 e.numbers_count++; in tomoyo_get_condition()
601 e.numbers_count--; in tomoyo_get_condition()
631 e.numbers_count++; in tomoyo_get_condition()
633 e.numbers_count--; in tomoyo_get_condition()
656 __LINE__, e.condc, e.numbers_count, e.names_count, e.argc, in tomoyo_get_condition()
659 BUG_ON(e.names_count | e.numbers_count | e.argc | e.envc | in tomoyo_get_condition()
665 + e.numbers_count * sizeof(struct tomoyo_number_union) in tomoyo_get_condition()
676 names_p = (struct tomoyo_name_union *) (numbers_p + e.numbers_count); in tomoyo_get_condition()
795 (numbers_p + cond->numbers_count); in tomoyo_condition()
A Dgc.c282 const u16 numbers_count = cond->numbers_count; in tomoyo_del_condition() local
292 = (struct tomoyo_name_union *) (numbers_p + numbers_count); in tomoyo_del_condition()
298 for (i = 0; i < numbers_count; i++) in tomoyo_del_condition()
A Dcommon.h656 u16 numbers_count; /* Number of "struct tomoyo_number_union values". */ member
A Dcommon.c1253 (numbers_p + cond->numbers_count); in tomoyo_print_condition()

Completed in 15 milliseconds