Searched refs:names_p (Results 1 – 3 of 3) sorted by relevance
483 struct tomoyo_name_union *names_p = NULL; in tomoyo_get_condition() local597 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() local772 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()
282 struct tomoyo_name_union *names_p in tomoyo_del_condition() local285 = (const struct tomoyo_argv *) (names_p + names_count); in tomoyo_del_condition()291 tomoyo_put_name_union(names_p++); in tomoyo_del_condition()
1219 const struct tomoyo_name_union *names_p = in tomoyo_print_condition() local1220 (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()