Searched refs:OSWriteBigInt (Results 1 – 2 of 2) sorted by relevance
256 OSWriteBigInt(segment, 0, inSegment.location); in OSDefineMetaClassAndStructors()257 OSWriteBigInt(segment, sizeof(IOPhysicalAddress), inSegment.length); in OSDefineMetaClassAndStructors()
90 #define OSWriteBigInt(x, y, z) OSWriteBigInt32(x, y, z) macro