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

/opensolaris-onvv-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; local
105 * If the scsi_device eqdip is not yet ereport capable, send the
109 if (!DDI_FM_EREPORT_CAP(ddi_fm_capable(eqdip)))
110 eqdip = ddi_get_parent(eqdip);
149 fm_dev_ereport_postv(dip, eqdip, devpath, minor_name, devid, tpl0,
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dddifm.c338 fm_dev_ereport_postv(dev_info_t *dip, dev_info_t *eqdip, argument
355 ASSERT(dip && eqdip && error_class);
358 * This interface should be called with a fm_capable eqdip. The
359 * ddi_fm_ereport_post* interfaces call with eqdip == dip,
360 * ndi_fm_ereport_post* interfaces call with eqdip == ddi_parent(dip).
362 if (!DDI_FM_EREPORT_CAP(ddi_fm_capable(eqdip)))
382 fmhdl = DEVI(eqdip)->devi_fmhdl;

Completed in 104 milliseconds