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 1175 if (d->d_devtounit) {
1186 if ((unit = (*d->d_devtounit)(dev)) == -1) {
1205 if (d->d_devtounit) {
1390 if (d->d_devtounit == NULL)
1392 if ((unit = (*d->d_devtounit)(dev)) == -1)
1411 if (d->d_devtounit) {
1422 if ((unit = (*d->d_devtounit)(dev)) == -1) {
1441 if (d->d_devtounit) {
1677 if (d->d_devtounit == NULL)
1679 if ((unit = (*d->d_devtounit)(dev)) == -1
    [all...]
  /src/sys/dev/hid/
uhid_common.c 107 .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/dkwedge/
dk.c 183 .d_devtounit = dev_minor_unit,
201 .d_devtounit = dev_minor_unit,
  /src/sys/dev/ata/
wd.c 157 .d_devtounit = disklabel_dev_unit,
174 .d_devtounit = disklabel_dev_unit,
  /src/sys/dev/usb/
ucom.c 228 .d_devtounit = ucom_unit,
  /src/sys/dev/audio/
audio.c 794 .d_devtounit = audiounit,

Completed in 22 milliseconds