Home
last modified time | relevance | path

Searched refs:SCF_INSTANCE_GLOBAL (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/lib/libscf/inc/
H A Dlibscf.h209 #define SCF_INSTANCE_GLOBAL ((const char *) \ macro
/titanic_50/usr/src/cmd/svc/svcs/
H A Dsvcs.c2855 if (strcmp(SCF_INSTANCE_GLOBAL, fmri) == 0) in print_notify_fmri()
2874 print_notify_fmri(SCF_INSTANCE_GLOBAL); in print_notify_special()
2887 if (strcmp(SCF_INSTANCE_GLOBAL, wip->fmri) == 0 || in print_notify()
/titanic_50/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c1898 if ((strcmp(svc->sc_fmri, SCF_INSTANCE_GLOBAL) == 0) || in load_general_templates()
1930 if ((r = load_instance(SCF_INSTANCE_GLOBAL, "global", in load_general_templates()
H A Dsvccfg_libscf.c15798 (void) strlcpy(fmri, SCF_INSTANCE_GLOBAL, sz); in lscf_delnotify()
15856 (void) strlcpy(fmri, SCF_INSTANCE_GLOBAL, sz); in lscf_listnotify()
16116 (void) strlcpy(fmri, SCF_INSTANCE_GLOBAL, sz); in setnotify()
/titanic_50/usr/src/lib/libscf/common/
H A Dnotify_params.c1604 scf_handle_decode_fmri(h, SCF_INSTANCE_GLOBAL, NULL, NULL, g, NULL, in _scf_get_svc_notify_params()
H A Dscf_tmpl.c1125 if (scf_handle_decode_fmri(h, SCF_INSTANCE_GLOBAL, NULL, NULL, ri, in _get_global_inst()
/titanic_50/usr/src/cmd/svc/startd/
H A Dgraph.c3430 if (strcmp(v->gv_name, SCF_INSTANCE_GLOBAL) == 0) in configure_vertex()
4352 if (strcmp(v->gv_name, SCF_INSTANCE_GLOBAL) == 0) in dgraph_refresh_instance()
H A Dlibscf.c488 if (scf_handle_decode_fmri(h, SCF_INSTANCE_GLOBAL, NULL, NULL, inst, in libscf_get_global_stn_tset()