Searched defs:nbyte (Results 1 - 9 of 9) sorted by relevance
| /src/lib/libc/sys/ |
| H A D | pread.c | 58 _sys_pread(int fd, void *buf, size_t nbyte, off_t offset) argument
|
| H A D | pwrite.c | 58 _sys_pwrite(int fd, const void *buf, size_t nbyte, off_t offset) argument
|
| /src/sys/arch/zaurus/stand/zboot/ |
| H A D | pathfs.c | 45 pathfs_read(struct open_file *fd, void *vbuf, size_t nbyte, size_t *resid) argument
|
| /src/sys/kern/ |
| H A D | sys_generic.c | 126 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 D | md_root.c | 266 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 D | rmtlib.c | 411 _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 D | dosfs.c | 280 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 D | commands.c | 313 int nbyte; /* Number of bytes to send this command */ member in struct:sendlist
|
| /src/sys/rump/librump/rumpkern/ |
| H A D | rump_syscalls.c | 68 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