Home
last modified time | relevance | path

Searched refs:ddi_dev_report_fault (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c394 ddi_dev_report_fault(state->ts_dip, in audiots_attach()
1059 ddi_dev_report_fault(state->ts_dip, in audiots_read_ac97()
1111 ddi_dev_report_fault(state->ts_dip, in audiots_read_ac97()
/titanic_50/usr/src/uts/common/sys/nxge/
H A Dnxge_common_impl.h299 ddi_dev_report_fault(nxgep->dip, impact, location, msg)
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c1155 ddi_dev_report_fault(state->hs_dip, DDI_SERVICE_RESTORED, in hermon_port_state_change_handler()
1162 ddi_dev_report_fault(state->hs_dip, DDI_SERVICE_LOST, in hermon_port_state_change_handler()
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c1375 ddi_dev_report_fault(state->ts_dip, DDI_SERVICE_RESTORED, in tavor_port_state_change_handler()
1382 ddi_dev_report_fault(state->ts_dip, DDI_SERVICE_LOST, in tavor_port_state_change_handler()
/titanic_50/usr/src/uts/common/sys/
H A Dsunddi.h1842 extern void ddi_dev_report_fault(dev_info_t *, ddi_fault_impact_t,
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h131 #define ddi_dev_report_fault(a, b, c, d) macro
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c654 ddi_dev_report_fault(ha->dip, DDI_SERVICE_DEGRADED, in ql_spurious_intr()
H A Dql_init.c4034 ddi_dev_report_fault(ha->dip, DDI_SERVICE_RESTORED, in ql_abort_isp()
H A Dql_api.c8509 ddi_dev_report_fault(ha->dip, DDI_SERVICE_DEGRADED, in ql_idle_check()
/titanic_50/usr/src/man/man9f/
H A DMakefile147 ddi_dev_report_fault.9f \
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-kernel.man9f.inc143 file path=usr/share/man/man9f/ddi_dev_report_fault.9f
/titanic_50/usr/src/uts/common/os/
H A Dsunddi.c8810 ddi_dev_report_fault(dev_info_t *dip, ddi_fault_impact_t impact, in ddi_dev_report_fault() function