Searched refs:OSWriteBigInt32 (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/libkern/libkern/ |
| H A D | OSByteOrder.h | 90 #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-8796.121.2/iokit/Kernel/ |
| H A D | IODMACommand.cpp | 1679 OSWriteBigInt32(vSegList, offAddr, (UInt32) segment.fIOVMAddr); in OutputBig32() 1680 OSWriteBigInt32(vSegList, offLen, (UInt32) segment.fLength); in OutputBig32()
|