Lines Matching refs:numbers_p
482 struct tomoyo_number_union *numbers_p = NULL; in tomoyo_get_condition() local
579 if (!numbers_p) { in tomoyo_get_condition()
587 numbers_p++)) in tomoyo_get_condition()
611 if (!numbers_p) { in tomoyo_get_condition()
618 numbers_p++)) in tomoyo_get_condition()
656 numbers_p = (struct tomoyo_number_union *) (condp + e.condc); in tomoyo_get_condition()
657 names_p = (struct tomoyo_name_union *) (numbers_p + e.numbers_count); in tomoyo_get_condition()
751 const struct tomoyo_number_union *numbers_p; in tomoyo_condition() local
771 numbers_p = (const struct tomoyo_number_union *) (condp + condc); in tomoyo_condition()
773 (numbers_p + cond->numbers_count); in tomoyo_condition()
1037 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition()
1043 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition()