Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h80 uu_list_t *rh_dataels; member
H A Dlowlevel.c768 ret->rh_dataels = uu_list_create(datael_pool, ret, 0); in scf_handle_create()
770 if (ret->rh_dataels == NULL || ret->rh_iters == NULL) { in scf_handle_create()
771 if (ret->rh_dataels != NULL) in scf_handle_create()
772 uu_list_destroy(ret->rh_dataels); in scf_handle_create()
1287 el = uu_list_next(handle->rh_dataels, el)) { in scf_handle_bind()
1424 assert(uu_list_numnodes(handle->rh_dataels) == 0); in handle_unrefed()
1427 uu_list_destroy(handle->rh_dataels); in handle_unrefed()
1429 handle->rh_dataels = NULL; in handle_unrefed()
1480 if (uu_list_numnodes(h->rh_dataels) == UINT32_MAX) in handle_alloc_entityid()
1602 (void) uu_list_insert_before(h->rh_dataels, NULL, dp); in datael_init()
[all …]