Home
last modified time | relevance | path

Searched refs:outSegIndex (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIODMACommand.cpp1637 Segment64 segment, void *vSegList, UInt32 outSegIndex) in clientOutputSegment() argument
1669 Segment64 segment, void *vSegList, UInt32 outSegIndex) in OutputHost32() argument
1672 base[outSegIndex].fIOVMAddr = (UInt32) segment.fIOVMAddr; in OutputHost32()
1673 base[outSegIndex].fLength = (UInt32) segment.fLength; in OutputHost32()
1679 Segment64 segment, void *vSegList, UInt32 outSegIndex) in OutputBig32() argument
1681 const UInt offAddr = outSegIndex * sizeof(Segment32); in OutputBig32()
1690 Segment64 segment, void *vSegList, UInt32 outSegIndex) in OutputLittle32() argument
1692 const UInt offAddr = outSegIndex * sizeof(Segment32); in OutputLittle32()
1704 base[outSegIndex] = segment; in OutputHost64()
1712 const UInt offAddr = outSegIndex * sizeof(Segment64); in OutputBig64()
[all …]
/xnu-11215/iokit/IOKit/
H A DIODMACommand.h451 Segment64 segment, void *vSegList, UInt32 outSegIndex);