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

  /src/sys/dev/dmover/
dmover_io.h 47 u_int dmbuf_iovcnt; member in struct:__anon8b45c85f0108
dmover_io.c 240 if (req->req_outbuf.dmbuf_iovcnt != 0) {
241 if (req->req_outbuf.dmbuf_iovcnt > IOV_MAX)
243 len = sizeof(struct iovec) * req->req_outbuf.dmbuf_iovcnt;
252 for (j = 0, len = 0; j < req->req_outbuf.dmbuf_iovcnt; j++) {
260 uio_out->uio_iovcnt = req->req_outbuf.dmbuf_iovcnt;
294 if (inbuf.dmbuf_iovcnt > IOV_MAX) {
298 len = sizeof(struct iovec) * inbuf.dmbuf_iovcnt;
311 for (j = 0, len = 0; j < inbuf.dmbuf_iovcnt; j++) {
326 uio_in->uio_iovcnt = inbuf.dmbuf_iovcnt;

Completed in 11 milliseconds