Searched refs:dev_dopen (Results 1 – 10 of 10) sorted by relevance
| /dflybsd-src/sys/dev/disk/vn/ |
| H A D | vn.c | 590 error = dev_dopen(dev, flag, S_IFCHR, cred, NULL, NULL); in vniocattach_file() 668 error = dev_dopen(dev, flag, S_IFCHR, cred, NULL, NULL); in vniocattach_swap()
|
| /dflybsd-src/sys/sys/ |
| H A D | device.h | 337 int dev_dopen(cdev_t dev, int oflags, int devtype, struct ucred *cred,
|
| /dflybsd-src/sys/kern/ |
| H A D | tty_cons.c | 275 error = dev_dopen(cn_dev, openflag, openmode, in sysctl_kern_consmute()
|
| H A D | kern_shutdown.c | 669 error = dev_dopen(dev, FREAD, S_IFCHR, in setdumpdev()
|
| H A D | kern_device.c | 138 dev_dopen(cdev_t dev, int oflags, int devtype, struct ucred *cred, in dev_dopen() function
|
| H A D | subr_diskiocom.c | 281 error = dev_dopen(dp->d_rawdev, fflags, S_IFCHR, in disk_blk_open()
|
| H A D | subr_diskslice.c | 851 if (dev_dopen(dev, FREAD, S_IFCHR, in dssize()
|
| H A D | subr_disk.c | 1100 error = dev_dopen(dp->d_rawdev, ap->a_oflags, in diskopen()
|
| /dflybsd-src/sys/dev/video/fb/ |
| H A D | fb.c | 448 return dev_dopen(fdev, ap->a_oflags, ap->a_devtype, ap->a_cred, NULL);
|
| /dflybsd-src/sys/vfs/devfs/ |
| H A D | devfs_vnops.c | 884 error = dev_dopen(dev, ap->a_mode, S_IFCHR, in devfs_spec_open() 979 error = dev_dopen(dev, ap->a_mode, S_IFCHR, in devfs_spec_open()
|