Home
last modified time | relevance | path

Searched refs:who_node (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c5515 who_perm_node_t *who_node = NULL; in print_set_creat_perms() local
5518 for (who_node = uu_avl_first(who_avl); who_node != NULL; in print_set_creat_perms()
5519 who_node = uu_avl_next(who_avl, who_node)) { in print_set_creat_perms()
5520 uu_avl_t *avl = who_node->who_perm.who_deleg_perm_avl; in print_set_creat_perms()
5521 zfs_deleg_who_type_t who_type = who_node->who_perm.who_type; in print_set_creat_perms()
5522 const char *who_name = who_node->who_perm.who_name; in print_set_creat_perms()
5558 who_perm_node_t *who_node = NULL; in print_uge_deleg_perms() local
5565 while ((who_node = uu_avl_walk_next(walk)) != NULL) { in print_uge_deleg_perms()
5566 const char *who_name = who_node->who_perm.who_name; in print_uge_deleg_perms()
5567 const char *nice_who_name = who_node->who_perm.who_ug_name; in print_uge_deleg_perms()
[all …]