Home
last modified time | relevance | path

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

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