Lines Matching refs:condc
360 return a->size == b->size && a->condc == b->condc && in tomoyo_same_condition()
567 e.condc++; in tomoyo_get_condition()
570 e.condc--; in tomoyo_get_condition()
582 e.condc++; in tomoyo_get_condition()
585 e.condc--; in tomoyo_get_condition()
611 e.condc++; in tomoyo_get_condition()
613 e.condc--; in tomoyo_get_condition()
656 __LINE__, e.condc, e.numbers_count, e.names_count, e.argc, in tomoyo_get_condition()
660 e.condc); in tomoyo_get_condition()
664 + e.condc * sizeof(struct tomoyo_condition_element) in tomoyo_get_condition()
675 numbers_p = (struct tomoyo_number_union *) (condp + e.condc); in tomoyo_get_condition()
777 u16 condc; in tomoyo_condition() local
784 condc = cond->condc; in tomoyo_condition()
793 numbers_p = (const struct tomoyo_number_union *) (condp + condc); in tomoyo_condition()
798 for (i = 0; i < condc; i++) { in tomoyo_condition()