Home
last modified time | relevance | path

Searched defs:resid (Results 1 – 25 of 69) sorted by relevance

123

/openbsd/sys/lib/libsa/
H A Dnullfs.c82 null_read(struct open_file *f, void *buf, size_t size, size_t *resid) in null_read()
88 null_write(struct open_file *f, void *buf, size_t size, size_t *resid) in null_write()
H A Dread.c75 size_t resid; in read() local
H A Dwrite.c71 size_t resid; in write() local
H A Dcd9660.c284 cd9660_read(struct open_file *f, void *start, size_t size, size_t *resid) in cd9660_read()
335 cd9660_write(struct open_file *f, void *start, size_t size, size_t *resid) in cd9660_write()
H A Dtftp.c283 tftp_read(struct open_file *f, void *addr, size_t size, size_t *resid) in tftp_read()
378 tftp_write(struct open_file *f, void *start, size_t size, size_t *resid) in tftp_write()
H A Dufs.c615 ufs_read(struct open_file *f, void *start, size_t size, size_t *resid) in ufs_read()
649 ufs_write(struct open_file *f, void *start, size_t size, size_t *resid) in ufs_write()
H A Dufs2.c611 ufs2_read(struct open_file *f, void *start, size_t size, size_t *resid) in ufs2_read()
645 ufs2_write(struct open_file *f, void *start, size_t size, size_t *resid) in ufs2_write()
/openbsd/sys/arch/macppc/stand/
H A Dhfs.c69 hfs_read(struct open_file *f, void *start, size_t size, size_t *resid) in hfs_read()
83 hfs_write(struct open_file *f, void *start, size_t size, size_t *resid) in hfs_write()
/openbsd/sys/arch/loongson/stand/boot/
H A Drd.c94 rdfs_read(struct open_file *f, void *buf, size_t size, size_t *resid) in rdfs_read()
106 rdfs_write(struct open_file *f, void *buf, size_t size, size_t *resid) in rdfs_write()
/openbsd/sys/arch/hppa/stand/libsa/
H A Dlif.c158 lif_read(f, buf, size, resid) in lif_read() argument
198 lif_write(f, buf, size, resid) in lif_write() argument
/openbsd/sys/dev/ic/
H A Dlsi64854.c378 int trans, resid; in lsi64854_scsi_intr() local
610 int ret, trans, resid = 0; in lsi64854_pp_intr() local
H A Daic7xxx_openbsd.h257 ahc_set_residual(struct scb *scb, u_long resid) in ahc_set_residual()
263 ahc_set_sense_residual(struct scb *scb, u_long resid) in ahc_set_sense_residual()
/openbsd/lib/libc/stdio/
H A Dfread.c45 size_t resid; in fread() local
/openbsd/sys/arch/amd64/stand/efiboot/
H A Defipxe.c183 tftp_read(struct open_file *f, void *addr, size_t size, size_t *resid) in tftp_read()
204 tftp_write(struct open_file *f, void *start, size_t size, size_t *resid) in tftp_write()
/openbsd/sys/arch/arm64/stand/efiboot/
H A Defipxe.c210 mtftp_read(struct open_file *f, void *addr, size_t size, size_t *resid) in mtftp_read()
231 mtftp_write(struct open_file *f, void *start, size_t size, size_t *resid) in mtftp_write()
H A Defidev.c630 esp_read(struct open_file *f, void *addr, size_t size, size_t *resid) in esp_read()
645 esp_write(struct open_file *f, void *start, size_t size, size_t *resid) in esp_write()
/openbsd/sys/arch/armv7/stand/efiboot/
H A Defipxe.c210 mtftp_read(struct open_file *f, void *addr, size_t size, size_t *resid) in mtftp_read()
231 mtftp_write(struct open_file *f, void *start, size_t size, size_t *resid) in mtftp_write()
/openbsd/sys/arch/riscv64/stand/efiboot/
H A Defipxe.c210 mtftp_read(struct open_file *f, void *addr, size_t size, size_t *resid) in mtftp_read()
231 mtftp_write(struct open_file *f, void *start, size_t size, size_t *resid) in mtftp_write()
/openbsd/sys/arch/landisk/stand/xxboot/
H A Dufs12.c680 ufs12_read(struct open_file *f, void *start, size_t size, size_t *resid) in ufs12_read()
719 ufs12_write(struct open_file *f, void *start, size_t size, size_t *resid) in ufs12_write()
/openbsd/sys/kern/
H A Dsys_generic.c102 size_t resid = 0; in iovec_copyin() local
189 size_t resid; in sys_readv() local
317 size_t resid; in sys_writev() local
/openbsd/sys/ufs/ext2fs/
H A Dext2fs_readwrite.c245 size_t resid; in ext2fs_write() local
/openbsd/sys/ufs/ffs/
H A Dffs_vnops.c283 size_t resid; in ffs_write() local
/openbsd/sys/arch/alpha/dev/
H A Dsgmap_typedep.c310 bus_size_t minlen, resid; in __C() local
/openbsd/sys/dev/tc/
H A Dasc_tc.c197 int trans, resid; local
H A Dasc_tcds.c330 int trans, resid; local

123