Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/isns/isnsd/
H A Dconfig.c97 if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, sc) == -1) { in load_config()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg_delete.c146 if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, scope) == -1) { in delete_instance()
/titanic_44/usr/src/lib/libscf/inc/
H A Dlibscf.h235 #define SCF_SCOPE_LOCAL ((const char *)"localhost") macro
540 scf_handle_get_scope((h), SCF_SCOPE_LOCAL, (s))
/titanic_44/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()
/titanic_44/usr/src/cmd/svc/startd/
H A Dexpand.c193 if (scf_handle_get_scope(h, scn == NULL ? SCF_SCOPE_LOCAL : scn, in get_prop_val_str()
H A Dlibscf.c60 local = strcmp(scope, SCF_SCOPE_LOCAL) == 0; in inst_fmri_to_svc_fmri()
3606 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, scope) != 0) { in libscf_create_self()
H A Dgraph.c2412 if (scope == NULL || strcmp(scope, SCF_SCOPE_LOCAL) == 0) { in process_dependency_fmri()
/titanic_44/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c158 scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, sc) != -1 && in nd_get_pg()
/titanic_44/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c467 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, scope) != 0) { in get_script_pg()
/titanic_44/usr/src/cmd/fcinfo/
H A Dfcadm-list.c108 if (scf_handle_get_scope(*handle, SCF_SCOPE_LOCAL, scope) == -1) { in cfgInit()
/titanic_44/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c139 if (scf_handle_get_scope(*handle, SCF_SCOPE_LOCAL, scope) == -1) { in fcoe_cfg_scf_init()
/titanic_44/usr/src/cmd/halt/
H A Dhalt.c311 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, sc) != 0) in stop_delegates()
/titanic_44/usr/src/lib/libshare/common/
H A Dscfutil.c135 SCF_SCOPE_LOCAL, handle->scope) != 0) in sa_scf_init()
/titanic_44/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1380 if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, scope) != 0) in smb_enable_dependencies()
/titanic_44/usr/src/cmd/svc/svcs/
H A Dexplain.c265 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, g_local_scope) != 0) in x_init()
/titanic_44/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c1855 if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, scope) == -1) in delete_instance()
/titanic_44/usr/src/lib/libscf/common/
H A Dlowlevel.c2324 if (strcmp(name, SCF_SCOPE_LOCAL) == 0) { in scf_handle_get_scope()
5406 if (scope != NULL && strcmp(scope, SCF_SCOPE_LOCAL) != 0) { in scf_canonify_fmri()
5566 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, sc) == -1) { in scf_handle_decode_fmri()
/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c7224 SCF_SCOPE_LOCAL, s->sc_name); in lscf_service_import()
8207 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, imp_scope) != 0) { in lscf_bundle_import()
8693 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, imp_scope) != 0) in lscf_bundle_apply()
10975 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, scope) != 0) in make_archive()
17379 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, scope) != 0) { in lscf_hash_cleanup()
/titanic_44/usr/src/cmd/init/
H A Dinit.c3103 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, scope) != 0) { in get_or_add_startd()
/titanic_44/usr/src/lib/libstmf/common/
H A Dstore.c2588 if (scf_handle_get_scope(*handle, SCF_SCOPE_LOCAL, scope) == -1) { in iPsInit()