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

/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvApplePlatformExpert/
H A DAppleCPU.cpp111 return OSSymbol::withCStringNoCopy("Primary0");
/macosx-10.5.8/xnu-1228.15.4/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...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp103 gIODTNameKey = OSSymbol::withCStringNoCopy( "name" );
104 gIODTUnitKey = OSSymbol::withCStringNoCopy( "AAPL,unit-string" );
105 gIODTCompatibleKey = OSSymbol::withCStringNoCopy( "compatible" );
106 gIODTTypeKey = OSSymbol::withCStringNoCopy( "device_type" );
107 gIODTModelKey = OSSymbol::withCStringNoCopy( "model" );
108 gIODTSizeCellKey = OSSymbol::withCStringNoCopy( "#size-cells" );
109 gIODTAddressCellKey = OSSymbol::withCStringNoCopy( "#address-cells" );
110 gIODTRangeKey = OSSymbol::withCStringNoCopy( "ranges" );
111 gIODTPersistKey = OSSymbol::withCStringNoCopy( "IODTPersist" );
119 = OSSymbol::withCStringNoCopy("IOPrimaryInterruptControlle
[all...]
H A DIOService.cpp249 gIOProviderClassKey = OSSymbol::withCStringNoCopy( kIOProviderClassKey );
250 gIONameMatchKey = OSSymbol::withCStringNoCopy( kIONameMatchKey );
251 gIONameMatchedKey = OSSymbol::withCStringNoCopy( kIONameMatchedKey );
252 gIOPropertyMatchKey = OSSymbol::withCStringNoCopy( kIOPropertyMatchKey );
253 gIOPathMatchKey = OSSymbol::withCStringNoCopy( kIOPathMatchKey );
254 gIOLocationMatchKey = OSSymbol::withCStringNoCopy( kIOLocationMatchKey );
255 gIOParentMatchKey = OSSymbol::withCStringNoCopy( kIOParentMatchKey );
257 gIOMatchCategoryKey = OSSymbol::withCStringNoCopy( kIOMatchCategoryKey );
258 gIODefaultMatchCategoryKey = OSSymbol::withCStringNoCopy(
260 gIOMatchedServiceCountKey = OSSymbol::withCStringNoCopy(
[all...]
H A DIOCPU.cpp388 gIOCPUStateKey = OSSymbol::withCStringNoCopy("IOCPUState");
391 OSString::withCStringNoCopy("Unregistered");
393 OSString::withCStringNoCopy("Uninitalized");
395 OSString::withCStringNoCopy("Stopped");
397 OSString::withCStringNoCopy("Running");
H A DIOHibernateIO.cpp1150 sym = OSSymbol::withCStringNoCopy(kIOHibernateBootImageKey);
1168 sym = OSSymbol::withCStringNoCopy(kIOSelectedBootDeviceKey);
1169 OSString * str2 = OSString::withCStringNoCopy((const char *) bootDevice->getBytesNoCopy());
1184 sym = OSSymbol::withCStringNoCopy(kIOHibernateMemorySignatureEnvKey);
1244 sym = OSSymbol::withCStringNoCopy(kIOHibernateBootSwitchVarsKey);
1265 sym = OSSymbol::withCStringNoCopy(kIOHibernateBootImageKeyKey);
1275 sym = OSSymbol::withCStringNoCopy(kIOHibernateBootSignatureKey);
1538 const OSSymbol * sym = OSSymbol::withCStringNoCopy(kIOHibernateBootImageKey);
1544 sym = OSSymbol::withCStringNoCopy(kIOSelectedBootDeviceKey);
1554 sym = OSSymbol::withCStringNoCopy(kIOHibernateBootImageKeyKe
[all...]
H A DIOCatalogue.cpp802 const OSSymbol * sym = OSSymbol::withCStringNoCopy(kmod_name);
854 gIOClassKey = OSSymbol::withCStringNoCopy( kIOClassKey );
855 gIOProbeScoreKey = OSSymbol::withCStringNoCopy( kIOProbeScoreKey );
856 gIOModuleIdentifierKey = OSSymbol::withCStringNoCopy( kModuleKey );
H A DIONVRAM.cpp64 _registryPropertiesKey = OSSymbol::withCStringNoCopy("aapl,pci");
286 keySymbol = OSSymbol::withCStringNoCopy(aKey);
664 propObject = OSString::withCStringNoCopy("");
979 *propSymbol = OSSymbol::withCStringNoCopy(ofVar->variableName);
H A DIOPMrootDomain.cpp464 const OSSymbol *ucClassName = OSSymbol::withCStringNoCopy("RootDomainUserClient");
3006 OSSymbol::withCStringNoCopy("PMShutdown");
H A DIORegistryEntry.cpp152 gIONameKey = OSSymbol::withCStringNoCopy( "IOName" );
153 gIOLocationKey = OSSymbol::withCStringNoCopy( "IOLocation" );
H A DIOPlatformExpert.cpp125 gPlatformInterruptControllerName = (OSSymbol *)OSSymbol::withCStringNoCopy("IOPlatformInterruptController");
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSString.h71 @function withCStringNoCopy
76 static OSString *withCStringNoCopy(const char *cString);
H A DOSSymbol.h103 @function withCStringNoCopy
108 static const OSSymbol *withCStringNoCopy(const char *cString);
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSMetaClass.cpp422 myname = (OSSymbol *)OSSymbol::withCStringNoCopy(sStalled->kmodName);
455 OSSymbol::withCStringNoCopy((const char *) me->className);
746 const OSSymbol *tmpKey = OSSymbol::withCStringNoCopy(name);
781 const OSSymbol *tmpKey = OSSymbol::withCStringNoCopy(name);
H A DOSString.cpp126 OSString *OSString::withCStringNoCopy(const char *cString) function in class:OSString
H A DOSSymbol.cpp468 return OSSymbol::withCStringNoCopy(aString->getCStringNoCopy());
503 const OSSymbol *OSSymbol::withCStringNoCopy(const char *cString) function in class:OSSymbol
/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp255 path = OSString::withCStringNoCopy( pathBuf );
663 astring = OSString::withCStringNoCopy("Apple_HFS");
799 const OSSymbol *functionName = OSSymbol::withCStringNoCopy("SecureRootName");

Completed in 83 milliseconds