HomeSort by: relevance | last modified time | path
    Searched refs:d_devtounit (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/sys/
conf.h 81 int (*d_devtounit)(dev_t); member in struct:bdevsw
102 int (*d_devtounit)(dev_t); member in struct:cdevsw
  /src/sys/kern/
subr_devsw.c 1173 if (d->d_devtounit) {
1184 if ((unit = (*d->d_devtounit)(dev)) == -1) {
1203 if (d->d_devtounit) {
1388 if (d->d_devtounit == NULL)
1390 if ((unit = (*d->d_devtounit)(dev)) == -1)
1409 if (d->d_devtounit) {
1420 if ((unit = (*d->d_devtounit)(dev)) == -1) {
1439 if (d->d_devtounit) {
1675 if (d->d_devtounit == NULL)
1677 if ((unit = (*d->d_devtounit)(dev)) == -1
    [all...]
  /src/sys/dev/usb/
uhid.c 145 .d_devtounit = dev_minor_unit,
ucom.c 224 .d_devtounit = ucom_unit,
  /src/sys/dev/dkwedge/
dk.c 179 .d_devtounit = dev_minor_unit,
197 .d_devtounit = dev_minor_unit,
  /src/sys/dev/scsipi/
sd.c 174 .d_devtounit = disklabel_dev_unit,
191 .d_devtounit = disklabel_dev_unit,
  /src/sys/dev/ata/
wd.c 156 .d_devtounit = disklabel_dev_unit,
173 .d_devtounit = disklabel_dev_unit,
  /src/sys/dev/audio/
audio.c 794 .d_devtounit = audiounit,

Completed in 23 milliseconds