/src/lib/libc/sys/ |
preadv.c | 1 /* $NetBSD: preadv.c,v 1.7 2012/03/20 16:26:12 matt Exp $ */ 34 __RCSID("$NetBSD: preadv.c,v 1.7 2012/03/20 16:26:12 matt Exp $"); 49 preadv(int fd, const struct iovec *iovp, int iovcnt, off_t offset) function in typeref:typename:ssize_t
|
preadv.c | 1 /* $NetBSD: preadv.c,v 1.7 2012/03/20 16:26:12 matt Exp $ */ 34 __RCSID("$NetBSD: preadv.c,v 1.7 2012/03/20 16:26:12 matt Exp $"); 49 preadv(int fd, const struct iovec *iovp, int iovcnt, off_t offset) function in typeref:typename:ssize_t
|
/src/sys/rump/include/rump/ |
rump_syscallshotgun.h | 75 #define preadv(a,b,c,d) rump_sys_preadv(a,b,c,d) macro
|
rump_syscallshotgun.h | 75 #define preadv(a,b,c,d) rump_sys_preadv(a,b,c,d) macro
|