Searched refs:SCF_INSTANCE_GLOBAL (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 209 #define SCF_INSTANCE_GLOBAL ((const char *) \ macro
|
/titanic_50/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 2855 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 D | svccfg_tmpl.c | 1898 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 D | svccfg_libscf.c | 15798 (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 D | notify_params.c | 1604 scf_handle_decode_fmri(h, SCF_INSTANCE_GLOBAL, NULL, NULL, g, NULL, in _scf_get_svc_notify_params()
|
H A D | scf_tmpl.c | 1125 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 D | graph.c | 3430 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 D | libscf.c | 488 if (scf_handle_decode_fmri(h, SCF_INSTANCE_GLOBAL, NULL, NULL, inst, in libscf_get_global_stn_tset()
|