Searched defs:resid (Results 1 - 25 of 204) sorted by relevance

123456789

/src/sys/lib/libsa/
H A Dread.c74 size_t resid; local in function:read
H A Dwrite.c70 size_t resid; local in function:write
H A Dnullfs.c86 null_read(struct open_file *f, void *buf, size_t size, size_t *resid) argument
94 null_write(struct open_file *f, void *buf, size_t size, size_t *resid) argument
/src/lib/libc/stdio/
H A Dfread.c56 size_t resid; local in function:fread
[all...]
/src/sys/arch/powerpc/ibm4xx/
H A Dcopyinstr.c50 size_t resid; local in function:copyinstr
H A Dcopyoutstr.c50 size_t resid; local in function:copyoutstr
/src/sys/kern/
H A Dsubr_kobj_vfs.c97 size_t resid; local in function:kobj_read_vfs
H A Dkern_module_vfs.c158 size_t resid; local in function:module_load_plist_vfs
/src/sys/dev/fdt/
H A Dfdt_dai.c92 int len, resid; local in function:fdtbus_dai_acquire_index
H A Dfdt_pwm.c92 int len, resid; local in function:fdtbus_pwm_acquire_index
H A Dfdt_dma.c89 int len, resid; local in function:fdtbus_dma_get_index
H A Dfdt_gpio.c85 int len, resid; local in function:fdtbus_gpio_count
118 int len, resid; local in function:fdtbus_gpio_acquire_index
H A Dfdt_iommu.c120 int len, resid; local in function:fdtbus_iommu_map
H A Dfdt_mbox.c104 int len, resid; local in function:fdtbus_mbox_get_index
H A Dfdt_phy.c89 int len, resid; local in function:fdtbus_phy_get_index
H A Dfdt_reset.c89 int len, resid; local in function:fdtbus_reset_get_index
/src/sys/arch/sandpoint/stand/altboot/
H A Dmemfs.c68 mem_read(struct open_file *f, void *buf, size_t size, size_t *resid) argument
82 mem_write(struct open_file *f, void *buf, size_t size, size_t *resid) argument
/src/sys/arch/macppc/stand/ofwboot/
H A Dhfs.c68 hfs_read(struct open_file *f, void *start, size_t size, size_t *resid) argument
80 hfs_write(struct open_file *f, void *start, size_t size, size_t *resid) argument
/src/sys/rump/librump/rumpkern/
H A Daccessors.c93 size_t resid; local in function:rump_uio_free
/src/sys/arch/sun3/dev/
H A Dsi_vme.c448 int resid, ntrans; local in function:si_vme_dma_stop
[all...]
/src/sys/arch/sun68k/stand/tapeboot/
H A Drawfs.c104 rawfs_read(struct open_file *f, void *start, u_int size, u_int *resid) argument
136 rawfs_write(struct open_file *f, void *start, size_t size, size_t *resid) argument
/src/sys/arch/zaurus/stand/zboot/
H A Dpathfs.c45 pathfs_read(struct open_file *fd, void *vbuf, size_t nbyte, size_t *resid) argument
65 pathfs_write(struct open_file *fd, void *vbuf, size_t size, size_t *resid) argument
/src/sys/arch/ews4800mips/stand/common/
H A Dbootfs.c97 bfs_read(struct open_file *f, void *buf, size_t size, size_t *resid) argument
144 bfs_write(struct open_file *f, void *start, size_t size, size_t *resid) argument
H A Ddatafs.c81 data_read(struct open_file *f, void *buf, size_t size, size_t *resid) argument
104 data_write(struct open_file *f, void *start, size_t size, size_t *resid) argument
/src/sys/arch/hp300/stand/common/
H A Drawfs.c99 rawfs_read(struct open_file *f, void *start, u_int size, u_int *resid) argument
137 rawfs_write(struct open_file *f, void *start, size_t size, size_t *resid) argument

Completed in 10 milliseconds

123456789