Home
last modified time | relevance | path

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

/xnu-11417.121.6/libkern/libkern/ !
H A DOSByteOrder.h94 #define OSWriteLittleInt(x, y, z) OSWriteLittleInt32(x, y, z)
188 #define OSWriteLittleInt32(base, byteOffset, data) OSWriteSwapInt32(base, byteOffset, data) macro
262 #define OSWriteLittleInt32(base, byteOffset, data) _OSWriteInt32(base, byteOffset, data) macro
/xnu-11417.121.6/iokit/Kernel/ !
H A DIODMACommand.cpp1694 OSWriteLittleInt32(vSegList, offAddr, (UInt32) segment.fIOVMAddr); in OutputLittle32()
1695 OSWriteLittleInt32(vSegList, offLen, (UInt32) segment.fLength); in OutputLittle32()