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

/gem5/src/sim/
H A Dsyscall_emul.cc1662 struct iovec *iov = (struct iovec *)iovBuf.bufferPtr(); local
1663 msgHdr.msg_iov = iov;
1679 Addr basePtr = (Addr) iov[iovIndex].iov_base;
1680 bufferArray[iovIndex] = new BufferArg(basePtr, iov[iovIndex].iov_len);
1682 iov[iovIndex].iov_base = bufferArray[iovIndex]->bufferPtr();

Completed in 12 milliseconds