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

123

/macosx-10.10.1/xnu-2782.1.97/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.cpp87 IODelete(_descriptors, IOMemoryDescriptor *, _descriptorsCount);
144 IODelete(_descriptors, IOMemoryDescriptor *, _descriptorsCount);
H A DIOEventSource.cpp167 IODelete(reserved, ExpansionData, 1);
H A DIOLocks.cpp144 IODelete( lock, _IORecursiveLock, 1 );
162 IODelete( lock, _IORecursiveLock, 1 );
H A DIORangeAllocator.cpp115 IODelete( elements, IORangeAllocatorElement, capacity );
158 IODelete( elements, IORangeAllocatorElement, capacity );
H A DIOInterruptEventSource.cpp230 IODelete(reserved->statistics, IOInterruptAccountingData, 1);
233 IODelete(reserved, ExpansionData, 1);
H A DIOBufferMemoryDescriptor.cpp484 IODelete( reserved, ExpansionData, 1 );
529 IODelete(range, IOAddressRange, 1);
H A DIOTimerEventSource.cpp226 IODelete(reserved, ExpansionData, 1);
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleRAIDStorageRequest.cpp32 if (srRequestStatus != 0) IODelete(srRequestStatus, IOReturn, srRequestsAllocated);
33 if (srRequestByteCounts != 0) IODelete(srRequestByteCounts, UInt64, srRequestsAllocated);
34 if (srActiveMembers != 0) IODelete(srActiveMembers, AppleRAIDMember *, srMemberCount);
44 IODelete(srMemoryDescriptors, AppleRAIDMemoryDescriptor *, srRequestsAllocated);
H A DAppleRAIDConcatSet.cpp67 if (arMemberBlockCounts) IODelete(arMemberBlockCounts, UInt64, arMemberCount);
133 IODelete(oldBlockCounts, sizeof(UInt64), oldMemberCount);
H A DAppleLVMGroup.cpp80 if (arMemberBlockCounts) IODelete(arMemberBlockCounts, UInt64, arMemberCount);
81 if (arMemberStartingOffset) IODelete(arMemberStartingOffset, UInt64, arMemberCount);
93 IODelete(arLogicalVolumes, AppleLVMVolume *, 1024); // XXXTOC
100 IODelete(arMetaDataVolumes, AppleLVMVolume *, arMemberCount);
177 IODelete(oldBlockCounts, sizeof(UInt64), oldMemberCount);
185 IODelete(oldStartingOffset, sizeof(UInt64), oldMemberCount);
193 IODelete(oldMetaDataVolumes, sizeof(AppleLVMVolume *), oldMemberCount);
1155 if (bitmap) IODelete(bitmap, UInt32, bitmapSize + 1);
H A DAppleRAIDMirrorSet.cpp90 if (arLastSeek) IODelete(arLastSeek, UInt64, arLastAllocCount);
91 if (arSkippedIOCount) IODelete(arSkippedIOCount, UInt64, arLastAllocCount);
163 if (arLastSeek) IODelete(arLastSeek, UInt64, arLastAllocCount);
167 if (arSkippedIOCount) IODelete(arSkippedIOCount, UInt64, arLastAllocCount);
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOAccelerator.cpp153 IODelete(record, IOAccelIDRecord, 1);
255 IODelete(record, IOAccelIDRecord, 1);
293 IODelete(record, IOAccelIDRecord, 1);
360 IODelete(record, IOAccelIDRecord, 1);
H A Dbmcompress.h738 IODelete(sc3, uint16_t, (width+2));
739 IODelete(sc2, uint16_t, (width+2));
740 IODelete(sc1, uint16_t, (width+2));
741 IODelete(sc0, uint16_t, (width+2));
840 IODelete(sc3, uint16_t, (width+2));
841 IODelete(sc2, uint16_t, (width+2));
842 IODelete(sc1, uint16_t, (width+2));
843 IODelete(sc0, uint16_t, (width+2));
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDPartitionScheme.cpp618 IODelete(tracks, CDTrack, kCDTrackMaxIndex + 1);
619 IODelete(sessions, CDSession, kCDSessionMaxIndex + 1);
630 if ( tracks ) IODelete(tracks, CDTrack, kCDTrackMaxIndex + 1);
631 if ( sessions ) IODelete(sessions, CDSession, kCDSessionMaxIndex + 1);
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOPacketQueue.cpp115 IODelete(_queue, IOMbufQueue, 1);
H A DIOOutputQueue.cpp319 if(_primaryQueues) IODelete(_primaryQueues, IOMbufQueue, _priorities);
320 if(_shadowQueues) IODelete(_shadowQueues, IOMbufQueue, _priorities);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOLib.h153 #define IODelete(ptr,type,number) IOFree( (ptr) , sizeof(type) * (number) ) macro
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A Drballoc.c36 #define IODelete(ptr,type,number) free( (ptr) ) macro
316 if (!head && !tail) IODelete(prior, typeof(*prior), 1);
H A Dballoc.c307 #define IODelete(ptr,type,number) free( (ptr) ) macro
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOMediaBSDClient.cpp1763 IODelete(capacities, UInt64, capacitiesCount);
1857 IODelete(extents, IOStorageExtent, request.extentsCount);
2323 IODelete(extents, IOStorageExtent, request.extentsCount);
2912 if ( _table ) IODelete(_table, AnchorSlot, _tableCount);
2957 IODelete(_table, AnchorSlot, _tableCount);
3188 IODelete(_table.buckets[bucketID], MinorSlot, kMinorsAddCount);
3190 IODelete(_table.buckets, MinorSlot *, kMinorsBucketCount);
3273 if ( minorName ) IODelete(minorName, char, minorNameSize);
3332 IODelete(_table[minorID].name, char, strlen(_table[minorID].name) + 1);
3400 IODelete(minorNam
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDInterface.cpp55 IODelete( _reserved, ExpansionData, 1 );
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp370 IODelete( _scaleSegments, CursorDeviceSegment, _scaleSegCount );
377 IODelete( _scrollWheelInfo->axis[type].scaleSegments, CursorDeviceSegment, _scrollWheelInfo->axis[type].scaleSegCount );
401 IODelete( _scrollPointerInfo->axis[type].scaleSegments, CursorDeviceSegment, _scrollPointerInfo->axis[type].scaleSegCount );
415 IODelete(_reserved, ExpansionData, 1);
1756 IODelete( *scaleSegments,
1922 IODelete( *scaleSegments,
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVLibraries.cpp516 IODelete( buf, char, 512 );

Completed in 155 milliseconds

123