Searched refs:IOPMSetPMPreferences (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMLibPrivate.h805 @function IOPMSetPMPreferences
809 IOReturn IOPMSetPMPreferences(CFDictionaryRef ESPrefs);
897 * via pmset, Enengy Saver, or elsewhere IOPMSetPMPreferences API.
1017 - Use IOPMSetPMPreferences() to re-program the custom profile.
H A DIOPMEnergyPrefs.c425 // A duplicate function for IOPMSetPMPreferences
429 return IOPMSetPMPreferences(ESPrefs);
514 ret = IOPMSetPMPreferences(customSettings);
563 IOReturn IOPMSetPMPreferences(CFDictionaryRef ESPrefs) function
/macosx-10.9.5/PowerManagement-420.90.1/pmset/
H A Dpmset.c644 ret = IOPMSetPMPreferences(NULL);
743 if(kIOReturnSuccess != (ret1 = IOPMSetPMPreferences(es_custom_settings)))
856 // written with IOPMSetPMPreferences() regardless.

Completed in 98 milliseconds