Home
last modified time | relevance | path

Searched refs:gIOModuleIdentifierKey (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/iokit/Kernel/
H A DIOCatalogue.cpp74 OSSharedPtr<const OSSymbol> gIOModuleIdentifierKey; variable
115 gIOModuleIdentifierKey = OSSymbol::withCStringNoCopy( kCFBundleIdentifierKey ); in initialize()
121 && gIOModuleIdentifierKey); in initialize()
487 moduleName = OSDynamicCast(OSString, match->getObject(gIOModuleIdentifierKey.get())); in personalityIsBoot()
545 …OSString *moduleDextName = OSDynamicCast(OSString, driver->getObject(gIOModuleIdentifierKey.get())… in isModuleLoaded()
647 dextBundleID = OSDynamicPtrCast<OSString>(service->copyProperty(gIOModuleIdentifierKey.get())); in terminateDrivers()
881 dict->setObject(gIOModuleIdentifierKey.get(), moduleName); in terminateDriversForModule()
1049 moduleIdentifier = dict->getObject(gIOModuleIdentifierKey.get()); in startMatching()
1280 theModuleDict->getObject(gIOModuleIdentifierKey.get())); in isModuleLoadedNoOSKextLock()
H A DIOUserServer.cpp4194 prop = service->copyProperty(gIOModuleIdentifierKey); in serviceAttach()
4264 bundleID = service->copyProperty(gIOModuleIdentifierKey); in serviceNewUserClient()
H A DIOService.cpp1558 ios->setProperty(gIOModuleIdentifierKey->getCStringNoCopy(), "com.apple.kpi.iokit"); in setPlatform()
4623 obj = service->copyProperty(gIOModuleIdentifierKey); in startCandidate()
/xnu-8020.121.3/iokit/IOKit/
H A DIOCatalogue.h51 extern OSPtr<const OSSymbol> gIOModuleIdentifierKey;