Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c258 static scf_snaplevel_t *imp_snpl = NULL, *imp_rsnpl = NULL; variable
6457 r = get_snaplevel(imp_rsnap, 0, imp_rsnpl); in lscf_instance_import()
6460 running = imp_rsnpl; in lscf_instance_import()
7775 r = get_snaplevel(imp_rsnap, 1, imp_rsnpl); in lscf_service_import()
7778 running = imp_rsnpl; in lscf_service_import()
8072 (imp_rsnpl = scf_snaplevel_create(g_hndl)) == NULL || in alloc_imp_globals()
8182 scf_snaplevel_destroy(imp_rsnpl); in free_imp_globals()
8183 imp_snpl = imp_rsnpl = NULL; in free_imp_globals()