Searched refs:d_devtounit (Results 1 – 7 of 7) 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) { in cdev_open()1675 if (d->d_devtounit == NULL) in cdev_detached()1677 if ((unit = (*d->d_devtounit)(dev)) == -1) in cdev_detached()
81 int (*d_devtounit)(dev_t); member102 int (*d_devtounit)(dev_t); member
145 .d_devtounit = dev_minor_unit,
224 .d_devtounit = ucom_unit,
179 .d_devtounit = dev_minor_unit,197 .d_devtounit = dev_minor_unit,
174 .d_devtounit = disklabel_dev_unit,191 .d_devtounit = disklabel_dev_unit,
156 .d_devtounit = disklabel_dev_unit,173 .d_devtounit = disklabel_dev_unit,