Searched refs:who_node (Results 1 – 1 of 1) sorted by relevance
6426 who_perm_node_t *who_node = NULL; in print_set_creat_perms() local6429 for (who_node = uu_avl_first(who_avl); who_node != NULL; in print_set_creat_perms()6430 who_node = uu_avl_next(who_avl, who_node)) { in print_set_creat_perms()6431 uu_avl_t *avl = who_node->who_perm.who_deleg_perm_avl; in print_set_creat_perms()6432 zfs_deleg_who_type_t who_type = who_node->who_perm.who_type; in print_set_creat_perms()6433 const char *who_name = who_node->who_perm.who_name; in print_set_creat_perms()6467 who_perm_node_t *who_node = NULL; in print_uge_deleg_perms() local6474 while ((who_node = uu_avl_walk_next(walk)) != NULL) { in print_uge_deleg_perms()6475 const char *who_name = who_node->who_perm.who_name; in print_uge_deleg_perms()6476 const char *nice_who_name = who_node->who_perm.who_ug_name; in print_uge_deleg_perms()[all …]