Lines Matching defs:devi
317 static int fhc_attach(dev_info_t *devi, ddi_attach_cmd_t cmd);
318 static int fhc_detach(dev_info_t *devi, ddi_detach_cmd_t cmd);
618 fhc_attach(dev_info_t *devi, ddi_attach_cmd_t cmd)
623 instance = ddi_get_instance(devi);
648 softsp->dip = devi;
653 ddi_report_dev(devi);
663 fhc_detach(dev_info_t *devi, ddi_detach_cmd_t cmd)
670 /* get the instance of this devi */
671 instance = ddi_get_instance(devi);
699 intr_dist_rem(fhc_intrdist, (void *)devi);