Home
last modified time | relevance | path

Searched refs:withObjects (Results 1 – 17 of 17) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSDictionary.h223 static OSPtr<OSDictionary> withObjects(
261 static OSPtr<OSDictionary> withObjects(
H A DOSSet.h177 static OSPtr<OSSet> withObjects(
H A DOSArray.h179 static OSPtr<OSArray> withObjects(
/xnu-11215/iokit/Tests/
H A DTestCollections.cpp98 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 DIOStartIOKit.cpp148 gIORemoveOnReadProperties = OSSet::withObjects((const OSObject **) &gIOProgressBackbufferKey, 1); in InitIOKit()
H A DIODeviceTreeSupport.cpp198 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 DIOService.cpp1626 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 DIOCatalogue.cpp159 OSSharedPtr<OSArray> sharedArr = OSArray::withObjects((const OSObject **)&dict, 1, 2); in addPersonality()
H A DIORegistryEntry.cpp1721 links = OSArray::withObjects((const OSObject **) &to, 1, 1 ); in makeLink()
H A DIOPMrootDomain.cpp1721 allowedPMSettings = OSArray::withObjects( in start()
1728 noPublishPMSettings = OSArray::withObjects( in start()
4596 existing_feature_arr = OSArray::withObjects(
H A DIOUserClient.cpp3380 matching = OSDictionary::withObjects(objects, keys, 2, 2); in is_io_registry_entry_from_path()
H A DIOMemoryDescriptor.cpp6120 …OSSharedPtr<OSDictionary> dict = OSDictionary::withObjects((const OSObject **)values, (const OSSym… in serialize()
H A DIOUserServer.cpp5672 uvars->openProviders = OSArray::withObjects((const OSObject **) &provider, 1); in serviceOpen()
/xnu-11215/libkern/c++/
H A DOSDictionary.cpp235 OSDictionary::withObjects(const OSObject *objects[], in withObjects() function in OSDictionary
250 OSDictionary::withObjects(const OSObject *objects[], in withObjects() function in OSDictionary
H A DOSSet.cpp134 OSSet::withObjects(const OSObject *objects[], in withObjects() function in OSSet
H A DOSArray.cpp137 OSArray::withObjects(const OSObject *objects[], in withObjects() function in OSArray
/xnu-11215/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp658 fRegions = OSArray::withObjects((const OSObject **)regions, regionCount); in OSDefineMetaClassAndFinalStructors()