Lines Matching refs:getCStringNoCopy
110 errorString->getCStringNoCopy()); in initialize()
189 gIOClassKey->getCStringNoCopy()); in init()
588 theKext = OSKext::lookupKextWithIdentifier(moduleName->getCStringNoCopy()); in personalityIsBoot()
692 return OSKext::removeKextWithIdentifier(moduleName->getCStringNoCopy()); in unloadModule()
748 bundleIDStr = dextBundleID->getCStringNoCopy(); in terminateDrivers()
893 userServerName = name->getCStringNoCopy(); in terminateDriversForUserspaceReboot()
970 if (OSKext::isKextWithIdentifierLoaded(moduleName->getCStringNoCopy())) { in terminateDriversForModule()
979 kext = OSKext::lookupKextWithIdentifier(moduleName->getCStringNoCopy()); in terminateDriversForModule()
1105 kext = OSKext::lookupKextWithIdentifier(moduleName->getCStringNoCopy()); in startMatching()
1183 …ame(), service->getRegistryEntryID(), (long long)terminateOptions, moduleName->getCStringNoCopy()); in startMatching()
1401 myKext = OSDynamicCast(OSKext, theKexts->getObject(myBundleID->getCStringNoCopy())); in isModuleLoadedNoOSKextLock()