Home | History | Annotate | Download | only in runtime

Lines Matching refs:vec

4394   iovec vec[1];
4395 vec[0].iov_base = reinterpret_cast<void*>(const_cast<uint8_t*>(buf));
4396 vec[0].iov_len = byte_count;
4397 Dbg::DdmSendChunkV(type, vec, 1);