Searched defs:ud_cur_depts_pg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c273 static scf_propertygroup_t *ud_cur_depts_pg = NULL; variable
3494 if (entity_get_pg(ent, issvc, dependents, ud_cur_depts_pg) != 0) {
3553 * which will change ud_cur_depts_pg or dependencies in other
3555 * ud_cur_depts_pg are accumulated in ud_tx so they can all be
3580 scf_transaction_start(ud_tx, ud_cur_depts_pg) != 0) {
3698 SCF_GROUP_FRAMEWORK, 0, ud_cur_depts_pg);
3701 SCF_GROUP_FRAMEWORK, 0, ud_cur_depts_pg);
3732 if (!tx_started && scf_transaction_start(ud_tx, ud_cur_depts_pg) != 0) {
8074 (ud_cur_depts_pg = scf_pg_create(g_hndl)) == NULL ||
8133 scf_pg_destroy(ud_cur_depts_pg);
[all...]

Completed in 86 milliseconds