Home
last modified time | relevance | path

Searched refs:fmd_hdl_subscribe (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_main.c699 fmd_hdl_subscribe(hdl, "ereport.cpu.ultraSPARC-III.*"); in _fmd_init()
700 fmd_hdl_subscribe(hdl, "ereport.cpu.ultraSPARC-IIIplus.*"); in _fmd_init()
701 fmd_hdl_subscribe(hdl, "ereport.cpu.ultraSPARC-IIIi.*"); in _fmd_init()
702 fmd_hdl_subscribe(hdl, "ereport.cpu.ultraSPARC-IIIiplus.*"); in _fmd_init()
703 fmd_hdl_subscribe(hdl, "ereport.cpu.ultraSPARC-IV.*"); in _fmd_init()
704 fmd_hdl_subscribe(hdl, "ereport.cpu.ultraSPARC-IVplus.*"); in _fmd_init()
705 fmd_hdl_subscribe(hdl, "ereport.cpu.ultraSPARC-T2.*"); in _fmd_init()
706 fmd_hdl_subscribe(hdl, "ereport.cpu.ultraSPARC-T2plus.*"); in _fmd_init()
707 fmd_hdl_subscribe(hdl, "ereport.cpu.ultraSPARC-T1.*"); in _fmd_init()
708 fmd_hdl_subscribe(hdl, "ereport.fm.ferg.invalid"); in _fmd_init()
[all …]
/titanic_44/usr/src/cmd/fm/modules/sun4u/USII-io-diagnosis/
H A Diod_main.c157 fmd_hdl_subscribe(hdl, "ereport.io.psy.ecc.drue"); in _fmd_init()
158 fmd_hdl_subscribe(hdl, "ereport.io.psy.ecc.s-drue"); in _fmd_init()
159 fmd_hdl_subscribe(hdl, "ereport.io.psy.ecc.dwue"); in _fmd_init()
160 fmd_hdl_subscribe(hdl, "ereport.io.psy.ecc.s-dwue"); in _fmd_init()
161 fmd_hdl_subscribe(hdl, "ereport.io.psy.ecc.drce"); in _fmd_init()
162 fmd_hdl_subscribe(hdl, "ereport.io.psy.ecc.s-drce"); in _fmd_init()
163 fmd_hdl_subscribe(hdl, "ereport.io.psy.ecc.dwce"); in _fmd_init()
164 fmd_hdl_subscribe(hdl, "ereport.io.psy.ecc.s-dwce"); in _fmd_init()
/titanic_44/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c409 fmd_hdl_subscribe(hdl, FM_LIST_SUSPECT_CLASS); in _fmd_init()
410 fmd_hdl_subscribe(hdl, FM_LIST_REPAIRED_CLASS); in _fmd_init()
411 fmd_hdl_subscribe(hdl, FM_LIST_RESOLVED_CLASS); in _fmd_init()
412 fmd_hdl_subscribe(hdl, FM_LIST_ISOLATED_CLASS); in _fmd_init()
413 fmd_hdl_subscribe(hdl, FM_LIST_UPDATED_CLASS); in _fmd_init()
/titanic_44/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/
H A Dpanic_diag.c566 fmd_hdl_subscribe(hdl, SW_SUNOS_PANIC_DETECTED); in swde_panic_init()
567 fmd_hdl_subscribe(hdl, SW_SUNOS_PANIC_FAILURE); in swde_panic_init()
568 fmd_hdl_subscribe(hdl, SW_SUNOS_PANIC_AVAIL); in swde_panic_init()
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/
H A Deft.c206 fmd_hdl_subscribe(Hdl, ename); in dosubscribe()
326 fmd_hdl_subscribe(hdl, "list.repaired"); in _fmd_init()
/titanic_44/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_main.c635 fmd_hdl_subscribe(hdl, "fault.cpu.*"); in _fmd_init()
636 fmd_hdl_subscribe(hdl, "fault.memory.*"); in _fmd_init()
638 fmd_hdl_subscribe(hdl, "fault.chassis.SPARC-Enterprise.cpu.*"); in _fmd_init()
/titanic_44/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf_response.c514 fmd_hdl_subscribe(hdl, TRANCLASS("*")); in swrp_smf_init()
522 fmd_hdl_subscribe(hdl, SW_SMF_MAINT_DEFECT); in swrp_smf_init()
H A Dsmf_diag.c290 fmd_hdl_subscribe(hdl, TRANCLASS("maintenance")); in swde_smf_init()
/titanic_44/usr/src/cmd/fm/modules/sun4u/datapath-retire/
H A Dcda_main.c200 fmd_hdl_subscribe(hdl, "fault.asic.*.dp"); in _fmd_init()
/titanic_44/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_main.c167 fmd_hdl_subscribe(hdl, sp->subr_class); in _fmd_init()
/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.h130 extern void fmd_hdl_subscribe(fmd_hdl_t *, const char *);
H A Dfmd_api.map75 fmd_hdl_subscribe { TYPE = function; FLAGS = extern };
H A Dfmd_api.c655 fmd_hdl_subscribe(fmd_hdl_t *hdl, const char *class) in fmd_hdl_subscribe() function