DDI_FM_SERVICE_IMPACT(9F) | Kernel Functions for Drivers | DDI_FM_SERVICE_IMPACT(9F) |
ddi_fm_service_impact - report the impact of an error
#include <sys/ddifm.h> void ddi_fm_service_impact(dev_info_t *dip, int impact);
illumos DDI specific (illumos DDI)
dip
impact
The following service impact values are accepted by ddi_fm_service_impact():
DDI_SERVICE_LOST
DDI_SERVICE_DEGRADED
DDI_SERVICE_RESTORED
DDI_SERVICE_UNAFFECTED
The ddi_fm_service_impact() function can be called from user, kernel, or high-level interrupt context.
See attributes(7) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Interface Stability | Committed |
attributes(7), fmd(8), ddi_fm_ereport_post(9F), pci_ereport_post(9F)
March 13, 2016 | OmniOS |