Searched refs:withArray (Results 1 – 16 of 16) sorted by relevance
| /xnu-11215/libkern/c++/ |
| H A D | OSArray.cpp | 151 OSArray::withArray(const OSArray *array, in withArray() function in OSArray 515 newArray = OSArray::withArray(this); in copyCollection()
|
| H A D | OSSet.cpp | 148 OSSet::withArray(const OSArray *array, in withArray() function in OSSet
|
| H A D | OSUnserialize.y | 590 OSSet *s = OSSet::withArray(a, a->getCapacity()); in buildOSSet()
|
| H A D | OSUnserializeXML.y | 1309 OSSet *set = OSSet::withArray(array, array->getCapacity()); in buildSet()
|
| H A D | OSUnserialize.cpp | 2240 OSSet *s = OSSet::withArray(a, a->getCapacity()); in buildOSSet()
|
| H A D | OSKext.cpp | 7263 linkDependencies = OSArray::withArray(dependencies.get()); in loadExecutable()
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSSet.h | 215 static OSPtr<OSSet> withArray(
|
| H A D | OSArray.h | 217 static OSPtr<OSArray> withArray(
|
| H A D | OSUnserializeXMLSharedImplementation.h | 2920 OSSet *set = OSSet::withArray(array, array->getCapacity()); in buildSet()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOReportLegend.cpp | 75 _reportLegend = OSArray::withArray(legend); in initWith()
|
| H A D | IORegistryEntry.cpp | 1787 links = OSArray::withArray( links, links->getCount()); in getParentIterator() 1857 links = OSArray::withArray( links, links->getCount()); in getChildIterator() 1939 array = OSArray::withArray( getChildSetReference( plane )); in applyToChildren() 1965 array = OSArray::withArray( getParentSetReference( plane )); in applyToParents()
|
| H A D | IOUserServer.cpp | 4033 services = OSArray::withArray(fServices); in finalize() 4252 services = OSArray::withArray(fServices); in clientClose() 5487 services = OSArray::withArray(fServices); in systemPower() 5585 services = OSArray::withArray(fServices); in systemHalt()
|
| H A D | IOService.cpp | 4554 fUserServersWait = OSArray::withArray(fUserServers); in matchingEnd() 4555 notifyServers = OSArray::withArray(fUserServers); in matchingEnd() 4559 notifyServers = OSArray::withArray(fUserServers); in matchingEnd() 4641 notifyServers = OSArray::withArray(fUserServers); in systemHalt()
|
| H A D | IOPMrootDomain.cpp | 4600 existing_feature_arr = OSArray::withArray( 4718 arrayMemberCopy = OSArray::withArray(arrayMember);
|
| /xnu-11215/iokit/Tests/ |
| H A D | TestCollections.cpp | 163 array2 = OSArray::withArray(array1, numStrCache - 1); in testArray() 165 array2 = OSArray::withArray(array1, array1->getCount()); in testArray() 481 set1 = OSSet::withArray(array, numStrCache); in testSet()
|
| /xnu-11215/iokit/System/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 2920 OSSet *set = OSSet::withArray(array, array->getCapacity()); in buildSet()
|