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

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dcatalogue.cpp126 OSDictionary * personalities = NULL; // do not release local
230 personalities = OSDynamicCast(OSDictionary, rawValue);
231 if (!personalities) {
236 keyIterator = OSCollectionIterator::withCollection(personalities);
238 IOLog("Error: Failed to allocate iterator for personalities.\n");
249 personalities->getObject(key));
1301 * Adds the personalities for an extensions dictionary to the global
1321 /* Record all personalities found so that they can be
1323 * Note: Not all extensions have personalities.
1328 IOLog("Error: Couldn't allocate iterator to record personalities
[all...]

Completed in 22 milliseconds