Searched refs:names_p (Results 1 – 3 of 3) sorted by relevance
484 struct tomoyo_name_union *names_p = NULL; in tomoyo_get_condition() local598 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() local773 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()
283 struct tomoyo_name_union *names_p in tomoyo_del_condition() local286 = (const struct tomoyo_argv *) (names_p + names_count); in tomoyo_del_condition()292 tomoyo_put_name_union(names_p++); in tomoyo_del_condition()
1220 const struct tomoyo_name_union *names_p = in tomoyo_print_condition() local1221 (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()