Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c117 int bt_readonly; member
2126 ret->bt_readonly = !writable; in backend_tx_begin_common()
2169 assert(tx->bt_readonly); in backend_tx_end_ro()
2208 (*txp)->bt_readonly = 0; in backend_tx_begin()
2221 assert(tx != NULL && tx->bt_be != NULL && !tx->bt_readonly); in backend_tx_rollback()
2248 assert(tx != NULL && tx->bt_be != NULL && !tx->bt_readonly); in backend_tx_commit()
2315 assert(tx != NULL && tx->bt_be != NULL && !tx->bt_readonly); in backend_new_id()
2409 assert(tx != NULL && tx->bt_be != NULL && !tx->bt_readonly); in backend_tx_run_update()
2438 assert(tx != NULL && tx->bt_be != NULL && !tx->bt_readonly); in backend_tx_run_update_changed()