Home
last modified time | relevance | path

Searched refs:fo_read (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/stand/libsa/
H A Dread.c117 errno = (f->f_ops->fo_read)(f, dest, resid, &cresid); in read()
125 errno = (f->f_ops->fo_read)(f, f->f_rabuf, SOPEN_RASIZE, in read()
H A Dsplitfs.c55 .fo_read = splitfs_read,
H A Dbzipfs.c73 .fo_read = bzf_read,
H A Dgzipfs.c55 .fo_read = zf_read,
H A Dstand.h104 int (*fo_read)(struct open_file *f, void *buf, member
H A Dcd9660.c86 .fo_read = cd9660_read,
H A Dpkgfs.c52 .fo_read = pkg_read,
H A Dtftp.c78 .fo_read = tftp_read,
H A Dnfs.c136 .fo_read = nfs_read,
H A Dext2fs.c111 .fo_read = ext2fs_read,
H A Dufs.c98 .fo_read = ufs_read,
H A Ddosfs.c64 .fo_read = dos_read,
/freebsd/sys/sys/
H A Dfile.h137 fo_rdwr_t *fo_read; member
327 static __inline fo_rdwr_t fo_read; variable
340 fo_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in fo_read() function
344 return ((*fp->f_ops->fo_read)(fp, uio, active_cred, flags, td)); in fo_read()
/freebsd/stand/userboot/userboot/
H A Dhost.c158 .fo_read = host_read,
/freebsd/stand/kboot/kboot/
H A Dhostfs.c221 .fo_read = hostfs_read,
/freebsd/sys/kern/
H A Dsys_eventfd.c67 .fo_read = eventfd_read,
H A Dsys_procdesc.c100 .fo_read = invfo_rdwr,
H A Dsys_timerfd.c363 .fo_read = timerfd_read,
H A Dtty_pts.c601 .fo_read = ptsdev_read,
H A Dsys_socket.c99 .fo_read = soo_read,
H A Duipc_sem.c144 .fo_read = invfo_rdwr,
H A Dsys_pipe.c156 .fo_read = pipe_read,
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c194 rc = fo_read(fp, &auio, td->td_ucred, FOF_OFFSET, td); in zfs_file_read_impl()
/freebsd/stand/efi/libefi/
H A Defihttp.c99 .fo_read = efihttp_fs_read,
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c1423 error = vnops.fo_read(fp, uio, cred, flags, td); in devfs_read_f()
2041 .fo_read = devfs_read_f,

12