Searched refs:names_p (Results 1 – 2 of 2) sorted by relevance
500 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()
291 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()