Searched refs:scf_service_get_instance (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dsmbfs_scfutil.c123 if (scf_service_get_instance(handle->scf_service, inst_name,
158 if (scf_service_get_instance(handle->scf_service, inst_name,
188 if (scf_service_get_instance(handle->scf_service, inst_name,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg_delete.c176 if (scf_service_get_instance(svc, instance_name, instance) != 0) {
H A Dksslcfg_create.c318 if (scf_service_get_instance(svc, inaddr_any_name, instance) == 0) {
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c776 if (scf_service_get_instance(sstate.ss_svc, instance, sstate.ss_inst) !=
916 if (scf_service_get_instance(sstate.ss_svc, name, sstate.ss_inst) ==
1536 if (scf_service_get_instance(sstate.ss_svc, bridge, sstate.ss_inst) !=
H A Dlibdlwlan.c1865 if (scf_service_get_instance(svc, instance_name, instance) != 0) {
/illumos-gate/usr/src/cmd/svc/startd/
H A Dexpand.c208 if (scf_service_get_instance(svc, in, tmpinst) != 0)
H A Dlibscf.c3658 if (scf_service_get_instance(svc, startd_inst, NULL) == 0)
3676 bad_error("scf_service_get_instance", scf_error());
/illumos-gate/usr/src/man/man3scf/
H A DMakefile123 scf_service_get_instance.3scf \
276 scf_service_get_instance.3scf := LINKSRC = scf_instance_create.3scf
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h576 int scf_service_get_instance(const scf_service_t *, const char *,
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c756 if (scf_service_get_instance(svc, instance, inst) != 0) {
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c1153 if (scf_service_get_instance(handle->service, instname,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c246 if (scf_service_get_instance(*svc, ILBD_INST_NAME, *inst) != 0) {
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c1980 } else if (scf_service_get_instance(g_svc, svcp->instname, g_inst) !=
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1427 if (scf_service_get_instance(svc, istr, inst) != 0) {
1444 bad_error("scf_service_get_instance", scf_error());
6352 if (scf_service_get_instance(rsvc, inst->sc_name, imp_inst) == 0) {
6516 bad_error("scf_service_get_instance", scf_error());
6835 if ((ret = scf_service_get_instance(imp_svc, inst->sc_name, imp_inst))
6853 bad_error("scf_service_get_instance", ret);
6880 bad_error("scf_service_get_instance", ret);
6941 bad_error("scf_service_get_instance", ret);
8770 if (scf_service_get_instance(imp_svc,
8833 if (scf_service_get_instance(imp_sv
[all...]
/illumos-gate/usr/src/cmd/init/
H A Dinit.c3176 if (scf_service_get_instance(svc, "default", inst) != 0) {
3192 bad_error("scf_service_get_instance", scf_error());
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c2785 scf_service_get_instance(const scf_service_t *svc, const char *name, function
5614 if (scf_service_get_instance(svc, instance, inst) == -1) {

Completed in 152 milliseconds