Searched refs:tran_entry_pool (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c70 static uu_list_pool_t *tran_entry_pool; variable
265 tran_entry_pool = uu_list_pool_create(
272 tran_entry_pool == NULL) {
3678 ret->tran_props = uu_list_create(tran_entry_pool, ret, UU_LIST_SORTED);
3786 uu_list_node_fini(entry, &entry->entry_link, tran_entry_pool);
4207 uu_list_node_init(ret, &ret->entry_link, tran_entry_pool);

Completed in 57 milliseconds