Searched refs:IONew (Results 1 - 22 of 22) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp83 _descriptors = IONew(IOMemoryDescriptor *, capacity);
84 _descriptorOffsets = IONew(IOByteCount, capacity);
85 _descriptorLengths = IONew(IOByteCount, capacity);
H A DIOPMPowerStateQueue.cpp69 entry = IONew(PowerEventEntry, 1);
H A DIOEventSource.cpp151 reserved = IONew(ExpansionData, 1);
H A DIOWorkLoop.cpp124 reserved = IONew(ExpansionData,1);
148 reserved = IONew(ExpansionData, 1);
197 me->reserved = IONew(ExpansionData,1);
H A DIOMultiMemoryDescriptor.cpp113 _descriptors = IONew(IOMemoryDescriptor *, withCount);
H A DIOLocks.cpp93 lock = IONew( _IORecursiveLock, 1 );
H A DIORangeAllocator.cpp146 newElements = IONew( IORangeAllocatorElement, newCapacity );
H A DIONVRAM.cpp54 _nvramImage = IONew(UInt8, kIODTNVRAMImageSize);
730 propName = IONew(UInt8, propDataLength + 1);
781 buffer = tmpBuffer = IONew(UInt8, _ofPartitionSize);
817 buffer = IONew(UInt8, _ofPartitionSize);
1237 tmpData = IONew(UInt8, tmpDataLength + 1);
H A DIOBufferMemoryDescriptor.cpp316 _ranges.v64 = IONew(IOAddressRange, 1);
524 reserved = IONew( ExpansionData, 1 );
H A DIOTimerEventSource.cpp187 reserved = IONew(ExpansionData, 1);
H A DIOCPU.cpp228 entry = IONew(iocpu_platform_action_entry_t, 1);
H A DIOLib.cpp486 entry = IONew(_IOMallocContiguousEntry, 1);
H A DIOHibernateIO.cpp626 vars = IONew(IOPolledFileIOVars, 1);
1162 vars = IONew(IOHibernateVars, 1);
H A DIODMACommand.cpp214 reserved = IONew(IODMACommandInternal, 1);
H A DIOPMrootDomain.cpp1449 request = IONew(AggressivesRequest, 1);
1605 request = IONew(AggressivesRequest, 1);
3365 entries = IONew(PMSettingCallEntry, capacity);
3786 gSleepPolicyVars = IONew(IOPMSystemSleepPolicyVariables, 1);
H A DIOMemoryDescriptor.cpp820 _ranges.v64 = IONew(IOAddressRange, count);
835 _ranges.v = IONew(IOVirtualRange, count);
1150 reserved = IONew(IOMemoryDescriptorReserved, 1);
H A DIOServicePM.cpp1209 powerStatesCopy = IONew(IOPMPSEntry, numberOfStates);
3383 param = IONew(DriverCallParam, count);
3991 param = IONew(DriverCallParam, 1);
H A DIORegistryEntry.cpp277 reserved = IONew(ExpansionData, 1);
H A DIOService.cpp997 element = IONew( ArbitrationLockQueueElement, 1 );
H A DIOUserClient.cpp1068 reserved = IONew(ExpansionData, 1);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOLib.h152 #define IONew(type,number) (type*)IOMalloc(sizeof(type) * (number) ) macro
/darwin-on-arm/xnu/libkern/c++/
H A DOSMetaClass.cpp394 reserved = IONew(ExpansionData, 1);
844 nextIndex = IONew(typeof(nextIndex[0]), maxDepth);
845 sets = IONew(typeof(sets[0]), maxDepth);

Completed in 209 milliseconds