Searched refs:iov_base (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.c459 iov[0].iov_base = data;
467 iov[1].iov_base = pad;
476 iov[1].iov_base =
477 (char *)iov[1].iov_base + bytes_read - iov[0].iov_len;
482 iov[0].iov_base = (char *)iov[0].iov_base + bytes_read;
564 iov[i].iov_base = (pointer) + before; \
1761 base = iov->iov_base;
1840 if ((len = v[i].iov_len) < 0 || v[i].iov_base == NULL)
1857 memcpy (v[i].iov_base,
[all...]
H A DXlibnet.h239 * caddr_t iov_base;
245 caddr_t iov_base; member in struct:iovec
H A Dcsconndi.c815 { iov->iov_base = (b); iov->iov_len = (l); iov++, niov++; }

Completed in 81 milliseconds