Searched refs:names_p (Results 1 – 3 of 3) sorted by relevance
500 struct tomoyo_name_union *names_p = NULL; in tomoyo_get_condition() local616 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() local794 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()
291 struct tomoyo_name_union *names_p in tomoyo_del_condition() local294 = (const struct tomoyo_argv *) (names_p + names_count); in tomoyo_del_condition()301 tomoyo_put_name_union(names_p++); in tomoyo_del_condition()
1242 const struct tomoyo_name_union *names_p = in tomoyo_print_condition() local1243 (typeof(names_p)) in tomoyo_print_condition()1246 (typeof(argv)) (names_p + cond->names_count); in tomoyo_print_condition()1269 names_p++; in tomoyo_print_condition()1325 (head, names_p++); in tomoyo_print_condition()