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

123

/macosx-10.9.5/xnu-2422.115.4/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.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.cpp536 IODelete( reserved, ExpansionData, 1 );
581 IODelete(range, IOAddressRange, 1);
H A DIONVRAM.cpp778 IODelete(propName, UInt8, propDataLength + 1);
856 IODelete(buffer, UInt8, _ofPartitionSize);
922 IODelete(buffer, UInt8, _ofPartitionSize);
1289 IODelete(tmpData, UInt8, tmpDataLength + 1);
H A DIOTimerEventSource.cpp226 IODelete(reserved, ExpansionData, 1);
/macosx-10.9.5/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.9.5/IOGraphics-471.92.1/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.9.5/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.9.5/IONetworkingFamily-100/
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.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOLib.h153 #define IODelete(ptr,type,number) IOFree( (ptr) , sizeof(type) * (number) ) macro
/macosx-10.9.5/IOPCIFamily-224.92.1/
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.9.5/IOStorageFamily-172/
H A DIOMediaBSDClient.cpp1741 IODelete(capacities, UInt64, capacitiesCount);
1834 IODelete(extents, IOStorageExtent, request.extentsCount);
2770 if ( _table ) IODelete(_table, AnchorSlot, _tableCount);
2815 IODelete(_table, AnchorSlot, _tableCount);
3046 IODelete(_table.buckets[bucketID], MinorSlot, kMinorsAddCount);
3048 IODelete(_table.buckets, MinorSlot *, kMinorsBucketCount);
3131 if ( minorName ) IODelete(minorName, char, minorNameSize);
3190 IODelete(_table[minorID].name, char, strlen(_table[minorID].name) + 1);
3258 IODelete(minorName, char, minorNameSize);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDInterface.cpp55 IODelete( _reserved, ExpansionData, 1 );
/macosx-10.9.5/IOHIDFamily-503.215.2/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);
1753 IODelete( *scaleSegments,
1919 IODelete( *scaleSegments,
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/
H A DIONDRVLibraries.cpp516 IODelete( buf, char, 512 );

Completed in 386 milliseconds

123