Searched defs:pread (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | pread.c | 2 * $NetBSD: pread.c,v 1.2 1997/03/22 01:48:38 thorpej Exp $ 54 pread(fd, dest, size) function
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | rw.c | 59 * read, write, pread, pwrite, readv, and writev syscalls. 337 pread(int fdes, void *cbuf, size_t count, off_t offset) function 375 * Return EINVAL if an invalid offset comes to pread. 1361 * Same as pread. See comments in pread. 1402 * similar to the one in pread at this place should be here. 1609 return (pread(fdes,
|
/illumos-gate/usr/src/head/ |
H A D | unistd.h | 202 #pragma redefine_extname pread pread64 210 #define pread pread64 macro 223 #pragma redefine_extname pread64 pread 231 #define pread64 pread 430 extern ssize_t pread(int, void *, size_t, off_t);
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 897 pread(int fildes, void *buf, size_t nbyte, off_t offset) function
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 222 pread.2 \ 364 pread.2 := LINKSRC = read.2
|
Completed in 211 milliseconds