Searched refs:_setRootDomainProperty (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMAutoWake.c62 static IOReturn _setRootDomainProperty(
161 _setRootDomainProperty( function
300 ret = _setRootDomainProperty(CFSTR(kIOPMSettingAutoWakeCalendarKey), date_data);
304 ret = _setRootDomainProperty(CFSTR(kIOPMSettingAutoPowerCalendarKey), date_data);
336 ret = _setRootDomainProperty(CFSTR(kIOPMSettingAutoWakeSecondsKey), seconds_delta);
340 ret = _setRootDomainProperty(CFSTR(kIOPMSettingAutoPowerSecondsKey), seconds_delta);
425 _setRootDomainProperty( type, (CFTypeRef)diff_secs );
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A Dpmconfigd.c656 _setRootDomainProperty(CFSTR("TimeZoneOffsetSeconds"), n);
721 _setRootDomainProperty(CFSTR("System Shutdown"), kCFBooleanTrue);
730 _setRootDomainProperty( CFSTR(kIOPMStateConsoleShutdown), n) ;
1639 _setRootDomainProperty(CFSTR("System Shutdown"), kCFBooleanFalse);
H A DPrivateLib.h583 __private_extern__ IOReturn _setRootDomainProperty(CFStringRef key, CFTypeRef val);
H A DPMConnection.c2653 _setRootDomainProperty(CFSTR(kIOPMUserWakeAlarmScheduledKey), scheduleEvent);
2743 _setRootDomainProperty( CFSTR(kIOPMAutoPowerOffTimerKey), (CFTypeRef)diff_secs );
H A DPMAssertions.c1691 _setRootDomainProperty( CFSTR(kIOPMSettingDebugWakeRelativeKey),
3058 _setRootDomainProperty( CFSTR("BatteryWarningsDisabled"), kCFBooleanTrue);
H A DPrivateLib.c296 _setRootDomainProperty( function

Completed in 193 milliseconds