Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h252 #define SCF_INSTANCE_GLOBAL "svc:/system/svc/global:default" macro
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2863 if (strcmp(SCF_INSTANCE_GLOBAL, fmri) == 0) in print_notify_fmri()
2882 print_notify_fmri(SCF_INSTANCE_GLOBAL); in print_notify_special()
2895 if (strcmp(SCF_INSTANCE_GLOBAL, wip->fmri) == 0 || in print_notify()
/illumos-gate/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.c15835 (void) strlcpy(fmri, SCF_INSTANCE_GLOBAL, sz); in lscf_delnotify()
15893 (void) strlcpy(fmri, SCF_INSTANCE_GLOBAL, sz); in lscf_listnotify()
16153 (void) strlcpy(fmri, SCF_INSTANCE_GLOBAL, sz); in setnotify()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c3402 if (strcmp(v->gv_name, SCF_INSTANCE_GLOBAL) == 0) in configure_vertex()
4322 if (strcmp(v->gv_name, SCF_INSTANCE_GLOBAL) == 0) in dgraph_refresh_instance()
H A Dlibscf.c489 if (scf_handle_decode_fmri(h, SCF_INSTANCE_GLOBAL, NULL, NULL, inst, in libscf_get_global_stn_tset()