Searched refs:scf_scope_get_service (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg_delete.c154 if (scf_scope_get_service(scope, SERVICE_NAME, svc) < 0) {
160 "ERROR scf_scope_get_service failed: %s\n",
165 KSSL_DEBUG("scf_scope_get_service succeeded\n");
184 "ERROR scf_scope_get_service failed: %s\n",
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dconfig.c103 if (scf_scope_get_service(sc, ISNS_SERVER_SVC_NAME, svc) == -1) {
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c150 if (scf_scope_get_service(scope, MHASH_SVC, svc) < 0) {
270 if (scf_scope_get_service(scope, MHASH_SVC, svc) ==
/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c280 if (scf_scope_get_service(handle->scf_scope, svc_name,
/illumos-gate/usr/src/cmd/svc/startd/
H A Dexpand.c197 if (scf_scope_get_service(scope, sn, svc) != 0)
H A Dlibscf.c3613 if (scf_scope_get_service(scope, startd_svc, svc) != 0) {
3627 bad_error("scf_scope_get_service", scf_error());
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c672 if (scf_scope_get_service(handle->scf_scope,
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dsmfcfg.c63 if (scf_scope_get_service(handle->fs_scope,
/illumos-gate/usr/src/man/man3scf/
H A DMakefile116 scf_scope_get_service.3scf \
337 scf_scope_get_service.3scf := LINKSRC = scf_service_create.3scf
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c159 scf_scope_get_service(sc, svcname, svc) != -1 &&
/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dsmbfs_scfutil.c229 if (scf_scope_get_service(handle->scf_scope,
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c114 if (scf_scope_get_service(scope, NPIV_SERVICE, *service) == -1) {
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c472 if (scf_scope_get_service(scope, SCF_LEGACY_SERVICE, svc) != 0) {
474 scferr("scf_scope_get_service()");
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h567 int scf_scope_get_service(const scf_scope_t *, const char *, scf_service_t *);
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c738 if (scf_scope_get_service(scope, name, svc) != 0) {
/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c146 if (scf_scope_get_service(scope,
149 syslog(LOG_ERR, "scf_scope_get_service failed - %s",
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c137 if (scf_scope_get_service(handle->scope,
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c2717 scf_scope_get_service(const scf_scope_t *s, const char *name, function
5584 if (scf_scope_get_service(sc, service, svc) == -1) {
6657 if (scf_scope_get_service(scope, SCF_LEGACY_SERVICE,
6882 if (scf_scope_get_service(scope,
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c1858 if (scf_scope_get_service(scope, SERVICE_NAME, svc) < 0)
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c1976 if (scf_scope_get_service(g_local_scope, svcp->svcname, g_svc) != 0) {
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1386 if (scf_scope_get_service(scope, servname, service) != 0)
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1374 if (scf_scope_get_service(scope, sstr, svc) != 0) {
1391 bad_error("scf_scope_get_service", scf_error());
1414 bad_error("scf_scope_get_service", scf_error());
6823 if ((ret = scf_scope_get_service(scope, svc->sc_name, imp_svc)) != 0) {
7061 if (scf_scope_get_service(scope, s->sc_name, imp_svc) != 0) {
7078 bad_error("scf_scope_get_service", scf_error());
7194 if (scf_scope_get_service(scope, s->sc_name, imp_svc) != 0) {
7207 bad_error("scf_scope_get_service", scf_error());
8731 if (scf_scope_get_service(imp_scope, svc->sc_name,
11285 if (scf_scope_get_service(cur_scop
[all...]
H A Dsvccfg_xml.c3381 if (scf_scope_get_service(sc, service, svc) != SCF_SUCCESS) {
/illumos-gate/usr/src/cmd/init/
H A Dinit.c3124 if (scf_scope_get_service(scope, "system/svc/restarter", svc) != 0) {
3140 bad_error("scf_scope_get_service", scf_error());
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c2595 if (scf_scope_get_service(scope, STMF_SERVICE, *service) == -1) {
2596 syslog(LOG_ERR, "scf_scope_get_service failed - %s",

Completed in 147 milliseconds