uu_avl_t
uu_avl_t *rc_entities;
uu_avl_t *rc_iters;
uu_avl_t *sc_composed;
static uu_avl_t *service_manifest_tree = NULL;
gather_pattern(entity_t *e, ptrn_type_t type, uu_avl_t *tree,
uu_avl_t *composed_tree;
tmpl_include_values_check(uu_avl_t *tree, tmpl_errors_t *errs)
tmpl_pattern_conflict(entity_t *inst, uu_avl_t *tree, ptrn_type_t type,
tmpl_required_attr_present(uu_avl_t *tree, tmpl_errors_t *errs)
tmpl_scan_general(entity_t *general, uu_avl_t *tree,
tmpl_level_redefine(entity_t *inst, uu_avl_t *tree, tmpl_errors_t *errs)
uu_avl_t *tree;
uu_avl_t *tree;
uu_avl_t *pgroups;
uu_avl_t *cpg_composed_props;
grow_props_tree(pgroup_t *pg, uu_avl_t *tree)
uu_avl_t *tree;
build_composed_property_groups(entity_t *inst, uu_avl_t *tree)
uu_avl_t *tree;
uu_avl_t *tree;
static uu_avl_t *lines; /* Output lines. */
uu_avl_t *cb_avl;
uu_avl_t *cb_avl;
uu_avl_t *avl = cb->cb_avl;
size_t *width, boolean_t rmnode, uu_avl_t *avl)
uu_avl_t *avl_tree;
uu_avl_t *who_deleg_perm_avl; /* permissions */
uu_avl_t *fsp_sc_avl; /* sets,create */
uu_avl_t *fsp_uge_avl; /* user,group,everyone */
uu_avl_t *fspn_avl;
set_deleg_perm_node(uu_avl_t *avl, deleg_perm_node_t *node,
uu_avl_t *avl = who_perm->who_deleg_perm_avl;
uu_avl_t *avl = NULL;
print_set_creat_perms(uu_avl_t *who_avl)
uu_avl_t *avl = who_node->who_perm.who_deleg_perm_avl;
print_uge_deleg_perms(uu_avl_t *who_avl, boolean_t local, boolean_t descend,
uu_avl_t *avl = who_node->who_perm.who_deleg_perm_avl;
uu_avl_t *sc_avl = node->fspn_fsperm.fsp_sc_avl;
uu_avl_t *uge_avl = node->fspn_fsperm.fsp_uge_avl;
uu_avl_t *tree = NULL;
uu_avl_t *zl_avl;
uu_avl_t *);
static uu_avl_t *mod_name_avl;
static uu_avl_t *mod_index_avl;
static uu_avl_t *problem_uuid_avl;
static uu_avl_t *rsrc_fmri_avl;
static uu_avl_t *rsrc_index_avl;
uu_avl_t *sh_avl;
uu_avl_t *uu_avl_create(uu_avl_pool_t *, void *_parent, uint32_t);
void uu_avl_destroy(uu_avl_t *); /* list must be empty */
size_t uu_avl_numnodes(uu_avl_t *);
void *uu_avl_first(uu_avl_t *);
void *uu_avl_last(uu_avl_t *);
void *uu_avl_next(uu_avl_t *, void *);
void *uu_avl_prev(uu_avl_t *, void *);
int uu_avl_walk(uu_avl_t *, uu_walk_fn_t *, void *, uint32_t);
uu_avl_walk_t *uu_avl_walk_start(uu_avl_t *, uint32_t);
void *uu_avl_find(uu_avl_t *, void *, void *, uu_avl_index_t *);
void uu_avl_insert(uu_avl_t *, void *, uu_avl_index_t);
void *uu_avl_nearest_next(uu_avl_t *, uu_avl_index_t);
void *uu_avl_nearest_prev(uu_avl_t *, uu_avl_index_t);
void *uu_avl_teardown(uu_avl_t *, void **);
void uu_avl_remove(uu_avl_t *, void *);
uu_avl_t *uaw_avl;
#define UU_AVL_PTR(x) ((uu_avl_t *)UU_PTR_DECODE(x))
uu_avl_t uap_null_avl;
uu_avl_t *
uu_avl_t *ap, *next, *prev;
uu_avl_destroy(uu_avl_t *ap)
uu_avl_numnodes(uu_avl_t *ap)
uu_avl_first(uu_avl_t *ap)
uu_avl_last(uu_avl_t *ap)
uu_avl_next(uu_avl_t *ap, void *node)
uu_avl_prev(uu_avl_t *ap, void *node)
_avl_walk_init(uu_avl_walk_t *wp, uu_avl_t *ap, uint32_t flags)
_avl_walk_advance(uu_avl_walk_t *wp, uu_avl_t *ap)
uu_avl_walk_start(uu_avl_t *ap, uint32_t flags)
uu_avl_walk(uu_avl_t *ap, uu_walk_fn_t *func, void *private, uint32_t flags)
uu_avl_remove(uu_avl_t *ap, void *elem)
uu_avl_teardown(uu_avl_t *ap, void **cookie)
uu_avl_find(uu_avl_t *ap, void *elem, void *private, uu_avl_index_t *out)
uu_avl_insert(uu_avl_t *ap, void *elem, uu_avl_index_t idx)
uu_avl_nearest_next(uu_avl_t *ap, uu_avl_index_t idx)
uu_avl_nearest_prev(uu_avl_t *ap, uu_avl_index_t idx)
uu_avl_t *libzfs_ns_avl;
uu_avl_t *pkgs_avl)
uu_avl_t *mc_svcs; /* AVL tree of SMF services */