Searched refs:IODelete (Results 1 - 21 of 21) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp164 IODelete(_descriptors, IOMemoryDescriptor *, _descriptorCapacity);
167 IODelete(_descriptorOffsets, IOMemoryDescriptor *, _descriptorCapacity);
170 IODelete(_descriptorLengths, IOMemoryDescriptor *, _descriptorCapacity);
H A DIOPMPowerStateQueue.cpp97 IODelete(entry, PowerEventEntry, 1);
H A DIOMultiMemoryDescriptor.cpp88 IODelete(_descriptors, IOMemoryDescriptor *, _descriptorsCount);
144 IODelete(_descriptors, IOMemoryDescriptor *, _descriptorsCount);
H A DIOEventSource.cpp167 IODelete(reserved, ExpansionData, 1);
H A DIOLocks.cpp103 IODelete( lock, _IORecursiveLock, 1 );
121 IODelete( lock, _IORecursiveLock, 1 );
H A DIORangeAllocator.cpp115 IODelete( elements, IORangeAllocatorElement, capacity );
158 IODelete( elements, IORangeAllocatorElement, capacity );
H A DIOBufferMemoryDescriptor.cpp710 IODelete( reserved, ExpansionData, 1 );
746 IODelete(range, IOAddressRange, 1);
H A DIONVRAM.cpp735 IODelete(propName, UInt8, propDataLength + 1);
813 IODelete(buffer, UInt8, _ofPartitionSize);
879 IODelete(buffer, UInt8, _ofPartitionSize);
1249 IODelete(tmpData, UInt8, tmpDataLength + 1);
H A DIOTimerEventSource.cpp227 IODelete(reserved, ExpansionData, 1);
H A DIOWorkLoop.cpp280 IODelete(reserved, ExpansionData, 1);
H A DIOCPU.cpp391 IODelete(entry, iocpu_platform_action_entry_t, 1);
H A DIOLib.cpp535 IODelete(entry, _IOMallocContiguousEntry, 1);
H A DIOMemoryDescriptor.cpp215 IODelete( ref, IOMemoryDescriptorReserved, 1 );
681 IODelete(_ranges.v64, IOAddressRange, _rangesCount);
684 IODelete(_ranges.v, IOVirtualRange, _rangesCount);
924 IODelete(_ranges.v64, IOAddressRange, _rangesCount);
927 IODelete(_ranges.v, IOVirtualRange, _rangesCount);
941 IODelete(reserved, IOMemoryDescriptorReserved, 1);
H A DIOHibernateIO.cpp1171 IODelete(vars, IOHibernateVars, 1);
1523 if (vars->fileVars) IODelete(vars->fileVars, IOPolledFileIOVars, 1);
1524 IODelete(vars, IOHibernateVars, 1);
H A DIOServicePM.cpp648 IODelete(fDriverCallParamPtr, DriverCallParam, fDriverCallParamSlots);
661 IODelete(fPowerStates, IOPMPSEntry, fNumberOfPowerStates);
1238 IODelete(powerStatesCopy, IOPMPSEntry, numberOfStates);
1340 IODelete(powerStates, IOPMPSEntry, numberOfStates);
3378 IODelete(fDriverCallParamPtr, DriverCallParam, fDriverCallParamSlots);
H A DIODMACommand.cpp229 IODelete(reserved, IODMACommandInternal, 1);
H A DIOPMrootDomain.cpp1494 IODelete(request, AggressivesRequest, 1);
1741 IODelete(request, AggressivesRequest, 1);
1823 IODelete(request, AggressivesRequest, 1);
3409 if (entries) IODelete(entries, PMSettingCallEntry, capacity);
H A DIORegistryEntry.cpp387 IODelete(reserved, ExpansionData, 1);
H A DIOUserClient.cpp1087 IODelete(reserved, ExpansionData, 1);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOLib.h153 #define IODelete(ptr,type,number) IOFree( (ptr) , sizeof(type) * (number) ) macro
/darwin-on-arm/xnu/libkern/c++/
H A DOSMetaClass.cpp879 IODelete(nextIndex, typeof(nextIndex[0]), maxDepth);
880 IODelete(sets, typeof(sets[0]), maxDepth);

Completed in 210 milliseconds