Searched refs:numbers_count (Results 1 – 4 of 4) sorted by relevance
361 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()
282 const u16 numbers_count = cond->numbers_count; in tomoyo_del_condition() local292 = (struct tomoyo_name_union *) (numbers_p + numbers_count); in tomoyo_del_condition()298 for (i = 0; i < numbers_count; i++) in tomoyo_del_condition()
656 u16 numbers_count; /* Number of "struct tomoyo_number_union values". */ member
1244 (numbers_p + cond->numbers_count); in tomoyo_print_condition()