Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/Kernel/
H A DIOMemoryCursor.cpp306 OSWriteLittleInt(segment, 0, inSegment.location); in OSDefineMetaClassAndStructors()
307 OSWriteLittleInt(segment, sizeof(IOPhysicalAddress), inSegment.length); in OSDefineMetaClassAndStructors()
/xnu-10063.141.1/libkern/libkern/
H A DOSByteOrder.h94 #define OSWriteLittleInt(x, y, z) OSWriteLittleInt32(x, y, z) macro