Home
last modified time | relevance | path

Searched refs:d_devtounit (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/kern/
Dsubr_devsw.c1173 if (d->d_devtounit) { in bdev_open()
1184 if ((unit = (*d->d_devtounit)(dev)) == -1) { in bdev_open()
1203 if (d->d_devtounit) { in bdev_open()
1388 if (d->d_devtounit == NULL) in bdev_detached()
1390 if ((unit = (*d->d_devtounit)(dev)) == -1) in bdev_detached()
1409 if (d->d_devtounit) { in cdev_open()
1420 if ((unit = (*d->d_devtounit)(dev)) == -1) { in cdev_open()
1439 if (d->d_devtounit) { in cdev_open()
1675 if (d->d_devtounit == NULL) in cdev_detached()
1677 if ((unit = (*d->d_devtounit)(dev)) == -1) in cdev_detached()
/netbsd/src/sys/sys/
Dconf.h81 int (*d_devtounit)(dev_t); member
102 int (*d_devtounit)(dev_t); member
/netbsd/src/sys/dev/usb/
Duhid.c145 .d_devtounit = dev_minor_unit,
Ducom.c224 .d_devtounit = ucom_unit,
/netbsd/src/sys/dev/dkwedge/
Ddk.c179 .d_devtounit = dev_minor_unit,
197 .d_devtounit = dev_minor_unit,
/netbsd/src/sys/dev/scsipi/
Dsd.c174 .d_devtounit = disklabel_dev_unit,
191 .d_devtounit = disklabel_dev_unit,
/netbsd/src/sys/dev/ata/
Dwd.c156 .d_devtounit = disklabel_dev_unit,
173 .d_devtounit = disklabel_dev_unit,