Lines Matching refs:vSegList

1633 	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()
1697 Segment64 segment, void *vSegList, UInt32 outSegIndex) in OutputHost64() argument
1699 Segment64 *base = (Segment64 *) vSegList; in OutputHost64()
1706 Segment64 segment, void *vSegList, UInt32 outSegIndex) in OutputBig64() argument
1710 OSWriteBigInt64(vSegList, offAddr, (UInt64) segment.fIOVMAddr); in OutputBig64()
1711 OSWriteBigInt64(vSegList, offLen, (UInt64) segment.fLength); in OutputBig64()
1717 Segment64 segment, void *vSegList, UInt32 outSegIndex) in OutputLittle64() argument
1721 OSWriteLittleInt64(vSegList, offAddr, (UInt64) segment.fIOVMAddr); in OutputLittle64()
1722 OSWriteLittleInt64(vSegList, offLen, (UInt64) segment.fLength); in OutputLittle64()