Searched refs:tran_props (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | lowlevel_impl.h | 192 uu_list_t *tran_props; member
|
H A D | lowlevel.c | 3738 ret->tran_props = uu_list_create(tran_entry_pool, ret, UU_LIST_SORTED); in scf_transaction_create() 3739 if (ret->tran_props == NULL) { in scf_transaction_create() 3813 uu_list_remove(tx->tran_props, cur); in entry_invalidate() 3891 old = uu_list_find(tran->tran_props, &prop, NULL, &idx); in transaction_add() 3947 uu_list_insert(tran->tran_props, entry, idx); in transaction_add() 4118 for (cur = uu_list_first(tran->tran_props); cur != NULL; in scf_transaction_commit() 4119 cur = uu_list_next(tran->tran_props, cur)) { in scf_transaction_commit() 4140 for (cur = uu_list_first(tran->tran_props); cur != NULL; in scf_transaction_commit() 4141 cur = uu_list_next(tran->tran_props, cur)) { in scf_transaction_commit() 4189 while ((cur = uu_list_teardown(tran->tran_props, &cookie)) != NULL) { in scf_transaction_reset_impl() [all …]
|