Home
last modified time | relevance | path

Searched refs:IODelete (Results 1 – 15 of 15) sorted by relevance

/xnu-8796.101.5/iokit/Kernel/
H A DIOMultiMemoryDescriptor.cpp89 IODelete(_descriptors, IOMemoryDescriptor *, _descriptorsCount); in initWithDescriptors()
164 IODelete(_descriptors, IOMemoryDescriptor *, _descriptorsCount); in free()
H A DIOInterleavedMemoryDescriptor.cpp170 IODelete(_descriptors, IOMemoryDescriptor *, _descriptorCapacity); in free()
H A DIOInterruptController.cpp562 IODelete(_interruptSources, IOInterruptSource, 1); in initInterruptController()
H A DIORegistryEntry.cpp449 IODelete(array, OSObject *, kIORegistryEntryIndexedPropertyCount); in free()
970 IODelete(array, OSObject *, kIORegistryEntryIndexedPropertyCount); in setIndexedProperty()
H A DIOService.cpp825IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in free()
844 IODelete(_interruptSources, IOInterruptSource, _numInterruptSources); in free()
846 IODelete(sourcesPrivate, IOInterruptSourcePrivate, _numInterruptSources); in free()
8413 IODelete(interruptSources, IOInterruptSource, numSources); in resolveInterrupt()
8414 IODelete(interruptSourcesPrivate, IOInterruptSourcePrivate, numSources); in resolveInterrupt()
8635IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()
H A DIOMemoryDescriptor.cpp2072 IODelete(_ranges.v64, IOAddressRange, _rangesCount); in initWithOptions()
2076 IODelete(_ranges.v, IOVirtualRange, _rangesCount); in initWithOptions()
2387 IODelete(_ranges.v64, IOAddressRange, _rangesCount); in free()
2391 IODelete(_ranges.v, IOVirtualRange, _rangesCount); in free()
H A DIODeviceTreeSupport.cpp1085 IODelete(gIODTResolvers->resolvers, IODTPersistent, in IODTSetResolving()
H A DIOServicePM.cpp603 IODelete(fDriverCallParamPtr, DriverCallParam, fDriverCallParamSlots); in PMfree()
3760 IODelete(fDriverCallParamPtr, DriverCallParam, fDriverCallParamSlots); in notifyInterestedDrivers()
H A DIOPMrootDomain.cpp4824 IODelete(entries, PMSettingCallEntry, capacity); in setPMSetting()
/xnu-8796.101.5/iokit/IOKit/
H A DIOLib.h388 #define IODelete(...) __IOKIT_DISPATCH(IODelete, ##__VA_ARGS__) macro
390 #define IOSafeDeleteNULL(...) __IOKIT_DISPATCH(IODelete, ##__VA_ARGS__)
/xnu-8796.101.5/doc/allocators/
H A Dapi-basics.md225 <tt>IODelete(ptr, type_t, count)</tt>
253 <tt>IODelete(ptr, hdr_type_t, type_t, count)</tt>
288 `IONew/IODelete`) is safe.
/xnu-8796.101.5/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp352 IODelete(fMemoryMaps, IOMemoryMap *, fMemoryMapCount); in free()
961 IODelete(fSegments, Segment, fSegmentCount); in free()
/xnu-8796.101.5/libkern/c++/
H A DOSMetaClass.cpp1141 IODelete(sets, typeof(sets[0]), maxDepth); in applyToInstances()
H A DOSKext.cpp16270 IODelete(prevAccountingList, typeof(accountingList[0]), prevAccountingListCount);
/xnu-8796.101.5/iokit/Tests/
H A DTests.cpp781 IODelete(buf, uint8_t, bound); in TestZLib()