Searched refs:devfs_fp_check (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/fs/devfs/ |
| H A D | devfs_vnops.c | 116 devfs_fp_check(struct file *fp, struct cdev **devp, struct cdevsw **dswp, in devfs_fp_check() function 1002 error = devfs_fp_check(fp, &dev, &dsw, &ref); in devfs_kqfilter_f() 1388 error = devfs_fp_check(fp, &dev, &dsw, &ref); in devfs_poll_f() 1423 error = devfs_fp_check(fp, &dev, &dsw, &ref); in devfs_read_f() 1929 error = devfs_fp_check(fp, &dev, &dsw, &ref); in devfs_write_f() 2008 error = devfs_fp_check(fp, &dev, &dsw, &ref); in devfs_mmap_f()
|