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

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c220 backend_tx_t *tx = (be == BACKEND_TYPE_NORMAL)? dip->di_tx :
245 backend_tx_t *tx = (be == BACKEND_TYPE_NORMAL)? dip->di_tx :
256 if (be == BACKEND_TYPE_NORMAL) {
307 backend_tx_t *tx = (be == BACKEND_TYPE_NORMAL)? dip->di_tx :
334 backend_tx_t *tx = (be == BACKEND_TYPE_NORMAL)? dip->di_tx :
363 backend_tx_t *tx = (be == BACKEND_TYPE_NORMAL)? dip->di_tx :
370 assert(be == BACKEND_TYPE_NORMAL);
406 backend_tx_t *tx = (be == BACKEND_TYPE_NORMAL)? dip->di_tx :
413 assert(be == BACKEND_TYPE_NORMAL);
437 info.dci_be = BACKEND_TYPE_NORMAL;
[all...]
H A Dbackend.c92 * There are times when svcadm asks configd to move the BACKEND_TYPE_NORMAL
223 static struct backend_tbl_info tbls_normal[] = { /* BACKEND_TYPE_NORMAL */
290 static struct backend_idx_info idxs_normal[] = { /* BACKEND_TYPE_NORMAL */
506 * bes[BACKEND_TYPE_NORMAL]->be_lock.
851 assert(be->be_type == BACKEND_TYPE_NORMAL);
1261 assert(be == bes[BACKEND_TYPE_NORMAL]);
1331 if (be->be_type == BACKEND_TYPE_NORMAL)
1345 * If t is not BACKEND_TYPE_NORMAL, can fail with
1359 assert(t == BACKEND_TYPE_NORMAL ||
1363 if (t == BACKEND_TYPE_NORMAL)
[all...]
H A Dconfigd.h101 BACKEND_TYPE_NORMAL = 0, enumerator in enum:backend_type
H A Drc_node.c629 assert(backend == BACKEND_TYPE_NORMAL ||
2415 np->rn_id.rl_backend = BACKEND_TYPE_NORMAL;

Completed in 172 milliseconds