Searched refs:uu_compare_fn_t (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libuutil/common/ |
H A D | libuutil.h | 168 typedef int uu_compare_fn_t(const void *__left, const void *__right, typedef 239 uu_compare_fn_t *, uint32_t); 342 uu_compare_fn_t *, uint32_t);
|
H A D | libuutil_impl.h | 113 uu_compare_fn_t *ulp_cmp; 159 uu_compare_fn_t *uap_cmp;
|
H A D | uu_avl.c | 65 uu_compare_fn_t *compare_func, uint32_t flags) in uu_avl_pool_create() 184 uu_compare_fn_t *ac_compare;
|
H A D | uu_list.c | 65 size_t nodeoffset, uu_compare_fn_t *compare_func, uint32_t flags) in uu_list_pool_create() 319 uu_compare_fn_t *func = lp->ul_pool->ulp_cmp; in uu_list_find()
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | startd.h | 753 uu_compare_fn_t *, uint32_t);
|
H A D | startd.c | 401 uu_compare_fn_t *f, uint32_t flags) in startd_list_pool_create()
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 568 uu_compare_fn_t *compare = NULL; in changelist_gather()
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | explain.c | 239 offsetof(struct svcptr, node), (uu_compare_fn_t *)svcptr_compare, in x_init()
|