Searched refs:condc (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/security/tomoyo/
H A Dcondition.c347 return a->size == b->size && a->condc == b->condc && tomoyo_same_condition()
548 e.condc++; tomoyo_get_condition()
551 e.condc--; tomoyo_get_condition()
563 e.condc++; tomoyo_get_condition()
566 e.condc--; tomoyo_get_condition()
592 e.condc++; tomoyo_get_condition()
594 e.condc--; tomoyo_get_condition()
637 __LINE__, e.condc, e.numbers_count, e.names_count, e.argc, tomoyo_get_condition()
641 e.condc); tomoyo_get_condition()
645 + e.condc * sizeof(struct tomoyo_condition_element) tomoyo_get_condition()
656 numbers_p = (struct tomoyo_number_union *) (condp + e.condc); tomoyo_get_condition()
756 u16 condc; tomoyo_condition() local
762 condc = cond->condc; tomoyo_condition()
771 numbers_p = (const struct tomoyo_number_union *) (condp + condc); tomoyo_condition()
776 for (i = 0; i < condc; i++) { tomoyo_condition()
H A Dgc.c272 const u16 condc = cond->condc; tomoyo_del_condition() local
281 = (struct tomoyo_number_union *) (condp + condc); tomoyo_del_condition()
H A Dcommon.c1214 const u16 condc = cond->condc; tomoyo_print_condition() local
1218 (typeof(numbers_p)) (condp + condc); tomoyo_print_condition()
1251 while (head->r.cond_index < condc) { tomoyo_print_condition()
H A Dcommon.h651 u16 condc; /* Number of conditions in this struct. */ member in struct:tomoyo_condition
659 * struct tomoyo_condition_element condition[condc];

Completed in 123 milliseconds