Searched refs:FM_IREPORT_CLASS (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_self.c | 160 if (strncmp(class, FM_IREPORT_CLASS ".", in self_recv() 161 sizeof (FM_IREPORT_CLASS)) == 0) in self_recv()
|
H A D | fmd_xprt.c | 1506 isireport = (strncmp(class, FM_IREPORT_CLASS ".", in fmd_xprt_recv() 1507 sizeof (FM_IREPORT_CLASS)) == 0) ? FMD_B_TRUE : FMD_B_FALSE; in fmd_xprt_recv()
|
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/ |
H A D | fmevt_inbound_default.c | 46 FM_IREPORT_CLASS, "unregistered", in fmevt_pp_unregistered()
|
H A D | fmevt_inbound_on.c | 70 FM_IREPORT_CLASS, "private.solaris-osnet", in fmevt_pp_on_private()
|
H A D | fmevt_inbound_sunos.c | 56 if (snprintf(classes[0], FMEVT_MAX_CLASS, "%s.%s.%s", FM_IREPORT_CLASS, in pp_sunos_panic()
|
H A D | fmevt_inbound_smf.c | 171 FM_IREPORT_CLASS, "os.smf", eap->pp_rawclass, in fmevt_pp_smf()
|
H A D | fmevt_inbound.c | 306 FM_IREPORT_CLASS ".", in class_ok()
|
/illumos-gate/usr/src/uts/common/sys/fm/ |
H A D | protocol.h | 53 #define FM_IREPORT_CLASS "ireport" macro
|