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

/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMEnergyPrefs.c1331 int profile_count = 0; local
1357 profile_count = CFDictionaryGetCount(energyPrefs);
1358 profile_keys = (CFStringRef *)malloc(sizeof(CFStringRef) * profile_count);
1359 profile_vals = (CFDictionaryRef *)malloc(sizeof(CFDictionaryRef) * profile_count);
1366 while(--profile_count >= 0)
1368 if(kCFBooleanTrue != IOPSPowerSourceSupported(ps_snapshot, profile_keys[profile_count]))
1371 CFDictionaryRemoveValue(energyPrefs, profile_keys[profile_count]);
1377 CFDictionaryGetValue(energyPrefs, profile_keys[profile_count]));
1385 CFDictionarySetValue(energyPrefs, profile_keys[profile_count], this_profile);
1408 (CFStringRef)profile_keys[profile_count], _supportedCache
[all...]
/macosx-10.9.5/eap8021x-180/eapolcfg.tproj/
H A Deapolcfg.c2351 int profile_count; local
2354 profile_count = CFArrayGetCount(list);
2355 for (j = 0; j < profile_count; j++) {

Completed in 85 milliseconds