Lines Matching refs:condc
347 return a->size == b->size && a->condc == b->condc && in tomoyo_same_condition()
548 e.condc++; in tomoyo_get_condition()
551 e.condc--; in tomoyo_get_condition()
563 e.condc++; in tomoyo_get_condition()
566 e.condc--; in tomoyo_get_condition()
592 e.condc++; in tomoyo_get_condition()
594 e.condc--; in tomoyo_get_condition()
637 __LINE__, e.condc, e.numbers_count, e.names_count, e.argc, in tomoyo_get_condition()
641 e.condc); in tomoyo_get_condition()
645 + e.condc * sizeof(struct tomoyo_condition_element) in tomoyo_get_condition()
656 numbers_p = (struct tomoyo_number_union *) (condp + e.condc); in tomoyo_get_condition()
756 u16 condc; in tomoyo_condition() local
762 condc = cond->condc; in tomoyo_condition()
771 numbers_p = (const struct tomoyo_number_union *) (condp + condc); in tomoyo_condition()
776 for (i = 0; i < condc; i++) { in tomoyo_condition()