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

/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMEnergyPrefs.c212 CFMutableDictionaryRef copiedPMPrefs = NULL; local
219 copiedPMPrefs = IOPMCopyPMPreferences();
220 if( copiedPMPrefs ) {
223 kCFAllocatorDefault, (CFDictionaryRef)copiedPMPrefs );
224 CFRelease(copiedPMPrefs);

Completed in 90 milliseconds