Searched refs:withCStringNoCopy (Results 1 - 21 of 21) sorted by relevance

/darwin-on-arm/xnu/iokit/Drivers/platform/drvApplePlatformExpert/
H A DAppleCPU.cpp111 return OSSymbol::withCStringNoCopy("Primary0");
/darwin-on-arm/xnu/iokit/Tests/
H A DTestContainers.cpp256 test1 = OSString::withCStringNoCopy(testC00);
275 test1 = OSString::withCStringNoCopy(testC00);
283 test1 = OSString::withCStringNoCopy(testC00);
295 test1 = OSString::withCStringNoCopy(testC00);
296 test2 = OSString::withCStringNoCopy(testC01);
337 test1 = OSString::withCStringNoCopy(testC00);
367 cache[0] = IOSymbol::withCStringNoCopy(testC00);
378 cache[i] = OSSymbol::withCStringNoCopy(strCache[i]);
439 : OSString::withCStringNoCopy(strCache[i]);
454 tmpSymb = OSSymbol::withCStringNoCopy(strCach
[all...]
H A DTestCollections.cpp54 cache[i] = (OSObject *) OSSymbol::withCStringNoCopy(strCache[i]);
71 cache[0] = IOString::withCStringNoCopy(strCache[0]);
92 cache[i] = OSString::withCStringNoCopy(strCache[i]);
119 cache[i] = OSString::withCStringNoCopy(strCache[i]);
182 str = OSString::withCStringNoCopy(strCache[i]);
195 str = (OSObject *) OSSymbol::withCStringNoCopy(strCache[0]);
197 sym = (OSObject *) OSSymbol::withCStringNoCopy(strCache[i]);
237 sym = (OSObject *) OSSymbol::withCStringNoCopy(strCache[i]);
256 sym = (OSObject *) OSSymbol::withCStringNoCopy(strCache[i]);
293 cache[i] = (OSObject *) OSSymbol::withCStringNoCopy(strCach
[all...]
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMCPU.cpp96 return OSSymbol::withCStringNoCopy("Primary0");
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSString.h156 * @function withCStringNoCopy
181 static OSString * withCStringNoCopy(const char * cString);
234 * <code>@link withCStringNoCopy withCStringNoCopy@/link</code> instead.
H A DOSSymbol.h288 * @function withCStringNoCopy
314 static const OSSymbol * withCStringNoCopy(const char * cString);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODeviceTreeSupport.cpp104 gIODTNameKey = OSSymbol::withCStringNoCopy( "name" );
105 gIODTUnitKey = OSSymbol::withCStringNoCopy( "AAPL,unit-string" );
106 gIODTCompatibleKey = OSSymbol::withCStringNoCopy( "compatible" );
107 gIODTTypeKey = OSSymbol::withCStringNoCopy( "device_type" );
108 gIODTModelKey = OSSymbol::withCStringNoCopy( "model" );
109 gIODTSizeCellKey = OSSymbol::withCStringNoCopy( "#size-cells" );
110 gIODTAddressCellKey = OSSymbol::withCStringNoCopy( "#address-cells" );
111 gIODTRangeKey = OSSymbol::withCStringNoCopy( "ranges" );
112 gIODTPersistKey = OSSymbol::withCStringNoCopy( "IODTPersist" );
120 = OSSymbol::withCStringNoCopy("IOPrimaryInterruptControlle
[all...]
H A DIOService.cpp276 gIOProviderClassKey = OSSymbol::withCStringNoCopy( kIOProviderClassKey );
277 gIONameMatchKey = OSSymbol::withCStringNoCopy( kIONameMatchKey );
278 gIONameMatchedKey = OSSymbol::withCStringNoCopy( kIONameMatchedKey );
279 gIOPropertyMatchKey = OSSymbol::withCStringNoCopy( kIOPropertyMatchKey );
280 gIOPathMatchKey = OSSymbol::withCStringNoCopy( kIOPathMatchKey );
281 gIOLocationMatchKey = OSSymbol::withCStringNoCopy( kIOLocationMatchKey );
282 gIOParentMatchKey = OSSymbol::withCStringNoCopy( kIOParentMatchKey );
284 gIOMatchCategoryKey = OSSymbol::withCStringNoCopy( kIOMatchCategoryKey );
285 gIODefaultMatchCategoryKey = OSSymbol::withCStringNoCopy(
287 gIOMatchedServiceCountKey = OSSymbol::withCStringNoCopy(
[all...]
H A DIOCPU.cpp420 gIOCPUStateKey = OSSymbol::withCStringNoCopy("IOCPUState");
423 OSString::withCStringNoCopy("Unregistered");
425 OSString::withCStringNoCopy("Uninitalized");
427 OSString::withCStringNoCopy("Stopped");
429 OSString::withCStringNoCopy("Running");
H A DIOCatalogue.cpp103 gIOClassKey = OSSymbol::withCStringNoCopy( kIOClassKey );
104 gIOProbeScoreKey = OSSymbol::withCStringNoCopy( kIOProbeScoreKey );
105 gIOModuleIdentifierKey = OSSymbol::withCStringNoCopy( kCFBundleIdentifierKey );
H A DIONVRAM.cpp63 _registryPropertiesKey = OSSymbol::withCStringNoCopy("aapl,pci");
292 keySymbol = OSSymbol::withCStringNoCopy(aKey);
684 propObject = OSString::withCStringNoCopy("");
999 *propSymbol = OSSymbol::withCStringNoCopy(ofVar->variableName);
H A DIOHibernateIO.cpp708 sAKSGetKey = OSSymbol::withCStringNoCopy(AKS_PLATFORM_FUNCTION_GETKEY);
1326 sym = OSSymbol::withCStringNoCopy(kIOHibernateBootImageKey);
1375 gIOHibernateRTCVariablesKey = OSSymbol::withCStringNoCopy(kIOHibernateRTCVariablesKey);
1384 sym = OSSymbol::withCStringNoCopy(kIOHibernateBootSwitchVarsKey);
1446 sym = OSSymbol::withCStringNoCopy(kIOHibernateBootImageKeyKey);
1456 sym = OSSymbol::withCStringNoCopy(kIOHibernateBootSignatureKey);
2985 sym = OSSymbol::withCStringNoCopy(kIOHibernateBootNoteKey);
H A DIOPlatformExpert.cpp123 gPlatformInterruptControllerName = (OSSymbol *)OSSymbol::withCStringNoCopy("IOPlatformInterruptController");
890 sym = OSSymbol::withCStringNoCopy(symbol);
H A DIORegistryEntry.cpp162 gIONameKey = OSSymbol::withCStringNoCopy( "IOName" );
163 gIOLocationKey = OSSymbol::withCStringNoCopy( "IOLocation" );
164 gIORegistryEntryIDKey = OSSymbol::withCStringNoCopy( kIORegistryEntryIDKey );
H A DIOServicePM.cpp493 OSSymbol::withCStringNoCopy( "DevicePowerState" );
496 OSSymbol::withCStringNoCopy( "DriverPowerState" );
499 OSSymbol::withCStringNoCopy( "ChildProxyPowerState" );
502 OSSymbol::withCStringNoCopy( "ChildrenPowerState" );
505 OSSymbol::withCStringNoCopy( "AdvisoryTicklePowerState" );
H A DIOPMrootDomain.cpp845 gIOPMSettingSilentRunningKey = OSSymbol::withCStringNoCopy(kIOPMSettingSilentRunningKey);
1009 const OSSymbol *ucClassName = OSSymbol::withCStringNoCopy("RootDomainUserClient");
7148 OSSymbol::withCStringNoCopy("PMShutdown");
/darwin-on-arm/xnu/libkern/c++/
H A DOSString.cpp126 OSString *OSString::withCStringNoCopy(const char *cString) function in class:OSString
H A DOSMetaClass.cpp604 myKextName = const_cast<OSSymbol *>(OSSymbol::withCStringNoCopy(
672 OSSymbol::withCStringNoCopy((const char *)me->className);
979 const OSSymbol * tmpKey = OSSymbol::withCStringNoCopy(name);
1025 const OSSymbol * tmpKey = OSSymbol::withCStringNoCopy(name);
1088 return OSSymbol::withCStringNoCopy("unknown");
H A DOSSymbol.cpp479 return OSSymbol::withCStringNoCopy(aString->getCStringNoCopy());
514 const OSSymbol *OSSymbol::withCStringNoCopy(const char *cString) function in class:OSSymbol
H A DOSKext.cpp682 scratchString = OSString::withCStringNoCopy(osrelease);
689 scratchString = OSString::withCStringNoCopy("mach_kernel");
8870 symbol = OSSymbol::withCStringNoCopy(cString);
/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp247 path = OSString::withCStringNoCopy( pathBuf );
470 astring = OSString::withCStringNoCopy("Apple_HFS");
597 const OSSymbol *functionName = OSSymbol::withCStringNoCopy("SecureRootName");

Completed in 771 milliseconds