HomeSort by: relevance | last modified time | path
    Searched refs:iovec (Results 1 - 25 of 267) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/usr.bin/mkubootimage/
crc32.h 30 uint32_t crc32v(const struct iovec *, int);
  /src/lib/libisns/
isns_fileio.h 43 extern ssize_t isns_file_writev(int, const struct iovec *, int);
44 extern ssize_t isns_file_readv(int, const struct iovec *, int);
isns_socketio.h 52 extern ssize_t isns_socket_writev(isns_socket_t, const struct iovec *, int);
53 extern ssize_t isns_socket_readv(isns_socket_t, const struct iovec *, int);
isns_fileio.c 42 isns_file_writev(int fd, const struct iovec *iov, int iovcnt)
62 isns_file_readv(int fd, const struct iovec *iov, int iovcnt)
isns_socketio.c 90 isns_socket_writev(isns_socket_t s, const struct iovec *iov, int iovcnt)
99 isns_socket_readv(isns_socket_t s, const struct iovec *iov, int iovcnt)
  /src/sys/rump/net/lib/libvirtif/
virtif_user.h 37 void VIFHYPER_SEND(struct virtif_user *, struct iovec *, size_t);
39 void VIF_DELIVERPKT(struct virtif_sc *, struct iovec *, size_t);
  /src/sys/rump/net/lib/libwg/
wg_user.h 39 void rumpuser_wg_send_user(struct wg_user *, struct iovec *, size_t);
41 struct iovec *, size_t);
51 void rumpkern_wg_recv_user(struct wg_softc *, struct iovec *, size_t);
52 void rumpkern_wg_recv_peer(struct wg_softc *, struct iovec *, size_t);
  /src/sys/dev/i2o/
iopio.h 70 #define IOPIOCGLCT _IOWR('u', 1, struct iovec)
71 #define IOPIOCGSTATUS _IOWR('u', 2, struct iovec)
73 #define IOPIOCGTIDMAP _IOWR('u', 4, struct iovec)
  /src/lib/libc/sys/
preadv.c 42 ssize_t __preadv(int, const struct iovec *, int, int, off_t);
49 preadv(int fd, const struct iovec *iovp, int iovcnt, off_t offset)
pwritev.c 42 ssize_t __pwritev(int, const struct iovec *, int, int, off_t);
49 pwritev(int fd, const struct iovec *iovp, int iovcnt, off_t offset)
  /src/sys/sys/
uio.h 56 struct iovec { struct
82 struct iovec *uio_iov; /* pointer to array of iovecs */
113 ssize_t preadv(int, const struct iovec *, int, off_t);
114 ssize_t pwritev(int, const struct iovec *, int, off_t);
116 ssize_t readv(int, const struct iovec *, int);
117 ssize_t writev(int, const struct iovec *, int);
physmap.h 56 struct iovec *, size_t);
  /src/sys/external/bsd/libnv/dist/
msgio.h 42 struct iovec;
  /src/lib/libbluetooth/
sdp-int.h 45 bool _sdp_send_pdu(struct sdp_session *, uint8_t, struct iovec *, int);
  /src/sys/dev/dmover/
dmover_io.h 46 struct iovec *dmbuf_iov;
  /src/games/mille/
varpush.c 53 varpush(int file, ssize_t (*func)(int, const struct iovec *, int))
56 const struct iovec vec[] = {
  /src/lib/libc/gen/
psignal.c 60 struct iovec *v;
61 struct iovec iov[4];
  /src/libexec/talkd/
announce.c 99 struct iovec iovec; local in function:print_mesg
155 iovec.iov_base = big_buf;
156 iovec.iov_len = bptr - big_buf;
162 if (ttymsg(&iovec, 1, tty, RING_WAIT - 5) != NULL)
  /src/sys/arch/xen/xenbus/
xenbus_xs.c 186 const struct iovec *iovec,
201 msg.len += iovec[i].iov_len;
215 err = xb_write(iovec[i].iov_base, iovec[i].iov_len);
251 struct iovec iovec; local in function:xs_single
253 /* xs_talkv only reads iovec */
254 iovec.iov_base = __UNCONST(string);
255 iovec.iov_len = strlen(string) + 1
441 struct iovec iovec[2]; local in function:xenbus_write
    [all...]
  /src/lib/libc/isc/
ev_streams.c 48 static int copyvec(evStream *str, const struct iovec *iov, int iocnt);
55 struct iovec
57 struct iovec ret;
67 evWrite(evContext opaqueCtx, int fd, const struct iovec *iov, int iocnt,
101 evRead(evContext opaqueCtx, int fd, const struct iovec *iov, int iocnt,
204 memput(old->iovOrig, sizeof (struct iovec) * old->iovOrigCount);
211 copyvec(evStream *str, const struct iovec *iov, int iocnt) {
214 str->iovOrig = (struct iovec *)memget(sizeof(struct iovec) * iocnt);
231 /* Pull off or truncate lead iovec(s). *
    [all...]
  /src/sys/arch/vax/boot/boot/
autoconf.c 110 if (prpb->iovec) {
111 bootrpb.iovec = (int)alloc(prpb->iovecsz);
112 memcpy((void *)bootrpb.iovec, (void *)prpb->iovec,
  /src/sys/compat/sys/
socket.h 67 struct iovec *msg_iov; /* scatter/gather array */
  /src/dist/pf/sbin/pflogd/
privsep_fdpass.c 56 struct iovec vec;
92 struct iovec vec;
  /src/share/examples/refuse/ian/libfetch/
common.h 72 struct iovec;
87 ssize_t _fetch_writev(conn_t *, struct iovec *, int);
  /src/sys/compat/netbsd32/
netbsd32_socket.c 165 struct msghdr *msg, struct iovec *aiov)
169 struct iovec *iov = aiov;
171 iovsz = msg32->msg_iovlen * sizeof(struct iovec);
229 struct iovec aiov[UIO_SMALLIOV];
251 kmem_free(msg.msg_iov, msg.msg_iovlen * sizeof(struct iovec));
276 struct iovec aiov[UIO_SMALLIOV];
482 struct msghdr *msg, struct iovec *aiov)
485 struct iovec *iov = aiov;
502 iovsz = msg->msg_iovlen * sizeof(struct iovec);
536 struct iovec aiov[UIO_SMALLIOV]
    [all...]

Completed in 20 milliseconds

1 2 3 4 5 6 7 8 91011