Home
last modified time | relevance | path

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

/linux-4.1.27/security/tomoyo/
Dcondition.c347 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()
[all …]
Dgc.c272 const u16 condc = cond->condc; in tomoyo_del_condition() local
281 = (struct tomoyo_number_union *) (condp + condc); in tomoyo_del_condition()
Dcommon.c1214 const u16 condc = cond->condc; in tomoyo_print_condition() local
1218 (typeof(numbers_p)) (condp + condc); in tomoyo_print_condition()
1251 while (head->r.cond_index < condc) { in tomoyo_print_condition()
Dcommon.h651 u16 condc; /* Number of conditions in this struct. */ member