Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dcondition.c483 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()
[all …]
Dgc.c281 struct tomoyo_number_union *numbers_p in tomoyo_del_condition() local
284 = (struct tomoyo_name_union *) (numbers_p + numbers_count); in tomoyo_del_condition()
290 tomoyo_put_number_union(numbers_p++); in tomoyo_del_condition()
Dcommon.c1218 const struct tomoyo_number_union *numbers_p = in tomoyo_print_condition() local
1219 (typeof(numbers_p)) (condp + condc); in tomoyo_print_condition()
1222 (numbers_p + cond->numbers_count); in tomoyo_print_condition()
1240 numbers_p++; in tomoyo_print_condition()
1248 numbers_p++; in tomoyo_print_condition()
1292 (head, numbers_p++); in tomoyo_print_condition()
1307 (head, numbers_p++); in tomoyo_print_condition()