Home
last modified time | relevance | path

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

/xnu-10063.121.3/iokit/Kernel/
H A DIODMACommand.cpp1633 Segment64 segment, void *vSegList, UInt32 outSegIndex) in clientOutputSegment() argument
1645 if (!(*segmentFunction)(target, segment, vSegList, outSegIndex)) { in clientOutputSegment()
1665 Segment64 segment, void *vSegList, UInt32 outSegIndex) in OutputHost32() argument
1667 Segment32 *base = (Segment32 *) vSegList; in OutputHost32()
1675 Segment64 segment, void *vSegList, UInt32 outSegIndex) in OutputBig32() argument
1679 OSWriteBigInt32(vSegList, offAddr, (UInt32) segment.fIOVMAddr); in OutputBig32()
1680 OSWriteBigInt32(vSegList, offLen, (UInt32) segment.fLength); in OutputBig32()
1686 Segment64 segment, void *vSegList, UInt32 outSegIndex) in OutputLittle32() argument
1690 OSWriteLittleInt32(vSegList, offAddr, (UInt32) segment.fIOVMAddr); in OutputLittle32()
1691 OSWriteLittleInt32(vSegList, offLen, (UInt32) segment.fLength); in OutputLittle32()
[all …]
/xnu-10063.121.3/iokit/IOKit/
H A DIODMACommand.h451 Segment64 segment, void *vSegList, UInt32 outSegIndex);