Lines Matching refs:withCStringNoCopy

276     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(
290 gIOUserClientClassKey = OSSymbol::withCStringNoCopy( kIOUserClientClassKey );
292 gIOResourcesKey = OSSymbol::withCStringNoCopy( kIOResourcesClass );
293 gIOResourceMatchKey = OSSymbol::withCStringNoCopy( kIOResourceMatchKey );
295 gIODeviceMemoryKey = OSSymbol::withCStringNoCopy( "IODeviceMemory" );
297 = OSSymbol::withCStringNoCopy("IOInterruptControllers");
299 = OSSymbol::withCStringNoCopy("IOInterruptSpecifiers");
301 gIOMapperIDKey = OSSymbol::withCStringNoCopy(kIOMapperIDKey);
303 gIOKitDebugKey = OSSymbol::withCStringNoCopy( kIOKitDebugKey );
305 gIOCommandPoolSizeKey = OSSymbol::withCStringNoCopy( kIOCommandPoolSizeKey );
307 gIOGeneralInterest = OSSymbol::withCStringNoCopy( kIOGeneralInterest );
308 gIOBusyInterest = OSSymbol::withCStringNoCopy( kIOBusyInterest );
309 gIOAppPowerStateInterest = OSSymbol::withCStringNoCopy( kIOAppPowerStateInterest );
310 gIOPriorityPowerStateInterest = OSSymbol::withCStringNoCopy( kIOPriorityPowerStateInterest );
311 gIOConsoleSecurityInterest = OSSymbol::withCStringNoCopy( kIOConsoleSecurityInterest );
314 gIOPublishNotification = OSSymbol::withCStringNoCopy(
316 gIOFirstPublishNotification = OSSymbol::withCStringNoCopy(
318 gIOMatchedNotification = OSSymbol::withCStringNoCopy(
320 gIOFirstMatchNotification = OSSymbol::withCStringNoCopy(
322 gIOTerminatedNotification = OSSymbol::withCStringNoCopy(
324 gIOServiceKey = OSSymbol::withCStringNoCopy( kIOServiceClass);
326 gIOConsoleLockedKey = OSSymbol::withCStringNoCopy( kIOConsoleLockedKey);
327 gIOConsoleUsersKey = OSSymbol::withCStringNoCopy( kIOConsoleUsersKey);
328 gIOConsoleSessionUIDKey = OSSymbol::withCStringNoCopy( kIOConsoleSessionUIDKey);
329 gIOConsoleSessionAuditIDKey = OSSymbol::withCStringNoCopy( kIOConsoleSessionAuditIDKey);
331 gIOConsoleUsersSeedKey = OSSymbol::withCStringNoCopy(kIOConsoleUsersSeedKey);
332 gIOConsoleSessionOnConsoleKey = OSSymbol::withCStringNoCopy(kIOConsoleSessionOnConsoleKey);
333 gIOConsoleSessionLoginDoneKey = OSSymbol::withCStringNoCopy(kIOConsoleSessionLoginDoneKey);
334 gIOConsoleSessionSecureInputPIDKey = OSSymbol::withCStringNoCopy(kIOConsoleSessionSecureInputPIDKey);
335 gIOConsoleSessionScreenLockedTimeKey = OSSymbol::withCStringNoCopy(kIOConsoleSessionScreenLockedTimeKey);
339 gIOPlatformSleepActionKey = OSSymbol::withCStringNoCopy(kIOPlatformSleepActionKey);
340 gIOPlatformWakeActionKey = OSSymbol::withCStringNoCopy(kIOPlatformWakeActionKey);
341 gIOPlatformQuiesceActionKey = OSSymbol::withCStringNoCopy(kIOPlatformQuiesceActionKey);
342 gIOPlatformActiveActionKey = OSSymbol::withCStringNoCopy(kIOPlatformActiveActionKey);
344 gIOPlatformFunctionHandlerSet = OSSymbol::withCStringNoCopy(kIOPlatformFunctionHandlerSet);
346 sCPULatencyFunctionName[kCpuDelayBusStall] = OSSymbol::withCStringNoCopy(kIOPlatformFunctionHandlerMaxBusDelay);
347 sCPULatencyFunctionName[kCpuDelayInterrupt] = OSSymbol::withCStringNoCopy(kIOPlatformFunctionHandlerMaxInterruptDelay);