Home
last modified time | relevance | path

Searched refs:eqdip (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_fm.c36 extern void fm_dev_ereport_postv(dev_info_t *dip, dev_info_t *eqdip,
100 dev_info_t *eqdip = dip; in scsi_fm_ereport_post() local
109 if (!DDI_FM_EREPORT_CAP(ddi_fm_capable(eqdip))) in scsi_fm_ereport_post()
110 eqdip = ddi_get_parent(eqdip); in scsi_fm_ereport_post()
149 fm_dev_ereport_postv(dip, eqdip, devpath, minor_name, devid, tpl0, in scsi_fm_ereport_post()
/illumos-gate/usr/src/uts/common/os/
H A Dddifm.c338 fm_dev_ereport_postv(dev_info_t *dip, dev_info_t *eqdip, in fm_dev_ereport_postv() argument
355 ASSERT(dip && eqdip && error_class); in fm_dev_ereport_postv()
362 if (!DDI_FM_EREPORT_CAP(ddi_fm_capable(eqdip))) in fm_dev_ereport_postv()
382 fmhdl = DEVI(eqdip)->devi_fmhdl; in fm_dev_ereport_postv()