Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A 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) {
1675 if (d->d_devtounit == NULL)
1677 if ((unit = (*d->d_devtounit)(de
[all...]
/netbsd-src/sys/sys/
H A Dconf.h81 int (*d_devtounit)(dev_t); member
102 int (*d_devtounit)(dev_t); member
/netbsd-src/sys/dev/usb/
H A Duhid.c145 .d_devtounit = dev_minor_unit,
H A Ducom.c224 .d_devtounit = ucom_unit,
/netbsd-src/sys/dev/scsipi/
H A Dsd.c171 .d_devtounit = disklabel_dev_unit,
188 .d_devtounit = disklabel_dev_unit,
/netbsd-src/sys/dev/dkwedge/
H A Ddk.c179 .d_devtounit = dev_minor_unit,
197 .d_devtounit = dev_minor_unit,
/netbsd-src/sys/dev/ata/
H A Dwd.c156 .d_devtounit = disklabel_dev_unit,
173 .d_devtounit = disklabel_dev_unit,
/netbsd-src/sys/dev/audio/
H A Daudio.c794 .d_devtounit = audiounit,