Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dcondition.c484 struct tomoyo_name_union *names_p = NULL; in tomoyo_get_condition() local
598 if (!names_p) { in tomoyo_get_condition()
605 names_p++)) in tomoyo_get_condition()
658 names_p = (struct tomoyo_name_union *) (numbers_p + e.numbers_count); in tomoyo_get_condition()
659 argv = (struct tomoyo_argv *) (names_p + e.names_count); in tomoyo_get_condition()
753 const struct tomoyo_name_union *names_p; in tomoyo_condition() local
773 names_p = (const struct tomoyo_name_union *) in tomoyo_condition()
775 argv = (const struct tomoyo_argv *) (names_p + cond->names_count); in tomoyo_condition()
789 const struct tomoyo_name_union *ptr = names_p++; in tomoyo_condition()
Dgc.c283 struct tomoyo_name_union *names_p in tomoyo_del_condition() local
286 = (const struct tomoyo_argv *) (names_p + names_count); in tomoyo_del_condition()
292 tomoyo_put_name_union(names_p++); in tomoyo_del_condition()
Dcommon.c1220 const struct tomoyo_name_union *names_p = in tomoyo_print_condition() local
1221 (typeof(names_p)) in tomoyo_print_condition()
1224 (typeof(argv)) (names_p + cond->names_count); in tomoyo_print_condition()
1245 names_p++; in tomoyo_print_condition()
1303 (head, names_p++); in tomoyo_print_condition()