Home
last modified time | relevance | path

Searched refs:SCF_SCOPE_LOCAL (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dconfig.c97 if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, sc) == -1) { in load_config()
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h270 #define SCF_SCOPE_LOCAL "localhost" macro
575 scf_handle_get_scope((h), SCF_SCOPE_LOCAL, (s))
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c264 if (scf_handle_get_scope(hdl, SCF_SCOPE_LOCAL, sc) != 0) in svc_enum()
731 if (scf_handle_get_scope(hdl, SCF_SCOPE_LOCAL, scope) != 0) in svc_get_state()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dexpand.c191 if (scf_handle_get_scope(h, scn == NULL ? SCF_SCOPE_LOCAL : scn, in get_prop_val_str()
H A Dlibscf.c61 local = strcmp(scope, SCF_SCOPE_LOCAL) == 0; in inst_fmri_to_svc_fmri()
3614 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, scope) != 0) { in libscf_create_self()
H A Dgraph.c2384 if (scope == NULL || strcmp(scope, SCF_SCOPE_LOCAL) == 0) { in process_dependency_fmri()
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c158 scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, sc) != -1 && in nd_get_pg()
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c467 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, scope) != 0) { in get_script_pg()
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c108 if (scf_handle_get_scope(*handle, SCF_SCOPE_LOCAL, scope) == -1) { in cfgInit()
/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c140 if (scf_handle_get_scope(*handle, SCF_SCOPE_LOCAL, scope) == -1) { in fcoe_cfg_scf_init()
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c313 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, sc) != 0) in stop_delegates()
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c137 SCF_SCOPE_LOCAL, handle->scope) != 0) in sa_scf_init()
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1391 if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, scope) != 0) in smb_enable_dependencies()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c261 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, g_local_scope) != 0) in x_init()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c1856 if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, scope) == -1) in delete_instance()
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c2375 if (strcmp(name, SCF_SCOPE_LOCAL) == 0) { in scf_handle_get_scope()
5457 if (scope != NULL && strcmp(scope, SCF_SCOPE_LOCAL) != 0) { in scf_canonify_fmri()
5617 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, sc) == -1) { in scf_handle_decode_fmri()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c7238 SCF_SCOPE_LOCAL, s->sc_name); in lscf_service_import()
8221 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, imp_scope) != 0) { in lscf_bundle_import()
8707 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, imp_scope) != 0) in lscf_bundle_apply()
11012 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, scope) != 0) in make_archive()
17416 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, scope) != 0) { in lscf_hash_cleanup()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c3066 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, scope) != 0) { in get_or_add_startd()
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c2588 if (scf_handle_get_scope(*handle, SCF_SCOPE_LOCAL, scope) == -1) { in iPsInit()