Searched refs:OSWriteLittleInt64 (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.121.2/iokit/Kernel/ |
| H A D | IOMemoryCursor.cpp | 303 OSWriteLittleInt64(segment, 0, inSegment.location); in OSDefineMetaClassAndStructors() 304 OSWriteLittleInt64(segment, sizeof(IOPhysicalAddress), inSegment.length); in OSDefineMetaClassAndStructors()
|
| H A D | IODMACommand.cpp | 1721 OSWriteLittleInt64(vSegList, offAddr, (UInt64) segment.fIOVMAddr); in OutputLittle64() 1722 OSWriteLittleInt64(vSegList, offLen, (UInt64) segment.fLength); in OutputLittle64()
|
| /xnu-8796.121.2/libkern/libkern/ |
| H A D | OSByteOrder.h | 189 #define OSWriteLittleInt64(base, byteOffset, data) OSWriteSwapInt64(base, byteOffset, data) macro 263 #define OSWriteLittleInt64(base, byteOffset, data) _OSWriteInt64(base, byteOffset, data) macro
|