Home
last modified time | relevance | path

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

/xnu-10063.141.1/libkern/libkern/
H A DOSByteOrder.h90 #define OSWriteBigInt(x, y, z) OSWriteBigInt32(x, y, z)
176 #define OSWriteBigInt32(base, byteOffset, data) _OSWriteInt32(base, byteOffset, data) macro
250 #define OSWriteBigInt32(base, byteOffset, data) OSWriteSwapInt32(base, byteOffset, data) macro
/xnu-10063.141.1/iokit/Kernel/
H A DIODMACommand.cpp1679 OSWriteBigInt32(vSegList, offAddr, (UInt32) segment.fIOVMAddr); in OutputBig32()
1680 OSWriteBigInt32(vSegList, offLen, (UInt32) segment.fLength); in OutputBig32()