/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/ |
H A D | ksslcfg_delete.c | 146 if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, scope) == -1) { 148 KSSL_DEBUG("scf_handle_get_scope failed: %s\n", 152 KSSL_DEBUG("scf_handle_get_scope succeeded\n");
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | config.c | 97 if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, sc) == -1) {
|
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 552 scf_handle_get_scope((h), SCF_SCOPE_LOCAL, (s)) 554 int scf_handle_get_scope(scf_handle_t *, const char *, scf_scope_t *);
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | expand.c | 193 if (scf_handle_get_scope(h, scn == NULL ? SCF_SCOPE_LOCAL : scn,
|
H A D | libscf.c | 3606 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, scope) != 0) {
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | svc.c | 264 if (scf_handle_get_scope(hdl, SCF_SCOPE_LOCAL, sc) != 0) 731 if (scf_handle_get_scope(hdl, SCF_SCOPE_LOCAL, scope) != 0)
|
/illumos-gate/usr/src/man/man3scf/ |
H A D | Makefile | 55 scf_handle_get_scope.3scf \ 331 scf_handle_get_scope.3scf := LINKSRC = scf_scope_create.3scf
|
/illumos-gate/usr/src/lib/fm/libfmnotify/common/ |
H A D | libfmnotify.c | 158 scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, sc) != -1 &&
|
/illumos-gate/usr/src/cmd/fcinfo/ |
H A D | fcadm-list.c | 108 if (scf_handle_get_scope(*handle, SCF_SCOPE_LOCAL, scope) == -1) {
|
/illumos-gate/usr/src/cmd/svc/lsvcrun/ |
H A D | lsvcrun.c | 467 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, scope) != 0) {
|
/illumos-gate/usr/src/lib/libfcoe/common/ |
H A D | libfcoe.c | 139 if (scf_handle_get_scope(*handle, SCF_SCOPE_LOCAL, scope) == -1) { 140 syslog(LOG_ERR, "scf_handle_get_scope failed - %s",
|
/illumos-gate/usr/src/cmd/halt/ |
H A D | halt.c | 312 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, sc) != 0)
|
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | scfutil.c | 134 if (scf_handle_get_scope(handle->handle,
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlwlan.c | 1855 if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, scope) == -1)
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | explain.c | 265 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, g_local_scope) != 0)
|
/illumos-gate/usr/src/lib/libshare/smb/ |
H A D | libshare_smb.c | 1383 if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, scope) != 0)
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 3103 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, scope) != 0) { 3119 bad_error("scf_handle_get_scope", scf_error());
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 3378 if (scf_handle_get_scope(h, SCF_FMRI_LOCAL_SCOPE, sc) == -1)
|
H A D | svccfg_libscf.c | 1355 if (scf_handle_get_scope(h, scstr, scope) != 0) { 1369 bad_error("scf_handle_get_scope", scf_error()); 8207 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, imp_scope) != 0) { 8220 bad_error("scf_handle_get_scope", scf_error()); 8693 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, imp_scope) != 0) 10988 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, scope) != 0) 17392 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, scope) != 0) { 17402 bad_error("scf_handle_get_scope", scf_error());
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 2316 scf_handle_get_scope(scf_handle_t *h, const char *name, scf_scope_t *out) function 5566 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, sc) == -1) {
|
/illumos-gate/usr/src/lib/libstmf/common/ |
H A D | store.c | 2588 if (scf_handle_get_scope(*handle, SCF_SCOPE_LOCAL, scope) == -1) { 2589 syslog(LOG_ERR, "scf_handle_get_scope failed - %s",
|