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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c286 static scf_instance_t *exp_inst; variable
10795 while ((ret = scf_iter_next_instance(exp_inst_iter, exp_inst)) == 1)
10796 export_instance(exp_inst, &elts, flags);
10826 if ((exp_inst = scf_instance_create(g_hndl)) == NULL ||
10880 scf_instance_destroy(exp_inst);
10969 (exp_inst = scf_instance_create(g_hndl)) == NULL ||
11019 scf_instance_destroy(exp_inst);

Completed in 616 milliseconds