Searched refs:buf_to_iov (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | iov.h | 39 ssize_t buf_to_iov(const void *buf, size_t buflen, const struct iovec *iov,
|
H A D | iov.c | 119 buf_to_iov(const void *buf, size_t buflen, const struct iovec *iov, int niov, in buf_to_iov() function
|
H A D | pci_virtio_scsi.c | 566 buf_to_iov(cmd_wr, VTSCSI_OUT_HEADER_LEN(sc), iov_out, niov_out, 0); in pci_vtscsi_request_handle() 592 buf_to_iov((uint8_t *)buf + bufsize - iolen, iolen, iov, n, in pci_vtscsi_controlq_notify()
|
H A D | net_backends.c | 199 ret = buf_to_iov(priv->bbuf, priv->bbuflen, in tap_recv()
|