Searched refs:OSWriteBigInt64 (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.121.2/iokit/Kernel/ |
| H A D | IOMemoryCursor.cpp | 253 OSWriteBigInt64(segment, 0, inSegment.location); in OSDefineMetaClassAndStructors() 254 OSWriteBigInt64(segment, sizeof(IOPhysicalAddress), inSegment.length); in OSDefineMetaClassAndStructors()
|
| H A D | IODMACommand.cpp | 1710 OSWriteBigInt64(vSegList, offAddr, (UInt64) segment.fIOVMAddr); in OutputBig64() 1711 OSWriteBigInt64(vSegList, offLen, (UInt64) segment.fLength); in OutputBig64()
|
| /xnu-8796.121.2/libkern/libkern/ |
| H A D | OSByteOrder.h | 177 #define OSWriteBigInt64(base, byteOffset, data) _OSWriteInt64(base, byteOffset, data) macro 251 #define OSWriteBigInt64(base, byteOffset, data) OSWriteSwapInt64(base, byteOffset, data) macro
|