Searched refs:buf_to_iov (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Diov.h39 ssize_t buf_to_iov(const void *buf, size_t buflen, const struct iovec *iov,
H A Diov.c119 buf_to_iov(const void *buf, size_t buflen, const struct iovec *iov, int niov, function
H A Dnet_backends.c199 ret = buf_to_iov(priv->bbuf, priv->bbuflen,
H A Dpci_virtio_scsi.c566 buf_to_iov(cmd_wr, VTSCSI_OUT_HEADER_LEN(sc), iov_out, niov_out, 0);
592 buf_to_iov((uint8_t *)buf + bufsize - iolen, iolen, iov, n,

Completed in 97 milliseconds