Lines Matching refs:vSegList

1637 	Segment64 segment, void *vSegList, UInt32 outSegIndex)  in clientOutputSegment()  argument
1649 if (!(*segmentFunction)(target, segment, vSegList, outSegIndex)) { in clientOutputSegment()
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
1683 OSWriteBigInt32(vSegList, offAddr, (UInt32) segment.fIOVMAddr); in OutputBig32()
1684 OSWriteBigInt32(vSegList, offLen, (UInt32) segment.fLength); in OutputBig32()
1690 Segment64 segment, void *vSegList, UInt32 outSegIndex) in OutputLittle32() argument
1694 OSWriteLittleInt32(vSegList, offAddr, (UInt32) segment.fIOVMAddr); in OutputLittle32()
1695 OSWriteLittleInt32(vSegList, offLen, (UInt32) segment.fLength); in OutputLittle32()
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
1714 OSWriteBigInt64(vSegList, offAddr, (UInt64) segment.fIOVMAddr); in OutputBig64()
1715 OSWriteBigInt64(vSegList, offLen, (UInt64) segment.fLength); in OutputBig64()
1721 Segment64 segment, void *vSegList, UInt32 outSegIndex) in OutputLittle64() argument
1725 OSWriteLittleInt64(vSegList, offAddr, (UInt64) segment.fIOVMAddr); in OutputLittle64()
1726 OSWriteLittleInt64(vSegList, offLen, (UInt64) segment.fLength); in OutputLittle64()