| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSDictionary.h | 223 static OSPtr<OSDictionary> withObjects( 261 static OSPtr<OSDictionary> withObjects(
|
| H A D | OSSet.h | 177 static OSPtr<OSSet> withObjects(
|
| H A D | OSArray.h | 179 static OSPtr<OSArray> withObjects(
|
| /xnu-11215/iokit/Tests/ |
| H A D | TestCollections.cpp | 98 array1 = OSArray::withObjects(cache, numStrCache, numStrCache); in testArray() 127 array1 = OSArray::withObjects(cache, numStrCache, numStrCache); in testArray() 353 set1 = OSSet::withObjects(cache, numStrCache, numStrCache); in testSet() 381 set1 = OSSet::withObjects(cache, numStrCache, numStrCache); in testSet() 574 dict1 = OSDictionary::withObjects( in testDictionary() 618 dict1 = OSDictionary::withObjects((OSObject **) symCache, in testDictionary()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOStartIOKit.cpp | 148 gIORemoveOnReadProperties = OSSet::withObjects((const OSObject **) &gIOProgressBackbufferKey, 1); in InitIOKit()
|
| H A D | IODeviceTreeSupport.cpp | 198 stack = OSArray::withObjects((const OSObject **) &parent, 1, 10 ); in IODeviceTreeAlloc() 862 controllerInts = OSArray::withObjects((const OSObject **) &map, 1, 4 ); in IODTMapInterruptsSharing() 875 controllerInts = OSArray::withObjects((const OSObject **) &map, 1, 16 ); in IODTMapInterruptsSharing()
|
| H A D | IOService.cpp | 1626 array = OSArray::withObjects(objs, 2); in setPlatform() 4511 fMatchingDelayed = OSArray::withObjects((const OSObject **) &service, 1, 1); in matchingStart() 5223 ctx->services = OSArray::withObjects((const OSObject **) &service, 1); in publishHiddenMediaApplier() 6081 ctx->result = OSSet::withObjects((const OSObject **) &service, 1, 1); in instanceMatch() 6119 current = OSSet::withObjects((const OSObject **) &service, 1, 1 ); in copyExistingServices() 6161 current = OSSet::withObjects( in copyExistingServices() 6192 _current = OSSet::withObjects( in copyExistingServices()
|
| H A D | IOCatalogue.cpp | 159 OSSharedPtr<OSArray> sharedArr = OSArray::withObjects((const OSObject **)&dict, 1, 2); in addPersonality()
|
| H A D | IORegistryEntry.cpp | 1721 links = OSArray::withObjects((const OSObject **) &to, 1, 1 ); in makeLink()
|
| H A D | IOPMrootDomain.cpp | 1721 allowedPMSettings = OSArray::withObjects( in start() 1728 noPublishPMSettings = OSArray::withObjects( in start() 4596 existing_feature_arr = OSArray::withObjects(
|
| H A D | IOUserClient.cpp | 3380 matching = OSDictionary::withObjects(objects, keys, 2, 2); in is_io_registry_entry_from_path()
|
| H A D | IOMemoryDescriptor.cpp | 6120 …OSSharedPtr<OSDictionary> dict = OSDictionary::withObjects((const OSObject **)values, (const OSSym… in serialize()
|
| H A D | IOUserServer.cpp | 5672 uvars->openProviders = OSArray::withObjects((const OSObject **) &provider, 1); in serviceOpen()
|
| /xnu-11215/libkern/c++/ |
| H A D | OSDictionary.cpp | 235 OSDictionary::withObjects(const OSObject *objects[], in withObjects() function in OSDictionary 250 OSDictionary::withObjects(const OSObject *objects[], in withObjects() function in OSDictionary
|
| H A D | OSSet.cpp | 134 OSSet::withObjects(const OSObject *objects[], in withObjects() function in OSSet
|
| H A D | OSArray.cpp | 137 OSArray::withObjects(const OSObject *objects[], in withObjects() function in OSArray
|
| /xnu-11215/iokit/bsddev/skywalk/ |
| H A D | IOSkywalkSupport.cpp | 658 fRegions = OSArray::withObjects((const OSObject **)regions, regionCount); in OSDefineMetaClassAndFinalStructors()
|