Searched refs:OSWriteLittleInt (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryCursor.cpp294 OSWriteLittleInt(segment, 0, inSegment.location);
295 OSWriteLittleInt(segment, sizeof(IOPhysicalAddress), inSegment.length);
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSByteOrder.h81 #define OSWriteLittleInt(x, y, z) OSWriteLittleInt32(x, y, z) macro

Completed in 122 milliseconds