Lines Matching refs:numbers_p
499 struct tomoyo_number_union *numbers_p = NULL; in tomoyo_get_condition() local
598 if (!numbers_p) { in tomoyo_get_condition()
606 numbers_p++)) in tomoyo_get_condition()
630 if (!numbers_p) { in tomoyo_get_condition()
637 numbers_p++)) in tomoyo_get_condition()
675 numbers_p = (struct tomoyo_number_union *) (condp + e.condc); in tomoyo_get_condition()
676 names_p = (struct tomoyo_name_union *) (numbers_p + e.numbers_count); in tomoyo_get_condition()
772 const struct tomoyo_number_union *numbers_p; in tomoyo_condition() local
793 numbers_p = (const struct tomoyo_number_union *) (condp + condc); in tomoyo_condition()
795 (numbers_p + cond->numbers_count); in tomoyo_condition()
1063 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition()
1070 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition()