Searched refs:SCF_NOTIFY_PARAMS_INST (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dnotify_params.c1274 char *fmri = (char *)SCF_NOTIFY_PARAMS_INST;
1722 if (scf_handle_decode_fmri(h, SCF_NOTIFY_PARAMS_INST, NULL, NULL, i,
1950 if (scf_handle_decode_fmri(h, SCF_NOTIFY_PARAMS_INST, NULL,
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h430 #define SCF_NOTIFY_PARAMS_INST "svc:/system/fm/notify-params:default" macro
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2705 if (scf_handle_decode_fmri(h, SCF_NOTIFY_PARAMS_INST, NULL, NULL, inst,
2708 SCF_NOTIFY_PARAMS_INST, scf_strerror(scf_error()));
2889 strcmp(SCF_NOTIFY_PARAMS_INST, wip->fmri) == 0)
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c1611 /* make sure this is SCF_NOTIFY_PARAMS_INST */
1613 strcmp(entity->sc_fmri, SCF_NOTIFY_PARAMS_INST) != 0) {
1616 SCF_NOTIFY_PARAMS_INST);

Completed in 81 milliseconds