Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h192 uu_list_t *tran_props; member
H A Dlowlevel.c3729 ret->tran_props = uu_list_create(tran_entry_pool, ret, UU_LIST_SORTED); in scf_transaction_create()
3730 if (ret->tran_props == NULL) { in scf_transaction_create()
3804 uu_list_remove(tx->tran_props, cur); in entry_invalidate()
3882 old = uu_list_find(tran->tran_props, &prop, NULL, &idx); in transaction_add()
3938 uu_list_insert(tran->tran_props, entry, idx); in transaction_add()
4109 for (cur = uu_list_first(tran->tran_props); cur != NULL; in scf_transaction_commit()
4110 cur = uu_list_next(tran->tran_props, cur)) { in scf_transaction_commit()
4131 for (cur = uu_list_first(tran->tran_props); cur != NULL; in scf_transaction_commit()
4132 cur = uu_list_next(tran->tran_props, cur)) { in scf_transaction_commit()
4180 while ((cur = uu_list_teardown(tran->tran_props, &cookie)) != NULL) { in scf_transaction_reset_impl()
[all …]