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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.c458 iov[0].iov_len = (int)size;
466 iov[1].iov_len = padlength[size & 3];
468 size += iov[1].iov_len;
474 if (iov[0].iov_len < bytes_read) {
475 iov[1].iov_len += iov[0].iov_len - bytes_read;
477 (char *)iov[1].iov_base + bytes_read - iov[0].iov_len;
478 iov[0].iov_len = 0;
481 iov[0].iov_len -= bytes_read;
563 iov[i].iov_len
[all...]
H A DXlibnet.h240 * int iov_len;
246 int iov_len; member in struct:iovec
H A Dcsconndi.c815 { iov->iov_base = (b); iov->iov_len = (l); iov++, niov++; }
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_fops.c480 while (drm_dequeue_event(file_priv, total, uiop->uio_iov->iov_len, &e)) {

Completed in 274 milliseconds