• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/

Lines Matching refs:withCStringNoCopy

249     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(
263 gIOUserClientClassKey = OSSymbol::withCStringNoCopy( kIOUserClientClassKey );
265 gIOResourcesKey = OSSymbol::withCStringNoCopy( kIOResourcesClass );
266 gIOResourceMatchKey = OSSymbol::withCStringNoCopy( kIOResourceMatchKey );
268 gIODeviceMemoryKey = OSSymbol::withCStringNoCopy( "IODeviceMemory" );
270 = OSSymbol::withCStringNoCopy("IOInterruptControllers");
272 = OSSymbol::withCStringNoCopy("IOInterruptSpecifiers");
274 gIOKitDebugKey = OSSymbol::withCStringNoCopy( kIOKitDebugKey );
276 gIOCommandPoolSizeKey = OSSymbol::withCStringNoCopy( kIOCommandPoolSizeKey );
278 gIOGeneralInterest = OSSymbol::withCStringNoCopy( kIOGeneralInterest );
279 gIOBusyInterest = OSSymbol::withCStringNoCopy( kIOBusyInterest );
280 gIOAppPowerStateInterest = OSSymbol::withCStringNoCopy( kIOAppPowerStateInterest );
281 gIOPriorityPowerStateInterest = OSSymbol::withCStringNoCopy( kIOPriorityPowerStateInterest );
284 gIOPublishNotification = OSSymbol::withCStringNoCopy(
286 gIOFirstPublishNotification = OSSymbol::withCStringNoCopy(
288 gIOMatchedNotification = OSSymbol::withCStringNoCopy(
290 gIOFirstMatchNotification = OSSymbol::withCStringNoCopy(
292 gIOTerminatedNotification = OSSymbol::withCStringNoCopy(
294 gIOServiceKey = OSSymbol::withCStringNoCopy( kIOServiceClass);
296 gIOConsoleUsersKey = OSSymbol::withCStringNoCopy( kIOConsoleUsersKey);
297 gIOConsoleSessionUIDKey = OSSymbol::withCStringNoCopy( kIOConsoleSessionUIDKey);
298 gIOConsoleUsersSeedKey = OSSymbol::withCStringNoCopy( kIOConsoleUsersSeedKey);
299 gIOConsoleSessionOnConsoleKey = OSSymbol::withCStringNoCopy( kIOConsoleSessionOnConsoleKey);
300 gIOConsoleSessionSecureInputPIDKey = OSSymbol::withCStringNoCopy( kIOConsoleSessionSecureInputPIDKey);
303 gIOPlatformSleepActionKey = OSSymbol::withCStringNoCopy(kIOPlatformSleepActionKey);
304 gIOPlatformWakeActionKey = OSSymbol::withCStringNoCopy(kIOPlatformWakeActionKey);
305 gIOPlatformQuiesceActionKey = OSSymbol::withCStringNoCopy(kIOPlatformQuiesceActionKey);
306 gIOPlatformActiveActionKey = OSSymbol::withCStringNoCopy(kIOPlatformActiveActionKey);
308 gIOPlatformFunctionHandlerSet = OSSymbol::withCStringNoCopy(kIOPlatformFunctionHandlerSet);
310 sCPULatencyFunctionName[kCpuDelayBusStall] = OSSymbol::withCStringNoCopy(kIOPlatformFunctionHandlerMaxBusDelay);
311 sCPULatencyFunctionName[kCpuDelayInterrupt] = OSSymbol::withCStringNoCopy(kIOPlatformFunctionHandlerMaxInterruptDelay);