HomeSort by: relevance | last modified time | path
    Searched defs:pread (Results 1 - 12 of 12) sorted by relevancy

  /src/tools/compat/
pread.c 1 /* $NetBSD: pread.c,v 1.4 2008/04/28 20:24:12 martin Exp $ */
32 /* Emulate pread() with lseek()/read()/lseek(). Not thread-safe, of course. */
39 ssize_t pread(int d, void *buf, size_t nbytes, off_t offset) { function in typeref:typename:ssize_t
  /src/sys/arch/i386/stand/lib/
pread.c 1 /* $NetBSD: pread.c,v 1.8 2019/09/13 02:19:46 manu Exp $ */
44 pread(int fd, void *dest, size_t size) function in typeref:typename:ssize_t
  /src/sys/arch/alpha/include/
loadfile_machdep.h 39 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c))
57 #define pread read macro
  /src/sys/arch/hpcmips/include/
loadfile_machdep.h 38 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c))
56 #define pread read macro
  /src/sys/arch/hppa/include/
loadfile_machdep.h 44 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c))
61 #define pread read macro
  /src/sys/arch/amiga/include/
loadfile_machdep.h 45 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c))
64 #define pread read macro
  /src/sys/arch/hp300/include/
loadfile_machdep.h 45 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c))
64 #define pread read macro
  /src/sys/arch/x68k/include/
loadfile_machdep.h 48 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c))
66 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c))
78 #define pread read macro
  /src/sys/arch/ia64/include/
loadfile_machdep.h 46 /* XXX: cherry: This whole thing is glue between the NetBSD pread/vpbcopy etc. etc
55 #define READ(f, b, c) pread((f), LOADADDR(b), (c))
76 #define pread archsw.arch_readin macro
  /src/sys/rump/include/rump/
rump_syscallshotgun.h 74 #define pread(a,b,c,d) rump_sys_pread(a,b,c,d) macro
  /src/lib/libpthread/
pthread_cancelstub.c 133 __typeof(pread) _sys_pread;
504 pread(int d, void *buf, size_t nbytes, off_t offset) function in typeref:typename:ssize_t
807 __strong_alias(_pread, pread)
  /src/lib/libc/include/
namespace.h 571 #define pread _pread macro

Completed in 17 milliseconds