Lines Matching defs:devi
236 ac_attach(dev_info_t *devi, ddi_attach_cmd_t cmd)
253 instance = ddi_get_instance(devi);
264 softsp->dip = devi;
275 DPRINTF(AC_ATTACH_DEBUG, ("ac%d: devi= 0x%p\n,"
276 " softsp=0x%p\n", instance, (void *)devi, (void *)softsp));
298 (void) ddi_prop_update_string(DDI_DEV_T_NONE, devi,
316 if (ddi_create_minor_node(devi, NAME_BANK0, S_IFCHR,
323 if (ddi_create_minor_node(devi, NAME_BANK1, S_IFCHR,
347 ddi_report_dev(devi);
358 ac_detach(dev_info_t *devi, ddi_detach_cmd_t cmd)
364 /* get the instance of this devi */
365 instance = ddi_get_instance(devi);
432 ddi_remove_minor_node(devi, NULL);
436 ddi_prop_remove_all(devi);