Searched defs:nbyte (Results 1 - 9 of 9) sorted by relevance

/src/lib/libc/sys/
H A Dpread.c58 _sys_pread(int fd, void *buf, size_t nbyte, off_t offset) argument
H A Dpwrite.c58 _sys_pwrite(int fd, const void *buf, size_t nbyte, off_t offset) 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
/src/sys/kern/
H A Dsys_generic.c126 dofileread(int fd, struct file *fp, void *buf, size_t nbyte, argument
325 dofilewrite(int fd,struct file * fp,const void * buf,size_t nbyte,off_t * offset,int flags,register_t * retval) argument
[all...]
/src/sys/arch/atari/dev/
H A Dmd_root.c266 cpy_uncompressed(void * buf, int nbyte, struct read_info *rsp) argument
280 md_compressed(void * buf, int nbyte, struct read_info *rsp) argument
[all...]
/src/lib/librmt/
H A Drmtlib.c411 _rmt_read(int fildes, void *buf, size_t nbyte) argument
444 _rmt_write(int fildes, const void *buf, size_t nbyte) argument
684 rmtread(int fildes, void *buf, size_t nbyte) argument
701 rmtwrite(int fildes,const void * buf,size_t nbyte) argument
[all...]
/src/sys/lib/libsa/
H A Ddosfs.c280 dosfs_read(struct open_file *fd, void *vbuf, size_t nbyte, size_t *resid) argument
742 ioread(DOS_FS *fs, BYTE_OFF_T offset, void *buf, u_int nbyte) argument
[all...]
/src/usr.bin/telnet/
H A Dcommands.c313 int nbyte; /* Number of bytes to send this command */ member in struct:sendlist
/src/sys/rump/librump/rumpkern/
H A Drump_syscalls.c68 rump___sysimpl_read(int fd, void * buf, size_t nbyte) argument
98 rump___sysimpl_write(int fd, const void * buf, size_t nbyte) argument
2053 rump___sysimpl_pread(int fd, void * buf, size_t nbyte, off_t offset) argument
2085 rump___sysimpl_pwrite(int fd, const void * buf, size_t nbyte, off_ argument
[all...]

Completed in 15 milliseconds