Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h809 int backend_tx_begin_ro(backend_type_t, backend_tx_t **);
H A Dfile_object.c1165 res = backend_tx_begin_ro(backend, &tx); in propertygrp_fill_children()
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()
H A Dbackend.c2135 backend_tx_begin_ro(backend_type_t t, backend_tx_t **txp) in backend_tx_begin_ro() function