Searched refs:condc (Results 1 – 4 of 4) sorted by relevance
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()[all …]
273 const u16 condc = cond->condc; in tomoyo_del_condition() local282 = (struct tomoyo_number_union *) (condp + condc); in tomoyo_del_condition()
1215 const u16 condc = cond->condc; in tomoyo_print_condition() local1219 (typeof(numbers_p)) (condp + condc); in tomoyo_print_condition()1252 while (head->r.cond_index < condc) { in tomoyo_print_condition()
652 u16 condc; /* Number of conditions in this struct. */ member