Home
last modified time | relevance | path

Searched refs:iovs (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/spoof-ras/
H A Dspoof-ras.c172 struct iovec iovs[3]; in spoof_bad_lla_optlen_test() local
178 spoof_prepare_header(&ichdr, &iovs[0]); in spoof_bad_lla_optlen_test()
179 spoof_prepare_lla(&lla, nce, &iovs[1]); in spoof_bad_lla_optlen_test()
180 spoof_prepare_pi("fd00::", 64, &pi, &iovs[2]); in spoof_bad_lla_optlen_test()
186 msg6.msg_iov = iovs; in spoof_bad_lla_optlen_test()
218 for (iovs[1].iov_len--; iovs[1].iov_len > 0; iovs[1].iov_len--) { in spoof_bad_lla_optlen_test()
235 struct iovec iovs[3]; in spoof_bad_pi_optlen_test() local
241 spoof_prepare_header(&ichdr, &iovs[0]); in spoof_bad_pi_optlen_test()
242 spoof_prepare_lla(&lla, nce, &iovs[1]); in spoof_bad_pi_optlen_test()
243 spoof_prepare_pi("fd00::", 64, &pi, &iovs[2]); in spoof_bad_pi_optlen_test()
[all …]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.c263 dapls_ib_max_request_iov(int iovs, int wqes, int max_iovs, in dapls_ib_max_request_iov() argument
277 ret_iovs = iovs; in dapls_ib_max_request_iov()
282 if (iovs > ret_iovs) /* never decrease iovs */ in dapls_ib_max_request_iov()
283 ret_iovs = iovs; in dapls_ib_max_request_iov()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_adapter_util.h355 IN DAT_COUNT iovs,
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c6651 struct iovec iovs; in strgetmsg() local
6693 iovs.iov_base = mdata->buf; in strgetmsg()
6694 iovs.iov_len = mdata->maxlen; in strgetmsg()
6695 uios.uio_iov = &iovs; in strgetmsg()
7864 struct iovec iovs; in strputmsg() local
7950 iovs.iov_base = mdata->buf; in strputmsg()
7951 iovs.iov_len = msgsize; in strputmsg()
7952 uios.uio_iov = &iovs; in strputmsg()