Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libuutil/common/
H A Dlibuutil.h294 typedef struct uu_avl uu_avl_t; typedef
357 uu_avl_t *uu_avl_create(uu_avl_pool_t *, void *_parent, uint32_t);
360 void uu_avl_destroy(uu_avl_t *); /* list must be empty */
362 size_t uu_avl_numnodes(uu_avl_t *);
364 void *uu_avl_first(uu_avl_t *);
365 void *uu_avl_last(uu_avl_t *);
367 void *uu_avl_next(uu_avl_t *, void *);
368 void *uu_avl_prev(uu_avl_t *, void *);
370 int uu_avl_walk(uu_avl_t *, uu_walk_fn_t *, void *, uint32_t);
372 uu_avl_walk_t *uu_avl_walk_start(uu_avl_t *, uint32_t);
[all …]
H A Duu_avl.c209 uu_avl_t *
212 uu_avl_t *ap, *next, *prev; in uu_avl_create()
249 uu_avl_destroy(uu_avl_t *ap) in uu_avl_destroy()
278 uu_avl_numnodes(uu_avl_t *ap) in uu_avl_numnodes()
284 uu_avl_first(uu_avl_t *ap) in uu_avl_first()
290 uu_avl_last(uu_avl_t *ap) in uu_avl_last()
296 uu_avl_next(uu_avl_t *ap, void *node) in uu_avl_next()
302 uu_avl_prev(uu_avl_t *ap, void *node) in uu_avl_prev()
308 _avl_walk_init(uu_avl_walk_t *wp, uu_avl_t *ap, uint32_t flags) in _avl_walk_init()
334 _avl_walk_advance(uu_avl_walk_t *wp, uu_avl_t *ap) in _avl_walk_advance()
[all …]
H A Dlibuutil_impl.h131 uu_avl_t *uaw_avl;
150 #define UU_AVL_PTR(x) ((uu_avl_t *)UU_PTR_DECODE(x))
165 uu_avl_t uap_null_avl;
/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c410 uu_avl_t *cpg_composed_props;
620 grow_props_tree(pgroup_t *pg, uu_avl_t *tree) in grow_props_tree()
650 uu_avl_t *tree; in compose_props()
682 build_composed_property_groups(entity_t *inst, uu_avl_t *tree) in build_composed_property_groups()
738 uu_avl_t *tree; in build_composed_instance()
759 uu_avl_t *tree; in demolish_composed_instance()
2094 gather_pattern(entity_t *e, ptrn_type_t type, uu_avl_t *tree, in gather_pattern()
2256 uu_avl_t *composed_tree; in next_pattern_pg()
2646 tmpl_include_values_check(uu_avl_t *tree, tmpl_errors_t *errs) in tmpl_include_values_check()
2682 tmpl_pattern_conflict(entity_t *inst, uu_avl_t *tree, ptrn_type_t type, in tmpl_pattern_conflict()
[all …]
H A Dsvccfg.h246 uu_avl_t *sc_composed;
H A Dsvccfg_libscf.c296 static uu_avl_t *service_manifest_tree = NULL;
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h66 uu_avl_t *libzfs_ns_avl;
/titanic_41/usr/src/cmd/svc/configd/
H A Dconfigd.h522 uu_avl_t *rc_entities;
523 uu_avl_t *rc_iters;
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Dlibmlsvc.h199 uu_avl_t *mc_svcs; /* AVL tree of SMF services */
/titanic_41/usr/src/cmd/zpool/
H A Dzpool_iter.c53 uu_avl_t *zl_avl;
/titanic_41/usr/src/cmd/zfs/
H A Dzfs_main.c2255 uu_avl_t *cb_avl;
2396 uu_avl_t *avl = cb->cb_avl; in userspace_cb()
2636 size_t *width, boolean_t rmnode, uu_avl_t *avl) in print_us()
2674 uu_avl_t *avl_tree; in zfs_do_userspace()
4111 uu_avl_t *who_deleg_perm_avl; /* permissions */
4125 uu_avl_t *fsp_sc_avl; /* sets,create */
4126 uu_avl_t *fsp_uge_avl; /* user,group,everyone */
4134 uu_avl_t *fspn_avl;
4389 set_deleg_perm_node(uu_avl_t *avl, deleg_perm_node_t *node, in set_deleg_perm_node()
4427 uu_avl_t *avl = who_perm->who_deleg_perm_avl; in parse_who_perm()
[all …]
H A Dzfs_iter.c58 uu_avl_t *cb_avl;
/titanic_41/usr/src/lib/fm/libfmd_snmp/common/
H A Dmodule.c41 static uu_avl_t *mod_name_avl;
42 static uu_avl_t *mod_index_avl;
H A Dresource.c41 static uu_avl_t *rsrc_fmri_avl;
42 static uu_avl_t *rsrc_index_avl;
H A Dproblem.c50 static uu_avl_t *problem_uuid_avl;
/titanic_41/usr/src/head/
H A Dlibzonecfg.h490 uu_avl_t *);
/titanic_41/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c53 uu_avl_t *sh_avl;
/titanic_41/usr/src/cmd/svc/svcs/
H A Dsvcs.c125 static uu_avl_t *lines; /* Output lines. */
/titanic_41/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c6977 uu_avl_t *pkgs_avl) in zonecfg_getpkgdata()