Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIOMemoryCursor.cpp253 OSWriteBigInt64(segment, 0, inSegment.location); in OSDefineMetaClassAndStructors()
254 OSWriteBigInt64(segment, sizeof(IOPhysicalAddress), inSegment.length); in OSDefineMetaClassAndStructors()
H A DIODMACommand.cpp1710 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 DOSByteOrder.h177 #define OSWriteBigInt64(base, byteOffset, data) _OSWriteInt64(base, byteOffset, data) macro
251 #define OSWriteBigInt64(base, byteOffset, data) OSWriteSwapInt64(base, byteOffset, data) macro