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

  /src/lib/libc/sys/
pwritev.c 1 /* $NetBSD: pwritev.c,v 1.7 2012/03/20 16:26:12 matt Exp $ */
34 __RCSID("$NetBSD: pwritev.c,v 1.7 2012/03/20 16:26:12 matt Exp $");
49 pwritev(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 79 #define pwritev(a,b,c,d) rump_sys_pwritev(a,b,c,d) macro

Completed in 11 milliseconds