Home
last modified time | relevance | path

Searched refs:SCF_FMRI_LOCAL_SCOPE (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h86 #define SCF_FMRI_LOCAL_SCOPE "localhost" macro
/titanic_50/usr/src/lib/libscf/common/
H A Dlowlevel.c5204 my_scope = SCF_FMRI_LOCAL_SCOPE; in scf_parse_svc_fmri()
5213 *scope = SCF_FMRI_LOCAL_SCOPE; in scf_parse_svc_fmri()
5323 strcmp(my_scope, SCF_FMRI_LOCAL_SCOPE) != 0) { in scf_parse_file_fmri()
5572 if (scope != NULL && strcmp(scope, SCF_FMRI_LOCAL_SCOPE) != 0) { in scf_handle_decode_fmri()
5689 if (strcmp(tmp, SCF_FMRI_LOCAL_SCOPE) != 0) { in scf_scope_to_fmri()
/titanic_50/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c3372 if (scf_handle_get_scope(h, SCF_FMRI_LOCAL_SCOPE, sc) == -1) in lxml_check_upgrade()
H A Dsvccfg_libscf.c10909 if (strcmp(scope, SCF_FMRI_LOCAL_SCOPE) != 0) { in lscf_service_export()
/titanic_50/usr/src/cmd/svc/configd/
H A Drc_node.c986 if (strcmp(element, SCF_FMRI_LOCAL_SCOPE) == 0) { in rc_concat_fmri_element()