Searched refs:devfs_fp_check (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/fs/devfs/ |
| H A D | devfs_vnops.c | 114 devfs_fp_check(struct file *fp, struct cdev **devp, struct cdevsw **dswp, in devfs_fp_check() function 1014 error = devfs_fp_check(fp, &dev, &dsw, &ref); in devfs_kqfilter_f() 1417 error = devfs_fp_check(fp, &dev, &dsw, &ref); in devfs_poll_f() 1452 error = devfs_fp_check(fp, &dev, &dsw, &ref); in devfs_read_f() 1967 error = devfs_fp_check(fp, &dev, &dsw, &ref); in devfs_write_f() 2046 error = devfs_fp_check(fp, &dev, &dsw, &ref); in devfs_mmap_f()
|