Searched refs:my_cdev (Results 1 – 1 of 1) sorted by relevance
36 struct cdev *my_cdev; member217 sc->my_cdev = make_dev(&uio_cdevsw, device_get_unit(dev), in nic_uio_attach()220 if (sc->my_cdev == NULL) in nic_uio_attach()222 sc->my_cdev->si_drv1 = sc; in nic_uio_attach()250 if (sc->my_cdev != NULL) in nic_uio_detach()251 destroy_dev(sc->my_cdev); in nic_uio_detach()