Searched refs:FM_EREPORT_CLASS (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/cmd/fm/modules/common/ext-event-transport/ |
H A D | fmevt_inbound_on.c | 44 if (snprintf(classes[0], FMEVT_MAX_CLASS, "%s.%s.%s", FM_EREPORT_CLASS, in fmevt_pp_on_ereport()
|
H A D | fmevt_inbound.c | 307 FM_EREPORT_CLASS "." in class_ok()
|
/titanic_44/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm_filter.c | 200 (strncmp(str, FM_EREPORT_CLASS, strlen(FM_EREPORT_CLASS)) != 0)) { in etm_filter_find_ldom_id()
|
H A D | etm_ckpt.c | 131 if (strncmp(class, FM_EREPORT_CLASS, strlen(FM_EREPORT_CLASS)) != 0) { in etm_ckpt_erpt2id() 133 FM_EREPORT_CLASS); in etm_ckpt_erpt2id()
|
/titanic_44/usr/src/uts/common/sys/fm/ |
H A D | protocol.h | 47 #define FM_EREPORT_CLASS "ereport" macro
|
/titanic_44/usr/src/cmd/fm/modules/common/disk-transport/ |
H A D | disk_transport.c | 84 FM_EREPORT_CLASS, protocol, faultname); in dt_post_ereport()
|
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_event.c | 162 strncmp(data, FM_EREPORT_CLASS, (size_t)(p - (char *)data)) == 0 && in fmd_event_create()
|
H A D | fmd_xprt.c | 1503 isereport = (strncmp(class, FM_EREPORT_CLASS ".", in fmd_xprt_recv() 1504 sizeof (FM_EREPORT_CLASS)) == 0) ? FMD_B_TRUE : FMD_B_FALSE; in fmd_xprt_recv()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | ddifm.c | 135 #define ERPT_CLASS_SZ sizeof (DDI_IO_CLASS) + sizeof (FM_EREPORT_CLASS) + \
|
H A D | fm.c | 832 FM_EREPORT_CLASS, erpt_class); in fm_ereport_set()
|
/titanic_44/usr/src/cmd/fm/modules/common/ses-log-transport/ |
H A D | ses_log_transport.c | 168 FM_EREPORT_CLASS, ereport_class); in slt_post_ereport()
|
/titanic_44/usr/src/cmd/fm/modules/common/zfs-diagnosis/ |
H A D | zfs_de.c | 115 FM_EREPORT_CLASS "." ZFS_ERROR_CLASS "." type
|
/titanic_44/usr/src/uts/common/io/ |
H A D | bofi.c | 4520 FM_EREPORT_CLASS, DDI_IO_CLASS, DDI_FM_SERVICE_IMPACT); in bofi_fm_ereport_callback()
|