Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c1639 backend_tx_t *tx_ro, *tx_wr; in object_create_pg() local
1680 rc_ro = backend_tx_begin_ro(BACKEND_TYPE_NONPERSIST, &tx_ro); in object_create_pg()
1683 rc_ro = backend_tx_begin_ro(BACKEND_TYPE_NORMAL, &tx_ro); in object_create_pg()
1697 if (tx_ro != NULL) { in object_create_pg()
1698 rc = backend_tx_run_single_int(tx_ro, q, &id); in object_create_pg()
1720 if (tx_ro != NULL) in object_create_pg()
1721 backend_tx_end_ro(tx_ro); in object_create_pg()
1722 tx_ro = NULL; in object_create_pg()
1752 if (tx_ro != NULL) in object_create_pg()
1753 backend_tx_end_ro(tx_ro); in object_create_pg()