Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/devfs/
H A Ddevfs_vnops.c111 static int devfs_fo_read(struct file *, struct uio *, struct ucred *, int);
191 .fo_read = devfs_fo_read,
1251 devfs_fo_read(struct file *fp, struct uio *uio, in devfs_fo_read() function