/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/ |
H A D | ksslcfg_delete.c | 154 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 D | config.c | 103 if (scf_scope_get_service(sc, ISNS_SERVER_SVC_NAME, svc) == -1) {
|
/illumos-gate/usr/src/cmd/svc/common/ |
H A D | manifest_hash.c | 150 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 D | libndmp_prop.c | 280 if (scf_scope_get_service(handle->scf_scope, svc_name,
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | expand.c | 197 if (scf_scope_get_service(scope, sn, svc) != 0)
|
H A D | libscf.c | 3613 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 D | smb_scfutil.c | 672 if (scf_scope_get_service(handle->scf_scope,
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | smfcfg.c | 63 if (scf_scope_get_service(handle->fs_scope,
|
/illumos-gate/usr/src/man/man3scf/ |
H A D | Makefile | 116 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 D | libfmnotify.c | 159 scf_scope_get_service(sc, svcname, svc) != -1 &&
|
/illumos-gate/usr/src/lib/libshare/smbfs/ |
H A D | smbfs_scfutil.c | 229 if (scf_scope_get_service(handle->scf_scope,
|
/illumos-gate/usr/src/cmd/fcinfo/ |
H A D | fcadm-list.c | 114 if (scf_scope_get_service(scope, NPIV_SERVICE, *service) == -1) {
|
/illumos-gate/usr/src/cmd/svc/lsvcrun/ |
H A D | lsvcrun.c | 472 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 D | libscf.h | 567 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 D | svc.c | 738 if (scf_scope_get_service(scope, name, svc) != 0) {
|
/illumos-gate/usr/src/lib/libfcoe/common/ |
H A D | libfcoe.c | 146 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 D | scfutil.c | 137 if (scf_scope_get_service(handle->scope,
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 2717 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 D | libdlwlan.c | 1858 if (scf_scope_get_service(scope, SERVICE_NAME, svc) < 0)
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | explain.c | 1976 if (scf_scope_get_service(g_local_scope, svcp->svcname, g_svc) != 0) {
|
/illumos-gate/usr/src/lib/libshare/smb/ |
H A D | libshare_smb.c | 1386 if (scf_scope_get_service(scope, servname, service) != 0)
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 1374 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 D | svccfg_xml.c | 3381 if (scf_scope_get_service(sc, service, svc) != SCF_SUCCESS) {
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 3124 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 D | store.c | 2595 if (scf_scope_get_service(scope, STMF_SERVICE, *service) == -1) { 2596 syslog(LOG_ERR, "scf_scope_get_service failed - %s",
|