Searched refs:withCapacity (Results 51 - 75 of 157) sorted by relevance

1234567

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDevice.cpp184 deviceParameters = OSDictionary::withCapacity(4);
H A DIOHIDKeyboardDevice.cpp382 _report = IOBufferMemoryDescriptor::withCapacity(
411 *descriptor = IOBufferMemoryDescriptor::withCapacity(
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOPacketQueue.cpp89 IOPacketQueue * IOPacketQueue::withCapacity(UInt32 capacity) function in class:IOPacketQueue
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODataQueue.cpp47 IODataQueue *IODataQueue::withCapacity(UInt32 size) function in class:IODataQueue
H A DIOInterleavedMemoryDescriptor.cpp35 IOInterleavedMemoryDescriptor * IOInterleavedMemoryDescriptor::withCapacity( function in class:IOInterleavedMemoryDescriptor
H A DIODeviceTreeSupport.cpp132 gIODTPHandles = OSArray::withCapacity( 1 );
133 gIODTPHandleMap = OSArray::withCapacity( 1 );
202 gIODTSharedInterrupts = OSDictionary::withCapacity(4);
203 allInts = OSDictionary::withCapacity(4);
678 mapped = OSArray::withCapacity( 1 );
679 controllers = OSArray::withCapacity( 1 );
875 result = OSSet::withCapacity( 3 );
1145 array = OSArray::withCapacity( 1 );
H A DIOCPU.cpp418 gIOCPUs = OSArray::withCapacity(1);
663 specifier = OSArray::withCapacity(numCPUs);
672 controller = OSArray::withCapacity(numCPUs);
/macosx-10.9.5/IOStorageFamily-172/
H A DIOAppleLabelScheme.cpp170 buffer = IOBufferMemoryDescriptor::withCapacity(
218 buffer = IOBufferMemoryDescriptor::withCapacity(
H A DIOApplePartitionScheme.cpp246 buffer = IOBufferMemoryDescriptor::withCapacity(
253 partitions = OSSet::withCapacity(8);
H A DIOFDiskPartitionScheme.cpp252 buffer = IOBufferMemoryDescriptor::withCapacity(
259 partitions = OSSet::withCapacity(4);
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSArray.cpp122 OSArray *OSArray::withCapacity(unsigned int capacity) function in class:OSArray
432 cycleDict = OSDictionary::withCapacity(16);
H A DOSKext.cpp600 sKextsByID = OSDictionary::withCapacity(kOSKextTypicalLoadCount);
601 sLoadedKexts = OSArray::withCapacity(kOSKextTypicalLoadCount);
602 sUnloadedPrelinkedKexts = OSArray::withCapacity(kOSKextTypicalLoadCount / 10);
603 sKernelRequests = OSArray::withCapacity(0);
604 sPostedKextLoadIdentifiers = OSSet::withCapacity(0);
605 sAllKextLoadIdentifiers = OSSet::withCapacity(kOSKextTypicalLoadCount);
606 sRequestCallbackRecords = OSArray::withCapacity(0);
679 sKernelKext->infoDict = OSDictionary::withCapacity(5);
974 prelinkedKexts = OSSet::withCapacity(0);
2470 mkextExecutableInfo = OSData::withCapacity(sizeo
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDElementPrivate.cpp273 element->_duplicateElements = OSArray::withCapacity(element->_reportCount);
520 _childArray = OSArray::withCapacity(4);
542 _colArrayReportHandlers = OSDictionary::withCapacity(1);
631 element->_arrayItems = OSArray::withCapacity((child->_usageMax - child->_usageMin) + 1);
649 element->_duplicateElements = OSArray::withCapacity(element->_reportCount);
719 OSDictionary *properties = OSDictionary::withCapacity(9);
1363 _queueArray = OSArray::withCapacity(4);
1737 _dataValue = OSData::withCapacity(getByteSize());
1869 cycleDict = OSDictionary::withCapacity(16);
H A DIOHIDDevice.cpp293 _clientSet = OSSet::withCapacity(2);
377 resultArray = OSArray::withCapacity(count);
1126 _elementArray = OSArray::withCapacity(
1238 pair = OSDictionary::withCapacity(2);
1264 functions = OSArray::withCapacity(2);
1590 if ( !(_inputInterruptElementArray = OSArray::withCapacity(data->reportCount)))
1856 report = IOBufferMemoryDescriptor::withCapacity(maxReportLength, kIODirectionNone);
1940 report = IOBufferMemoryDescriptor::withCapacity(maxReportLength, kIODirectionNone);
/macosx-10.9.5/IOCDStorageFamily-51/
H A DIOCDBlockStorageDriver.cpp232 buffer = IOBufferMemoryDescriptor::withCapacity(sizeof(CDTOC),kIODirectionIn);
256 buffer = IOBufferMemoryDescriptor::withCapacity(tocSize,kIODirectionIn);
538 OSDictionary *dictionary = OSDictionary::withCapacity(2);
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDSet.cpp85 arOpenReaders = OSSet::withCapacity(10);
86 arOpenReaderWriters = OSSet::withCapacity(10);
96 arSpareMembers = OSSet::withCapacity(10);
726 OSArray * bootArray = OSArray::withCapacity(arMemberCount);
1426 OSDictionary * props = OSDictionary::withCapacity(32);
1484 members = OSArray::withCapacity(arMemberCount);
1505 OSArray * spares = OSArray::withCapacity(arMemberCount);
2117 OSSet * brokenMembers= OSSet::withCapacity(10);
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2LUN.cpp118 fLoginSet = OSSet::withCapacity(1);
136 fORBSet = OSSet::withCapacity(1);
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIODisplayWrangler.cpp149 fFramebuffers = OSSet::withCapacity( 1 );
150 fDisplays = OSSet::withCapacity( 1 );
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/
H A DIONDRVLibraries.cpp614 maps = OSArray::withCapacity(numMaps);
632 data = OSData::withCapacity( numMaps * sizeof( IOVirtualAddress));
/macosx-10.9.5/IODVDStorageFamily-35/
H A DIODVDBlockStorageDriver.cpp241 OSDictionary *dictionary = OSDictionary::withCapacity(2);
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWAddressSpace.cpp79 fTrustedNodeSet = OSSet::withCapacity(1);
H A DIOFWDCLPool.cpp34 fProgram = OSArray::withCapacity( capacity ) ;
H A DIOFWUserObjectExporter.cpp184 , fObjects ? OSArray::withObjects( fObjects, fObjectCount ) : OSArray::withCapacity(0)
H A DIOFireWireLocalNode.cpp127 fOpenClients = OSSet::withCapacity( 2 );
H A DIOFireWireROMCache.cpp594 dictionary = OSDictionary::withCapacity( 4 );

Completed in 274 milliseconds

1234567