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

/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h196 uu_list_t *tran_props; member in struct:scf_transaction
H A Dlowlevel.c3242 for (cur = uu_list_first(tran->tran_props); cur != NULL;
3243 cur = uu_list_next(tran->tran_props, cur)) {
3279 for (cur = uu_list_first(tran->tran_props); cur != NULL;
3280 cur = uu_list_next(tran->tran_props, cur)) {
4521 ret->tran_props = uu_list_create(tran_entry_pool, ret, UU_LIST_SORTED);
4522 if (ret->tran_props == NULL) {
4596 uu_list_remove(tx->tran_props, cur);
4677 old = uu_list_find(tran->tran_props, &prop, NULL, &idx);
4736 uu_list_insert(tran->tran_props, entry, idx);
4972 while ((cur = uu_list_teardown(tran->tran_props,
[all...]

Completed in 36 milliseconds