Home
last modified time | relevance | path

Searched refs:dev_dopen (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/sys/dev/disk/vn/
H A Dvn.c590 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 Ddevice.h337 int dev_dopen(cdev_t dev, int oflags, int devtype, struct ucred *cred,
/dflybsd-src/sys/kern/
H A Dtty_cons.c275 error = dev_dopen(cn_dev, openflag, openmode, in sysctl_kern_consmute()
H A Dkern_shutdown.c669 error = dev_dopen(dev, FREAD, S_IFCHR, in setdumpdev()
H A Dkern_device.c138 dev_dopen(cdev_t dev, int oflags, int devtype, struct ucred *cred, in dev_dopen() function
H A Dsubr_diskiocom.c281 error = dev_dopen(dp->d_rawdev, fflags, S_IFCHR, in disk_blk_open()
H A Dsubr_diskslice.c851 if (dev_dopen(dev, FREAD, S_IFCHR, in dssize()
H A Dsubr_disk.c1100 error = dev_dopen(dp->d_rawdev, ap->a_oflags, in diskopen()
/dflybsd-src/sys/dev/video/fb/
H A Dfb.c448 return dev_dopen(fdev, ap->a_oflags, ap->a_devtype, ap->a_cred, NULL);
/dflybsd-src/sys/vfs/devfs/
H A Ddevfs_vnops.c884 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()