Home
last modified time | relevance | path

Searched refs:OSWriteLittleInt64 (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/iokit/Kernel/ !
H A DIOMemoryCursor.cpp303 OSWriteLittleInt64(segment, 0, inSegment.location); in OSDefineMetaClassAndStructors()
304 OSWriteLittleInt64(segment, sizeof(IOPhysicalAddress), inSegment.length); in OSDefineMetaClassAndStructors()
H A DIODMACommand.cpp1716 OSWriteLittleInt64(vSegList, offAddr, (UInt64) segment.fIOVMAddr); in OutputLittle64()
1717 OSWriteLittleInt64(vSegList, offLen, (UInt64) segment.fLength); in OutputLittle64()
/xnu-8792.41.9/libkern/libkern/ !
H A DOSByteOrder.h189 #define OSWriteLittleInt64(base, byteOffset, data) OSWriteSwapInt64(base, byteOffset, data) macro
263 #define OSWriteLittleInt64(base, byteOffset, data) _OSWriteInt64(base, byteOffset, data) macro