Searched defs: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 in struct:backend_tx
2126 ret->bt_readonly = !writable;
2169 assert(tx->bt_readonly);
2208 (*txp)->bt_readonly = 0;
2221 assert(tx != NULL && tx->bt_be != NULL && !tx->bt_readonly);
2248 assert(tx != NULL && tx->bt_be != NULL && !tx->bt_readonly);
2315 assert(tx != NULL && tx->bt_be != NULL && !tx->bt_readonly);
2409 assert(tx != NULL && tx->bt_be != NULL && !tx->bt_readonly);
2438 assert(tx != NULL && tx->bt_be != NULL && !tx->bt_readonly);

Completed in 50 milliseconds