Symbol: scf_handle_get_scope
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/libscf.c
3612
if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, scope) != 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
1373
if (scf_handle_get_scope(h, scstr, 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
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/svccfg/svccfg_xml.c
3383
if (scf_handle_get_scope(h, SCF_FMRI_LOCAL_SCOPE, sc) == -1)
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
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/libscf/inc/libscf.h
577
int scf_handle_get_scope(scf_handle_t *, const char *, scf_scope_t *);
usr/src/lib/libshare/common/scfutil.c
136
if (scf_handle_get_scope(handle->handle,
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) {