Symbol: SCF_SCOPE_LOCAL
usr/src/cmd/fcinfo/fcadm-list.c
108
if (scf_handle_get_scope(*handle, SCF_SCOPE_LOCAL, scope) == -1) {
usr/src/cmd/halt/halt.c
313
if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, sc) != 0)
usr/src/cmd/init/init.c
3066
if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, scope) != 0) {
usr/src/cmd/isns/isnsd/config.c
97
if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, sc) == -1) {
usr/src/cmd/svc/lsvcrun/lsvcrun.c
467
if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, scope) != 0) {
usr/src/cmd/svc/startd/expand.c
191
if (scf_handle_get_scope(h, scn == NULL ? SCF_SCOPE_LOCAL : scn,
usr/src/cmd/svc/startd/graph.c
2386
if (scope == NULL || strcmp(scope, SCF_SCOPE_LOCAL) == 0) {
usr/src/cmd/svc/startd/libscf.c
3612
if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, scope) != 0) {
usr/src/cmd/svc/startd/libscf.c
61
local = strcmp(scope, SCF_SCOPE_LOCAL) == 0;
usr/src/cmd/svc/svccfg/svccfg_libscf.c
11010
if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, scope) != 0)
usr/src/cmd/svc/svccfg/svccfg_libscf.c
17413
if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, scope) != 0) {
usr/src/cmd/svc/svccfg/svccfg_libscf.c
7237
SCF_SCOPE_LOCAL, s->sc_name);
usr/src/cmd/svc/svccfg/svccfg_libscf.c
8220
if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, imp_scope) != 0) {
usr/src/cmd/svc/svccfg/svccfg_libscf.c
8705
if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, imp_scope) != 0)
usr/src/cmd/svc/svcs/explain.c
262
if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, g_local_scope) != 0)
usr/src/lib/fm/libfmnotify/common/libfmnotify.c
158
scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, sc) != -1 &&
usr/src/lib/fm/topo/libtopo/common/svc.c
264
if (scf_handle_get_scope(hdl, SCF_SCOPE_LOCAL, sc) != 0)
usr/src/lib/fm/topo/libtopo/common/svc.c
731
if (scf_handle_get_scope(hdl, SCF_SCOPE_LOCAL, scope) != 0)
usr/src/lib/libdladm/common/libdlwlan.c
1856
if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, scope) == -1)
usr/src/lib/libfcoe/common/libfcoe.c
140
if (scf_handle_get_scope(*handle, SCF_SCOPE_LOCAL, scope) == -1) {
usr/src/lib/libscf/common/lowlevel.c
2384
if (strcmp(name, SCF_SCOPE_LOCAL) == 0) {
usr/src/lib/libscf/common/lowlevel.c
5466
if (scope != NULL && strcmp(scope, SCF_SCOPE_LOCAL) != 0) {
usr/src/lib/libscf/common/lowlevel.c
5626
if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, sc) == -1) {
usr/src/lib/libscf/inc/libscf.h
575
scf_handle_get_scope((h), SCF_SCOPE_LOCAL, (s))
usr/src/lib/libshare/common/scfutil.c
137
SCF_SCOPE_LOCAL, handle->scope) != 0)
usr/src/lib/libshare/smb/libshare_smb.c
1394
if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, scope) != 0)
usr/src/lib/libstmf/common/store.c
2588
if (scf_handle_get_scope(*handle, SCF_SCOPE_LOCAL, scope) == -1) {