Lines Matching defs:iov_base
166 vec.iov_base = data;
194 vec.iov_base = data;
597 vec.iov_base = (char *)test_str;
619 vec[i].iov_base = (char *)test_str;
680 vec[i].iov_base = (void *)test_strs[i];
717 vec[i].iov_base = (void *)test_strs[i];
925 vec.iov_base = (char *)buf;
944 vec.iov_base = (char *)recv_mem;
957 char *iov_base[1024];
968 iov_base[i] = (char *)malloc(iov_len);
969 vec[i].iov_base = iov_base[i];
978 free(iov_base[i]);
1671 iov[0].iov_base = recv_mem;
1673 iov[1].iov_base = NULL; /* broken iov to make process_rx_list fail */