Lines Matching defs:devi
225 mc_attach(dev_info_t *devi, ddi_attach_cmd_t cmd)
231 /* get the instance of this devi */
232 instance = ddi_get_instance(devi);
273 softsp->dip = devi;
357 if (ddi_create_minor_node(devi, "mc-us3", S_IFCHR, instance,
364 ddi_report_dev(devi);
392 mc_detach(dev_info_t *devi, ddi_detach_cmd_t cmd)
397 /* get the instance of this devi */
398 instance = ddi_get_instance(devi);
451 ddi_remove_minor_node(devi, NULL);