Home
last modified time | relevance | path

Searched refs:backend_tx_commit (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c1512 rc = backend_tx_commit(dip.di_tx); in object_delete()
1516 (void) backend_tx_commit(dip.di_np_tx); in object_delete()
1623 rc = backend_tx_commit(tx); in object_create()
1742 rc = backend_tx_commit(tx_wr); in object_create_pg()
2318 result = backend_tx_commit(tx); in object_snapshot_take_new()
2401 result = backend_tx_commit(tx); in object_snapshot_attach()
H A Dconfigd.h833 int backend_tx_commit(backend_tx_t *);
H A Dobject.c745 r = backend_tx_commit(tx); in object_tx_commit()
H A Dbackend.c2241 backend_tx_commit(backend_tx_t *tx) in backend_tx_commit() function