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

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSDictionary.h88 @function withObjects
96 static OSDictionary *withObjects(const OSObject *objects[],
101 @function withObjects
109 static OSDictionary *withObjects(const OSObject *objects[],
H A DOSArray.h81 @function withObjects
88 static OSArray *withObjects(const OSObject *objects[],
H A DOSSet.h74 @function withObjects
81 static OSSet *withObjects(const OSObject *objects[],
/macosx-10.5.8/xnu-1228.15.4/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,
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSDictionary.cpp195 OSDictionary *OSDictionary::withObjects(const OSObject *objects[], function in class:OSDictionary
210 OSDictionary *OSDictionary::withObjects(const OSObject *objects[], function in class:OSDictionary
H A DOSSet.cpp116 OSSet *OSSet::withObjects(const OSObject *objects[], function in class:OSSet
H A DOSArray.cpp134 OSArray *OSArray::withObjects(const OSObject *objects[], function in class:OSArray
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp151 stack = OSArray::withObjects( (const OSObject **) &parent, 1, 10 );
716 controllerInts = OSArray::withObjects( (const OSObject **) &map, 1, 4 );
731 controllerInts = OSArray::withObjects( (const OSObject **) &map, 1, 16 );
H A DIOPMrootDomain.cpp412 allowedPMSettings = OSArray::withObjects(
1210 existing_feature_arr = OSArray::withObjects(
H A DIORegistryEntry.cpp1293 links = OSArray::withObjects( (const OSObject **) &to, 1, 1 );
H A DIOService.cpp3270 current = OSSet::withObjects(
3293 current = OSSet::withObjects(
H A DIOMemoryDescriptor.cpp3727 OSDictionary *dict = OSDictionary::withObjects((const OSObject **)values, (const OSSymbol **)keys, 2);

Completed in 72 milliseconds