Searched refs:d_devtounit (Results 1 – 8 of 8) sorted by relevance
1173 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...]
81 int (*d_devtounit)(dev_t); member102 int (*d_devtounit)(dev_t); member
145 .d_devtounit = dev_minor_unit,
224 .d_devtounit = ucom_unit,
171 .d_devtounit = disklabel_dev_unit,188 .d_devtounit = disklabel_dev_unit,
179 .d_devtounit = dev_minor_unit,197 .d_devtounit = dev_minor_unit,
156 .d_devtounit = disklabel_dev_unit,173 .d_devtounit = disklabel_dev_unit,
794 .d_devtounit = audiounit,