Home
last modified time | relevance | path

Searched refs:devfs_clear_cdevpriv (Results 1 – 5 of 5) sorted by relevance

/dragonfly/test/stress/stress2/misc/
H A Dfpclone.sh86 void devfs_clear_cdevpriv(void);
137 devfs_clear_cdevpriv(); function
/dragonfly/sys/sys/
H A Ddevfs.h449 void devfs_clear_cdevpriv(struct file *fp);
/dragonfly/share/man/man9/
H A DMakefile469 MLINKS+=devfs_set_cdevpriv.9 devfs_clear_cdevpriv.9 \
/dragonfly/sys/vfs/devfs/
H A Ddevfs_vnops.c1236 devfs_clear_cdevpriv(fp); in devfs_fo_close()
H A Ddevfs_core.c2989 devfs_clear_cdevpriv(struct file *fp) in devfs_clear_cdevpriv() function