Home
last modified time | relevance | path

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

/xnu-12377.61.12/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()
1167 moduleIdentifier = dict->getObject(gIOModuleIdentifierKey.get()); in startMatching()
1398 theModuleDict->getObject(gIOModuleIdentifierKey.get())); in isModuleLoadedNoOSKextLock()
H A DIOUserServer.cpp4677 prop = service->copyProperty(gIOModuleIdentifierKey); in serviceAttach()
4804 bundleID = service->copyProperty(gIOModuleIdentifierKey); in serviceNewUserClient()
5356 moduleIdentifier = copyProperty(gIOModuleIdentifierKey); in Create_Impl()
5358 copyProperties->setObject(gIOModuleIdentifierKey, moduleIdentifier); in Create_Impl()
H A DIOService.cpp1612 ios->setProperty(gIOModuleIdentifierKey->getCStringNoCopy(), "com.apple.kpi.iokit"); in setPlatform()
4248 OSString * bundleID = OSDynamicCast(OSString, inst->getProperty(gIOModuleIdentifierKey)); in probeCandidates()
4953 obj = service->copyProperty(gIOModuleIdentifierKey); in startCandidate()
/xnu-12377.61.12/iokit/IOKit/
H A DIOCatalogue.h51 extern OSPtr<const OSSymbol> gIOModuleIdentifierKey;