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

/xnu-2782.1.97/libkern/libkern/c++/
H A DOSDictionary.h163 * @function withObjects
194 static OSDictionary * withObjects(
201 * @function withObjects
232 static OSDictionary * withObjects(
324 * //apple_ref/cpp/clm/OSDictionary/withObjects/staticOSDictionary*\/(constOSObject*,constOSString*,unsignedint,unsignedint)
325 * withObjects@/link</code>
366 * //apple_ref/cpp/clm/OSDictionary/withObjects/staticOSDictionary*\/(constOSObject*,constOSString*,unsignedint,unsignedint)
367 * withObjects@/link</code>
H A DOSArray.h135 * @function withObjects
159 static OSArray * withObjects(
245 * //apple_ref/cpp/clm/OSArray/withObjects/staticOSArray*\/(constOSObject*,unsignedint,unsignedint)
246 * withObjects@/link</code>
H A DOSSet.h132 * @function withObjects
162 static OSSet * withObjects(
284 * //apple_ref/cpp/clm/OSSet/withObjects/staticOSSet*\/(constOSObject*,unsignedint,unsignedint)
285 * withObjects@/link</code>
/xnu-2782.1.97/iokit/Kernel/
H A DIOStartIOKit.cpp161 gIORemoveOnReadProperties = OSSet::withObjects((const OSObject **) &gIOProgressBackbufferKey, 1);
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.cpp145 arr = OSArray::withObjects((const OSObject **)&dict, 1, 2);
H A DIOService.cpp1097 array = OSArray::withObjects(objs, 2);
3858 ctx->result = OSSet::withObjects((const OSObject **) &service, 1, 1);
3900 current = OSSet::withObjects((const OSObject **) &service, 1, 1 );
3949 current = OSSet::withObjects(
3981 _current = OSSet::withObjects(
H A DIORegistryEntry.cpp1329 links = OSArray::withObjects( (const OSObject **) &to, 1, 1 );
H A DIOPMrootDomain.cpp968 allowedPMSettings = OSArray::withObjects(
975 noPublishPMSettings = OSArray::withObjects(
3037 existing_feature_arr = OSArray::withObjects(
H A DIOMemoryDescriptor.cpp4423 OSDictionary *dict = OSDictionary::withObjects((const OSObject **)values, (const OSSymbol **)keys, 2);
/xnu-2782.1.97/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,
/xnu-2782.1.97/libkern/c++/
H A DOSSet.cpp117 OSSet *OSSet::withObjects(const OSObject *objects[], function in class:OSSet
H A DOSDictionary.cpp208 OSDictionary *OSDictionary::withObjects(const OSObject *objects[], function in class:OSDictionary
223 OSDictionary *OSDictionary::withObjects(const OSObject *objects[], function in class:OSDictionary
H A DOSArray.cpp138 OSArray *OSArray::withObjects(const OSObject *objects[], function in class:OSArray

Completed in 132 milliseconds