Searched refs:eqdip (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_fm.c | 36 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()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | ddifm.c | 338 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()
|