Searched refs:devfs_fp_check (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/fs/devfs/ |
| H A D | devfs_vnops.c | 120 devfs_fp_check(struct file *fp, struct cdev **devp, struct cdevsw **dswp, in devfs_fp_check() function 994 error = devfs_fp_check(fp, &dev, &dsw, &ref); in devfs_kqfilter_f() 1383 error = devfs_fp_check(fp, &dev, &dsw, &ref); in devfs_poll_f() 1418 error = devfs_fp_check(fp, &dev, &dsw, &ref); in devfs_read_f() 1920 error = devfs_fp_check(fp, &dev, &dsw, &ref); in devfs_write_f() 1999 error = devfs_fp_check(fp, &dev, &dsw, &ref); in devfs_mmap_f()
|