Searched refs:withCString (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMPowerSource.cpp72 externalConnectedKey = OSSymbol::withCString(kIOPMPSExternalConnectedKey);
73 externalChargeCapableKey = OSSymbol::withCString(kIOPMPSExternalChargeCapableKey);
74 batteryInstalledKey = OSSymbol::withCString(kIOPMPSBatteryInstalledKey);
75 chargingKey = OSSymbol::withCString(kIOPMPSIsChargingKey);
76 warnLevelKey = OSSymbol::withCString(kIOPMPSAtWarnLevelKey);
77 criticalLevelKey = OSSymbol::withCString(kIOPMPSAtCriticalLevelKey);
78 currentCapacityKey = OSSymbol::withCString(kIOPMPSCurrentCapacityKey);
79 maxCapacityKey = OSSymbol::withCString(kIOPMPSMaxCapacityKey);
80 timeRemainingKey = OSSymbol::withCString(kIOPMPSTimeRemainingKey);
81 amperageKey = OSSymbol::withCString(kIOPMPSAmperageKe
[all...]
H A DIODMAController.cpp42 return OSSymbol::withCString(buf);
H A DIOPMrootDomain.cpp349 gIOPMSettingAutoWakeSecondsKey = OSSymbol::withCString(kIOPMSettingAutoWakeSecondsKey);
353 OSSymbol::withCString(kIOPMSettingSleepOnPowerButtonKey),
355 OSSymbol::withCString(kIOPMSettingAutoPowerSecondsKey),
356 OSSymbol::withCString(kIOPMSettingAutoWakeCalendarKey),
357 OSSymbol::withCString(kIOPMSettingAutoPowerCalendarKey),
358 OSSymbol::withCString(kIOPMSettingDebugWakeRelativeKey),
359 OSSymbol::withCString(kIOPMSettingDebugPowerRelativeKey),
360 OSSymbol::withCString(kIOPMSettingWakeOnRingKey),
361 OSSymbol::withCString(kIOPMSettingRestartOnPowerLossKey),
362 OSSymbol::withCString(kIOPMSettingWakeOnClamshellKe
[all...]
H A DIORegistryEntry.cpp189 nameKey = OSSymbol::withCString( key);
192 parentKey = OSSymbol::withCString( key);
195 childKey = OSSymbol::withCString( key);
198 pathNameKey = OSSymbol::withCString( key);
201 pathLocationKey = OSSymbol::withCString( key);
558 const OSSymbol * tmpKey = OSSymbol::withCString( aKey );
577 const OSSymbol * tmpKey = OSSymbol::withCString( aKey );
595 const OSSymbol * tmpKey = OSSymbol::withCString( aKey );
606 OSSymbol * aSymbol = (OSSymbol *) OSSymbol::withCString( aString );
609 const OSSymbol * tmpKey = OSSymbol::withCString( aKe
[all...]
H A DIOStartIOKit.cpp176 obj = OSString::withCString( version );
H A DIONVRAM.cpp714 propObject = OSString::withCString((const char *)propName);
728 propSymbol = OSSymbol::withCString("boot-command");
1012 tmpSymbol = OSSymbol::withCString((const char *)propName);
1037 tmpString = OSString::withCString((const char *)propData);
1223 bootCommand = OSString::withCString((const char *)tmpData);
1231 bootArgs = OSString::withCString((const char *)(bootCommandData + cnt));
1315 *name = OSSymbol::withCString(nameBuf);
1524 *name = OSSymbol::withCString(resultName);
H A DIODeviceTreeSupport.cpp354 nameKey = OSSymbol::withCString(name);
368 sym = OSSymbol::withCString( (const char *) prop);
472 sym = OSSymbol::withCString( buf );
831 *matchingName = OSString::withCString( result );
H A DIOPlatformExpert.cpp885 string = OSString::withCString( uuid );
900 string = OSString::withCString( uuid );
1232 return OSString::withCString(SerialNo);
H A DIOCatalogue.cpp698 sym = OSSymbol::withCString(moduleName);
1238 name = OSString::withCString(moduleName);
1410 name = OSString::withCString(moduleName);
H A DIOLib.cpp764 return (OSString::withCString(buf));
H A DIOService.cpp877 const OSSymbol *functionSymbol = OSSymbol::withCString(functionName);
2755 if( (sym = OSSymbol::withCString( key))) {
2784 newKey = OSString::withCString( key );
3608 str = OSSymbol::withCString( name );
3633 str = OSSymbol::withCString( name );
3657 str = OSSymbol::withCString( name );
H A DIOUserClient.cpp1245 my_name = OSSymbol::withCString(obj_name);
1285 my_name = OSSymbol::withCString(obj_name);
1501 if( !(sym = OSSymbol::withCString( notification_type )))
1678 if( (sym = OSSymbol::withCString( type_of_interest ))) do {
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSString.h64 @function withCString
69 static OSString *withCString(const char *cString);
H A DOSSymbol.h96 @function withCString
101 static const OSSymbol *withCString(const char *cString);
/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp66 str = OSSymbol::withCString( name );
101 str = OSSymbol::withCString( "CD_ROM_Mode_1" );
150 str = OSString::withCString( buf );
182 str = OSSymbol::withCString( prefix );
193 str = OSSymbol::withCString( networkType );
408 str = OSString::withCString( buf );
436 const OSSymbol * str = OSSymbol::withCString( "Apple_HFS" );
517 OSString *uuidString = OSString::withCString( uuidStr );
643 uuidString = OSString::withCString( uuid );
873 dev_name = OSString::withCString( cdev_nam
[all...]
H A DDINetBootHook.cpp151 pathString = OSString::withCString(path);
/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTestContainers.cpp263 test1 = OSString::withCString(testC00);
307 test1 = OSString::withCString(testC00);
308 test2 = OSString::withCString(testC01);
319 test1 = OSString::withCString(testC00);
421 cache[i] = OSSymbol::withCString(strCache[i]);
438 ? OSString::withCString(strCache[i])
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp59 gGetDefaultBusSpeedsKey = OSSymbol::withCString("GetDefaultBusSpeeds");
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSDictionary.cpp435 OBJECT_WRAP_2(setObject, OSSymbol::withCString(aKey), anObject)
440 OBJECT_WRAP_1(getObject, OSSymbol::withCString(aKey))
445 OBJECT_WRAP_3(removeObject, OSSymbol::withCString(aKey))
H A DOSSerialize.cpp92 tagString = OSString::withCString(temp);
H A DOSString.cpp114 OSString *OSString::withCString(const char *cString) function in class:OSString
H A DOSSymbol.cpp470 return OSSymbol::withCString(aString->getCStringNoCopy());
473 const OSSymbol *OSSymbol::withCString(const char *cString) function in class:OSSymbol
H A DOSUnserializeXML.y264 *(state->errorString) = OSString::withCString(tempString);
1012 string = OSString::withCString(o->string);
H A DOSMetaClass.cpp181 const OSSymbol *tempSymb = OSSymbol::withCString(toMetaCStr);
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkext.cpp453 kernelName = OSSymbol::withCString("com.apple.kernel.libkern");

Completed in 128 milliseconds

12