Home
last modified time | relevance | path

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

/xnu-11417.101.15/iokit/Kernel/
H A DIOCatalogue.cpp74 OSSharedPtr<const OSSymbol> gIOModuleIdentifierKey; variable
115 gIOModuleIdentifierKey = OSSymbol::withCStringNoCopy( kCFBundleIdentifierKey ); in initialize()
121 && gIOModuleIdentifierKey); in initialize()
584 moduleName = OSDynamicCast(OSString, match->getObject(gIOModuleIdentifierKey.get())); in personalityIsBoot()
642 …OSString *moduleDextName = OSDynamicCast(OSString, driver->getObject(gIOModuleIdentifierKey.get())… in isModuleLoaded()
744 dextBundleID = OSDynamicPtrCast<OSString>(service->copyProperty(gIOModuleIdentifierKey.get())); in terminateDrivers()
990 dict->setObject(gIOModuleIdentifierKey.get(), moduleName); in terminateDriversForModule()
1165 moduleIdentifier = dict->getObject(gIOModuleIdentifierKey.get()); in startMatching()
1396 theModuleDict->getObject(gIOModuleIdentifierKey.get())); in isModuleLoadedNoOSKextLock()
H A DIOUserServer.cpp4649 prop = service->copyProperty(gIOModuleIdentifierKey); in serviceAttach()
4776 bundleID = service->copyProperty(gIOModuleIdentifierKey); in serviceNewUserClient()
5203 moduleIdentifier = copyProperty(gIOModuleIdentifierKey); in Create_Impl()
5205 copyProperties->setObject(gIOModuleIdentifierKey, moduleIdentifier); in Create_Impl()
H A DIOService.cpp1602 ios->setProperty(gIOModuleIdentifierKey->getCStringNoCopy(), "com.apple.kpi.iokit"); in setPlatform()
4833 obj = service->copyProperty(gIOModuleIdentifierKey); in startCandidate()
/xnu-11417.101.15/iokit/IOKit/
H A DIOCatalogue.h51 extern OSPtr<const OSSymbol> gIOModuleIdentifierKey;