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

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dbackend.c301 static struct backend_tbl_info tbls_np[] = { /* BACKEND_TYPE_NONPERSIST */
305 static struct backend_idx_info idxs_np[] = { /* BACKEND_TYPE_NONPERSIST */
521 if (bt->bt_type == BACKEND_TYPE_NONPERSIST)
1360 t == BACKEND_TYPE_NONPERSIST);
1969 backend_id == BACKEND_TYPE_NONPERSIST) {
2522 assert(t == BACKEND_TYPE_NORMAL || t == BACKEND_TYPE_NONPERSIST);
2526 } else if (t == BACKEND_TYPE_NONPERSIST) {
2699 r = backend_create(BACKEND_TYPE_NONPERSIST, npdb_file, &be);
2712 BACKEND_TYPE_NONPERSIST)) {
2721 backend_create_finish(BACKEND_TYPE_NONPERSIST, b
[all...]
H A Dfile_object.c459 info.dci_be = BACKEND_TYPE_NONPERSIST;
993 ci.ci_base_nl.rl_backend = BACKEND_TYPE_NONPERSIST;
994 res = backend_run(BACKEND_TYPE_NONPERSIST, q,
1033 ci.ci_base_nl.rl_backend = BACKEND_TYPE_NONPERSIST;
1034 res = backend_run(BACKEND_TYPE_NONPERSIST, q,
1492 rc = backend_tx_begin(BACKEND_TYPE_NONPERSIST, &dip.di_np_tx);
1681 rc_ro = backend_tx_begin_ro(BACKEND_TYPE_NONPERSIST, &tx_ro);
1683 lp->rl_backend = BACKEND_TYPE_NONPERSIST;
1685 rc_wr = backend_tx_begin(BACKEND_TYPE_NONPERSIST, &tx_wr);
H A Dconfigd.h102 BACKEND_TYPE_NONPERSIST, enumerator in enum:backend_type
H A Dobject.c207 if (data->txc_backend != BACKEND_TYPE_NONPERSIST) {
H A Drc_node.c630 backend == BACKEND_TYPE_NONPERSIST);

Completed in 115 milliseconds