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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c1646 int rc_wr; local
1680 rc_wr = backend_tx_begin(BACKEND_TYPE_NORMAL, &tx_wr);
1685 rc_wr = backend_tx_begin(BACKEND_TYPE_NONPERSIST, &tx_wr);
1688 if (rc_wr != REP_PROTOCOL_SUCCESS) {
1689 rc = rc_wr;

Completed in 55 milliseconds