Home
last modified time | relevance | path

Searched refs:numbers_p (Results 1 – 3 of 3) sorted by relevance

/linux/security/tomoyo/
H A Dcondition.c499 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()
[all …]
H A Dgc.c288 struct tomoyo_number_union *numbers_p in tomoyo_del_condition()
291 = (struct tomoyo_name_union *) (numbers_p + numbers_count); in tomoyo_del_condition()
298 tomoyo_put_number_union(numbers_p++); in tomoyo_del_condition()
289 struct tomoyo_number_union *numbers_p tomoyo_del_condition() local
H A Dcommon.c1260 const struct tomoyo_number_union *numbers_p = in tomoyo_print_condition() local
1261 (typeof(numbers_p)) (condp + condc); in tomoyo_print_condition()
1264 (numbers_p + cond->numbers_count); in tomoyo_print_condition()
1284 numbers_p++; in tomoyo_print_condition()
1292 numbers_p++; in tomoyo_print_condition()
1334 (head, numbers_p++); in tomoyo_print_condition()
1349 (head, numbers_p++); in tomoyo_print_condition()