Searched refs:withObjects (Results 1 - 13 of 13) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSDictionary.h162 * @function withObjects
193 static OSDictionary * withObjects(
200 * @function withObjects
231 static OSDictionary * withObjects(
323 * //apple_ref/cpp/clm/OSDictionary/withObjects/staticOSDictionary*\/(constOSObject*,constOSString*,unsignedint,unsignedint)
324 * withObjects@/link</code>
365 * //apple_ref/cpp/clm/OSDictionary/withObjects/staticOSDictionary*\/(constOSObject*,constOSString*,unsignedint,unsignedint)
366 * withObjects@/link</code>
H A DOSArray.h134 * @function withObjects
158 static OSArray * withObjects(
244 * //apple_ref/cpp/clm/OSArray/withObjects/staticOSArray*\/(constOSObject*,unsignedint,unsignedint)
245 * withObjects@/link</code>
H A DOSSet.h131 * @function withObjects
161 static OSSet * withObjects(
283 * //apple_ref/cpp/clm/OSSet/withObjects/staticOSSet*\/(constOSObject*,unsignedint,unsignedint)
284 * withObjects@/link</code>
/darwin-on-arm/xnu/iokit/Tests/
H A DTestCollections.cpp93 array1 = OSArray::withObjects(cache, numStrCache, numStrCache);
120 array1 = OSArray::withObjects(cache, numStrCache, numStrCache);
333 set1 = OSSet::withObjects(cache, numStrCache, numStrCache);
358 set1 = OSSet::withObjects(cache, numStrCache, numStrCache);
544 dict1 = OSDictionary::withObjects(
587 dict1 = OSDictionary::withObjects((OSObject **) symCache,
/darwin-on-arm/xnu/libkern/c++/
H A DOSSet.cpp117 OSSet *OSSet::withObjects(const OSObject *objects[], function in class:OSSet
H A DOSDictionary.cpp206 OSDictionary *OSDictionary::withObjects(const OSObject *objects[], function in class:OSDictionary
221 OSDictionary *OSDictionary::withObjects(const OSObject *objects[], function in class:OSDictionary
H A DOSArray.cpp134 OSArray *OSArray::withObjects(const OSObject *objects[], function in class:OSArray
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODeviceTreeSupport.cpp152 stack = OSArray::withObjects( (const OSObject **) &parent, 1, 10 );
717 controllerInts = OSArray::withObjects( (const OSObject **) &map, 1, 4 );
732 controllerInts = OSArray::withObjects( (const OSObject **) &map, 1, 16 );
H A DIOCatalogue.cpp141 arr = OSArray::withObjects((const OSObject **)&dict, 1, 2);
H A DIOService.cpp3553 ctx->result = OSSet::withObjects((const OSObject **) &service, 1, 1);
3595 current = OSSet::withObjects((const OSObject **) &service, 1, 1 );
3644 current = OSSet::withObjects(
3676 _current = OSSet::withObjects(
H A DIOPMrootDomain.cpp943 allowedPMSettings = OSArray::withObjects(
950 noPublishPMSettings = OSArray::withObjects(
3138 existing_feature_arr = OSArray::withObjects(
H A DIORegistryEntry.cpp1334 links = OSArray::withObjects( (const OSObject **) &to, 1, 1 );
H A DIOMemoryDescriptor.cpp4074 OSDictionary *dict = OSDictionary::withObjects((const OSObject **)values, (const OSSymbol **)keys, 2);

Completed in 358 milliseconds