Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Dcondition.c360 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()
660 e.condc); in tomoyo_get_condition()
777 u16 condc; in tomoyo_condition() local
784 condc = cond->condc; in tomoyo_condition()
[all …]
H A Dgc.c281 const u16 condc = cond->condc; in tomoyo_del_condition() local
290 = (struct tomoyo_number_union *) (condp + condc); in tomoyo_del_condition()
H A Dcommon.c1238 const u16 condc = cond->condc; in tomoyo_print_condition() local
1242 (typeof(numbers_p)) (condp + condc); in tomoyo_print_condition()
1277 while (head->r.cond_index < condc) { in tomoyo_print_condition()
H A Dcommon.h655 u16 condc; /* Number of conditions in this struct. */ member