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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp232 * Is personality already in the catalog?
325 OSDictionary * personality = OSDynamicCast(OSDictionary, object); local
329 if (!personality) {
335 OSKext::uniquePersonalityProperties(personality);
337 // Add driver personality to catalogue.
339 OSArray * array = arrayForPersonality(personality);
340 if (!array) addPersonality(personality);
356 if (personality->isEqualTo(driver)) {
364 result = array->setObject(personality);
370 set->setObject(personality);
[all...]
/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp980 OSDictionary * personality = OSDynamicCast(OSDictionary, local
986 "Adding built-in driver personality %s.",
989 if (personality && !personality->getObject(kCFBundleIdentifierKey)) {
990 personality->setObject(kCFBundleIdentifierKey, moduleName);
992 allPersonalities->setObject(personality);
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp2196 * Replace common personality property values with uniqued instances
2203 /* Properties every personality has.
4442 * but not given the personality names of the main kext.
9083 OSDictionary * personality = OSDynamicCast(OSDictionary, local
9087 * If the personality doesn't have a CFBundleIdentifier, or if it
9093 personality->getObject(kCFBundleIdentifierKey));
9096 personality->setObject(kCFBundleIdentifierKey, bundleID);
9098 personality->setObject(kIOPersonalityPublisherKey, bundleID);
9101 result->setObject(personality);
9165 OSDictionary * personality local
9198 OSDictionary * personality = NULL; // do not release local
[all...]

Completed in 39 milliseconds