Lines Matching defs:iovec
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;
253 /* xs_talkv only reads iovec */
254 iovec.iov_base = __UNCONST(string);
255 iovec.iov_len = strlen(string) + 1;
256 return xs_talkv(t, type, &iovec, 1, len, ret);
441 struct iovec iovec[2];
448 /* xs_talkv only reads iovec */
449 iovec[0].iov_base = __UNCONST(path);
450 iovec[0].iov_len = strlen(path) + 1;
451 iovec[1].iov_base = __UNCONST(string);
452 iovec[1].iov_len = strlen(string);
454 ret = xs_talkv(t, XS_WRITE, iovec, 2, NULL, NULL);
559 struct iovec iov[2];
561 /* xs_talkv only reads iovec */
573 struct iovec iov[2];
575 /* xs_talkv only reads iovec */