Lines Matching refs:numbers_p
483 struct tomoyo_number_union *numbers_p = NULL; in tomoyo_get_condition() local
580 if (!numbers_p) { in tomoyo_get_condition()
588 numbers_p++)) in tomoyo_get_condition()
612 if (!numbers_p) { in tomoyo_get_condition()
619 numbers_p++)) in tomoyo_get_condition()
657 numbers_p = (struct tomoyo_number_union *) (condp + e.condc); in tomoyo_get_condition()
658 names_p = (struct tomoyo_name_union *) (numbers_p + e.numbers_count); in tomoyo_get_condition()
752 const struct tomoyo_number_union *numbers_p; in tomoyo_condition() local
772 numbers_p = (const struct tomoyo_number_union *) (condp + condc); in tomoyo_condition()
774 (numbers_p + cond->numbers_count); in tomoyo_condition()
1038 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition()
1044 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition()