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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c208 static scf_service_t *cur_svc = NULL; variable
476 ret = scf_service_get_pg(cur_svc, pg_name, pg);
913 scf_service_destroy(cur_svc);
917 cur_svc = NULL;
1748 assert(cur_svc != NULL);
1758 ent = cur_svc;
1887 if (cur_svc && cur_selection == NULL) {
2160 * Using get_pg() requires that the cur_svc/cur_inst be
2162 * if going to use lscf_select() to set up the cur_svc/cur_inst
2164 if (cur_svc) {
[all...]

Completed in 60 milliseconds