Home
last modified time | relevance | path

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

/linux/security/tomoyo/
A Dcondition.c500 struct tomoyo_name_union *names_p = NULL; in tomoyo_get_condition() local
616 if (!names_p) { in tomoyo_get_condition()
623 names_p++)) in tomoyo_get_condition()
676 names_p = (struct tomoyo_name_union *) (numbers_p + e.numbers_count); in tomoyo_get_condition()
677 argv = (struct tomoyo_argv *) (names_p + e.names_count); in tomoyo_get_condition()
773 const struct tomoyo_name_union *names_p; in tomoyo_condition() local
794 names_p = (const struct tomoyo_name_union *) in tomoyo_condition()
796 argv = (const struct tomoyo_argv *) (names_p + cond->names_count); in tomoyo_condition()
811 const struct tomoyo_name_union *ptr = names_p++; in tomoyo_condition()
A Dgc.c291 struct tomoyo_name_union *names_p in tomoyo_del_condition() local
294 = (const struct tomoyo_argv *) (names_p + names_count); in tomoyo_del_condition()
301 tomoyo_put_name_union(names_p++); in tomoyo_del_condition()
A Dcommon.c1251 const struct tomoyo_name_union *names_p = in tomoyo_print_condition() local
1252 (typeof(names_p)) in tomoyo_print_condition()
1255 (typeof(argv)) (names_p + cond->names_count); in tomoyo_print_condition()
1278 names_p++; in tomoyo_print_condition()
1334 (head, names_p++); in tomoyo_print_condition()

Completed in 10 milliseconds