Home
last modified time | relevance | path

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

/security/tomoyo/
Dcondition.c483 struct tomoyo_name_union *names_p = NULL; in tomoyo_get_condition() local
597 if (!names_p) { in tomoyo_get_condition()
604 names_p++)) in tomoyo_get_condition()
657 names_p = (struct tomoyo_name_union *) (numbers_p + e.numbers_count); in tomoyo_get_condition()
658 argv = (struct tomoyo_argv *) (names_p + e.names_count); in tomoyo_get_condition()
752 const struct tomoyo_name_union *names_p; in tomoyo_condition() local
772 names_p = (const struct tomoyo_name_union *) in tomoyo_condition()
774 argv = (const struct tomoyo_argv *) (names_p + cond->names_count); in tomoyo_condition()
788 const struct tomoyo_name_union *ptr = names_p++; in tomoyo_condition()
Dgc.c282 struct tomoyo_name_union *names_p in tomoyo_del_condition() local
285 = (const struct tomoyo_argv *) (names_p + names_count); in tomoyo_del_condition()
291 tomoyo_put_name_union(names_p++); in tomoyo_del_condition()
Dcommon.c1219 const struct tomoyo_name_union *names_p = in tomoyo_print_condition() local
1220 (typeof(names_p)) in tomoyo_print_condition()
1223 (typeof(argv)) (names_p + cond->names_count); in tomoyo_print_condition()
1244 names_p++; in tomoyo_print_condition()
1302 (head, names_p++); in tomoyo_print_condition()