Searched refs:SCF_NOTIFY_PARAMS_INST (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libscf/common/ |
H A D | notify_params.c | 1274 char *fmri = (char *)SCF_NOTIFY_PARAMS_INST; in smf_notify_set_params() 1722 if (scf_handle_decode_fmri(h, SCF_NOTIFY_PARAMS_INST, NULL, NULL, i, in _scf_get_fma_notify_params() 1950 if (scf_handle_decode_fmri(h, SCF_NOTIFY_PARAMS_INST, NULL, in smf_notify_del_params()
|
/titanic_50/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 416 #define SCF_NOTIFY_PARAMS_INST \ macro
|
/titanic_50/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 2704 if (scf_handle_decode_fmri(h, SCF_NOTIFY_PARAMS_INST, NULL, NULL, inst, in get_notify_param_classes() 2707 SCF_NOTIFY_PARAMS_INST, scf_strerror(scf_error())); in get_notify_param_classes() 2888 strcmp(SCF_NOTIFY_PARAMS_INST, wip->fmri) == 0) in print_notify()
|
/titanic_50/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 1608 strcmp(entity->sc_fmri, SCF_NOTIFY_PARAMS_INST) != 0) { in lxml_get_notification_parameters() 1611 SCF_NOTIFY_PARAMS_INST); in lxml_get_notification_parameters()
|