Searched refs:who_node (Results 1 – 1 of 1) sorted by relevance
6154 who_perm_node_t *who_node = NULL; in print_set_creat_perms() local6157 for (who_node = uu_avl_first(who_avl); who_node != NULL; in print_set_creat_perms()6158 who_node = uu_avl_next(who_avl, who_node)) { in print_set_creat_perms()6159 uu_avl_t *avl = who_node->who_perm.who_deleg_perm_avl; in print_set_creat_perms()6160 zfs_deleg_who_type_t who_type = who_node->who_perm.who_type; in print_set_creat_perms()6161 const char *who_name = who_node->who_perm.who_name; in print_set_creat_perms()6195 who_perm_node_t *who_node = NULL; in print_uge_deleg_perms() local6202 while ((who_node = uu_avl_walk_next(walk)) != NULL) { in print_uge_deleg_perms()6203 const char *who_name = who_node->who_perm.who_name; in print_uge_deleg_perms()6204 const char *nice_who_name = who_node->who_perm.who_ug_name; in print_uge_deleg_perms()[all …]