Lines Matching refs:condc
348 return a->size == b->size && a->condc == b->condc && in tomoyo_same_condition()
549 e.condc++; in tomoyo_get_condition()
552 e.condc--; in tomoyo_get_condition()
564 e.condc++; in tomoyo_get_condition()
567 e.condc--; in tomoyo_get_condition()
593 e.condc++; in tomoyo_get_condition()
595 e.condc--; in tomoyo_get_condition()
638 __LINE__, e.condc, e.numbers_count, e.names_count, e.argc, in tomoyo_get_condition()
642 e.condc); in tomoyo_get_condition()
646 + e.condc * sizeof(struct tomoyo_condition_element) in tomoyo_get_condition()
657 numbers_p = (struct tomoyo_number_union *) (condp + e.condc); in tomoyo_get_condition()
757 u16 condc; in tomoyo_condition() local
763 condc = cond->condc; in tomoyo_condition()
772 numbers_p = (const struct tomoyo_number_union *) (condp + condc); in tomoyo_condition()
777 for (i = 0; i < condc; i++) { in tomoyo_condition()