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

12

/darwin-on-arm/xnu/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.cpp840 gIOPMSettingAutoWakeCalendarKey = OSSymbol::withCString(kIOPMSettingAutoWakeCalendarKey);
841 gIOPMSettingAutoWakeSecondsKey = OSSymbol::withCString(kIOPMSettingAutoWakeSecondsKey);
842 gIOPMSettingDebugWakeRelativeKey = OSSymbol::withCString(kIOPMSettingDebugWakeRelativeKey);
843 gIOPMSettingMaintenanceWakeCalendarKey = OSSymbol::withCString(kIOPMSettingMaintenanceWakeCalendarKey);
844 gIOPMSettingSleepServiceWakeCalendarKey = OSSymbol::withCString(kIOPMSettingSleepServiceWakeCalendarKey);
847 gIOPMStatsApplicationResponseTimedOut = OSSymbol::withCString(kIOPMStatsResponseTimedOut);
848 gIOPMStatsApplicationResponseCancel = OSSymbol::withCString(kIOPMStatsResponseCancel);
849 gIOPMStatsApplicationResponseSlow = OSSymbol::withCString(kIOPMStatsResponseSlow);
851 sleepSupportedPEFunction = OSSymbol::withCString("IOPMSetSleepSupported");
852 sleepMessagePEFunction = OSSymbol::withCString("IOPMSystemSleepMessag
[all...]
H A DIORegistryEntry.cpp200 nameKey = OSSymbol::withCString( key);
203 parentKey = OSSymbol::withCString( key);
206 childKey = OSSymbol::withCString( key);
209 pathNameKey = OSSymbol::withCString( key);
212 pathLocationKey = OSSymbol::withCString( key);
599 const OSSymbol * tmpKey = OSSymbol::withCString( aKey );
618 const OSSymbol * tmpKey = OSSymbol::withCString( aKey );
636 const OSSymbol * tmpKey = OSSymbol::withCString( aKey );
647 OSSymbol * aSymbol = (OSSymbol *) OSSymbol::withCString( aString );
650 const OSSymbol * tmpKey = OSSymbol::withCString( aKe
[all...]
H A DIOStartIOKit.cpp106 obj = OSString::withCString( version );
H A DIONVRAM.cpp734 propObject = OSString::withCString((const char *)propName);
748 propSymbol = OSSymbol::withCString("boot-command");
1032 tmpSymbol = OSSymbol::withCString((const char *)propName);
1057 tmpString = OSString::withCString((const char *)propData);
1243 bootCommand = OSString::withCString((const char *)tmpData);
1251 bootArgs = OSString::withCString((const char *)(bootCommandData + cnt));
1333 *name = OSSymbol::withCString(nameBuf);
1542 *name = OSSymbol::withCString(resultName);
H A DIOPlatformExpert.cpp965 string = OSString::withCString( uuid );
991 string = OSString::withCString( uuid );
1007 string = OSString::withCString( uuid );
1339 return OSString::withCString(SerialNo);
H A DIOCatalogue.cpp520 name = OSString::withCString(moduleName);
691 name = OSString::withCString(moduleName);
H A DIODeviceTreeSupport.cpp355 nameKey = OSSymbol::withCString(name);
369 sym = OSSymbol::withCString( (const char *) prop);
473 sym = OSSymbol::withCString( buf );
832 *matchingName = OSString::withCString( result );
H A DIOLib.cpp848 return (OSString::withCString(buf));
H A DIOService.cpp930 const OSSymbol *functionSymbol = OSSymbol::withCString(functionName);
2955 if( (sym = OSSymbol::withCString( key))) {
2984 newKey = OSString::withCString( key );
4110 str = OSSymbol::withCString( name );
4135 str = OSSymbol::withCString( name );
4159 str = OSSymbol::withCString( name );
H A DIOHibernateIO.cpp788 gIOCreateEFIDevicePathSymbol = OSSymbol::withCString("CreateEFIDevicePath");
1426 gIOHibernateBoot0082Key = OSSymbol::withCString("8BE4DF61-93CA-11D2-AA0D-00E098032B8C:Boot0082");
1428 gIOHibernateBootNextKey = OSSymbol::withCString("8BE4DF61-93CA-11D2-AA0D-00E098032B8C:BootNext");
H A DIOUserClient.cpp1403 my_name = OSSymbol::withCString(obj_name);
1443 my_name = OSSymbol::withCString(obj_name);
1713 if( !(sym = OSSymbol::withCString( notification_type )))
1891 if( (sym = OSSymbol::withCString( type_of_interest ))) do {
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSString.h139 * @function withCString
152 static OSString * withCString(const char * cString);
215 * <code>@link withCString withCString@/link</code> instead.
H A DOSSymbol.h261 * @function withCString
284 static const OSSymbol * withCString(const char * cString);
/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp135 str = OSSymbol::withCString( name );
174 str = OSSymbol::withCString( prefix );
185 str = OSSymbol::withCString( networkType );
292 str = OSString::withCString( buf );
364 OSString *uuidString = OSString::withCString( uuidStr );
450 uuidString = OSString::withCString( uuid );
700 uuid_string = OSString::withCString( uuid_cstring );
735 content_uuid_string = OSString::withCString( content_uuid_cstring );
786 dev_name = OSString::withCString( cdev_name );
H A DDINetBootHook.cpp166 pathString = OSString::withCString(path);
/darwin-on-arm/xnu/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])
/darwin-on-arm/xnu/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp59 gGetDefaultBusSpeedsKey = OSSymbol::withCString("GetDefaultBusSpeeds");
/darwin-on-arm/xnu/libkern/c++/
H A DOSSerialize.cpp93 tagString = OSString::withCString(temp);
H A DOSString.cpp114 OSString *OSString::withCString(const char *cString) function in class:OSString
H A DOSDictionary.cpp477 OBJECT_WRAP_2(setObject, OSSymbol::withCString(aKey), anObject)
482 OBJECT_WRAP_1(getObject, OSSymbol::withCString(aKey))
487 OBJECT_WRAP_3(removeObject, OSSymbol::withCString(aKey))
H A DOSSymbol.cpp481 return OSSymbol::withCString(aString->getCStringNoCopy());
484 const OSSymbol *OSSymbol::withCString(const char *cString) function in class:OSSymbol
H A DOSUnserializeXML.y258 *(state->errorString) = OSString::withCString(tempString);
1040 string = OSString::withCString(o->string);
H A DOSKext.cpp650 sKernelKext->bundleID = OSSymbol::withCString(kOSKextKernelIdentifier);
1661 kextPath = OSString::withCString(bundlePathAddr);
4120 kextIdentifier = OSString::withCString(kextIdentifierCString);
7968 executablePathString = OSString::withCString(executablePathCString);
8146 metaClassName = OSString::withCString(thisMetaClass->getClassName());
8148 superclassName = OSString::withCString(
8300 kextIdentifier = OSString::withCString(kextIdentifierCString);
8301 resourceName = OSString::withCString(resourceNameCString);
8840 key = OSSymbol::withCString(cKey);
8841 value = OSString::withCString(cValu
[all...]

Completed in 278 milliseconds

12