Searched refs:vSegList (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IODMACommand.cpp | 1637 Segment64 segment, void *vSegList, UInt32 outSegIndex) in clientOutputSegment() argument 1669 Segment64 segment, void *vSegList, UInt32 outSegIndex) in OutputHost32() argument 1671 Segment32 *base = (Segment32 *) vSegList; in OutputHost32() 1679 Segment64 segment, void *vSegList, UInt32 outSegIndex) in OutputBig32() argument 1684 OSWriteBigInt32(vSegList, offLen, (UInt32) segment.fLength); in OutputBig32() 1690 Segment64 segment, void *vSegList, UInt32 outSegIndex) in OutputLittle32() argument 1701 Segment64 segment, void *vSegList, UInt32 outSegIndex) in OutputHost64() argument 1703 Segment64 *base = (Segment64 *) vSegList; in OutputHost64() 1710 Segment64 segment, void *vSegList, UInt32 outSegIndex) in OutputBig64() argument 1715 OSWriteBigInt64(vSegList, offLen, (UInt64) segment.fLength); in OutputBig64() [all …]
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IODMACommand.h | 451 Segment64 segment, void *vSegList, UInt32 outSegIndex);
|