Searched refs:isA_CFNumber (Results 1 - 25 of 54) sorted by relevance

123

/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPOLControlPrefs.c202 num = isA_CFNumber(num);
206 num = isA_CFNumber(num);
217 if (isA_CFNumber(num) == NULL) {
/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DUPSLowPower.c145 ups_id = isA_CFNumber(CFDictionaryGetValue(ups_info, CFSTR(kIOPSPowerSourceIDKey)));
218 n1 = isA_CFNumber(CFDictionaryGetValue(ups_info, CFSTR(kIOPSCurrentCapacityKey)));
219 n2 = isA_CFNumber(CFDictionaryGetValue(ups_info, CFSTR(kIOPSMaxCapacityKey)));
235 n1 = isA_CFNumber(CFDictionaryGetValue(ups_info, CFSTR(kIOPSTimeToEmptyKey)));
324 auto_restart = isA_CFNumber(CFDictionaryGetValue(_ESSettings, CFSTR(kIOPMRestartOnPowerLossKey)));
474 cfnum = isA_CFNumber(CFDictionaryGetValue(dynamo, CFSTR(kIOUPSShutdownLevelValueKey)));
H A DTTYKeepAwake.c169 systemIdleNum = isA_CFNumber(CFDictionaryGetValue(activePMSettings,
180 ttysPreventNum = isA_CFNumber(CFDictionaryGetValue(activePMSettings,
H A DPMSettings.c159 if (isA_CFNumber(n)) {
404 sleepSetting = (CFNumberRef)isA_CFNumber(CFDictionaryGetValue(energy_settings, CFSTR(kIOPMSystemSleepKey)));
H A DRepeatingAutoWake.c77 if(!isA_CFNumber(tmp_num)) return false;
80 if(!isA_CFNumber(tmp_num)) return false;
H A DPrivateLib.c374 if (sleepPID && isA_CFNumber(sleepPID)) {
545 if (isA_CFNumber(sleepTypeNum))
1008 if (isA_CFNumber(obj))
2167 if (!isA_CFNumber(numRef) || (!CFNumberGetValue(numRef, kCFNumberIntType, &num))) {
2203 if (isA_CFNumber(numRef) && (CFNumberGetValue(numRef, kCFNumberIntType, &num))) {
2215 if (isA_CFNumber(numRef) && (CFNumberGetValue(numRef, kCFNumberIntType, &num))) {
3314 if (!isA_CFNumber(hidsys_idlenum))
3693 && isA_CFNumber(modeNum))
3701 isA_CFNumber(apo_enabled_cf))
3872 && isA_CFNumber(ob
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCValidation.h75 isA_CFNumber(CFTypeRef obj) function
H A DSCProxies.c64 if (!isA_CFNumber(num) ||
93 if (!isA_CFNumber(port) ||
245 if (!isA_CFNumber(num) ||
285 if (!isA_CFNumber(num) ||
H A DSCDConsoleUser.c112 if (isA_CFNumber(num)) {
124 if (isA_CFNumber(num)) {
H A DSCDHostName.c85 if (isA_CFNumber(num)) {
147 if (isA_CFNumber(num)) {
H A DDeviceOnHold.c204 if (isA_CFNumber(num)) {
H A DLinkConfiguration.c197 isA_CFNumber(val) &&
323 if ((newValue != NULL) && !isA_CFNumber(newValue)) {
950 if (isA_CFNumber(num)) {
972 if (isA_CFNumber(num)) {
H A DVLANConfiguration.c102 if (!isA_CFNumber(vlan_tag)) {
463 if (isA_CFNumber(tag)) {
643 if (isA_CFNumber(tag)) {
H A DSCNetworkConnection.c2653 if (isA_CFNumber(num) &&
2808 if (isA_CFNumber(status_num) && CFNumberGetValue(status_num, kCFNumberIntType, &num)) {
2848 if (isA_CFNumber(flags_num) && CFNumberGetValue(flags_num, kCFNumberIntType, &num)) {
2857 if (isA_CFNumber(if_index_num) && CFNumberGetValue(if_index_num, kCFNumberIntType, &num)) {
2949 if (!isA_CFNumber(host_port_num) || !CFNumberGetValue(host_port_num, kCFNumberIntType, &num)) {
3024 if (isA_CFNumber(id_num)) {
3361 if (isA_CFNumber(pidRef) && CFNumberGetValue(pidRef, kCFNumberIntType, &pid)) {
3753 !isA_CFNumber(num) ||
3922 if (!isA_CFNumber(autodial)) {
4480 if (isA_CFNumber(status_nu
[all...]
/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Ddns-configuration.c131 if (!isA_CFNumber(order) ||
161 if (!isA_CFNumber(match_order) ||
199 isA_CFNumber(num) &&
267 if (isA_CFNumber(match_order)) {
416 !isA_CFNumber(num) ||
543 if (!isA_CFNumber(num1) ||
549 if (!isA_CFNumber(num2) ||
558 isA_CFNumber(num1) &&
559 isA_CFNumber(num2) &&
594 if (!isA_CFNumber(nu
[all...]
H A Dproxy-configuration.c128 if (isA_CFNumber(match_order)) {
250 if (!isA_CFNumber(num1) ||
256 if (!isA_CFNumber(num2) ||
265 isA_CFNumber(num1) &&
266 isA_CFNumber(num2) &&
539 if (!isA_CFNumber(order) ||
/macosx-10.10.1/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMPowerNotifications.c134 warning_level_num = isA_CFNumber(SCDynamicStoreCopyValue(store, thermal_key));
H A DIOPMUPSPrefs.c52 if(!isA_CFNumber(val) || !isA_CFBoolean(enabled)) return false;
60 if(!isA_CFNumber(val) || !isA_CFBoolean(enabled)) return false;
68 if(!isA_CFNumber(val) || !isA_CFBoolean(enabled)) return false;
H A DIOPMEnergyPrefs.c1142 this_profile_choice = isA_CFNumber( CFDictionaryGetValue(
1154 default_profile_choice = isA_CFNumber( CFDictionaryGetValue(
1282 if( (featureNum = isA_CFNumber(featureDetails)) )
1293 tempNum = isA_CFNumber(CFArrayGetValueAtIndex(featureArr, i));
2464 isA_CFNumber(profileValues[i]) )
/macosx-10.10.1/webdavfs-367/webdav_cert_ui.tproj/
H A DController.m292 if (isA_CFNumber(trust_status_cf) != NULL)
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dcontroller_options.c119 if (isA_CFNumber(onDemandPauseIntervalRef)) {
/macosx-10.10.1/PowerManagement-494.1.2/pmset/
H A Dpmset.c1066 if(isA_CFNumber(a))
2687 if (isA_CFNumber(numRef)) {
2855 if (isA_CFNumber(num_cf)) {
2859 if (isA_CFNumber(num_cf)) {
2870 if (isA_CFNumber(num_cf)) {
4355 if( isA_CFNumber(the_days) && isA_CFString(the_type) && isA_CFNumber(the_time) )
5527 num = isA_CFNumber(CFDictionaryGetValue(set, CFSTR(kIOPMSystemSleepKey)));
5530 num = isA_CFNumber(CFDictionaryGetValue(set, CFSTR(kIOPMDisplaySleepKey)));
5533 num = isA_CFNumber(CFDictionaryGetValu
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/ps.subproj/
H A DIOPowerSources.c74 scWarnValue = isA_CFNumber(SCDynamicStoreCopyValue(store, key));
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DEAPOLSocket.c287 n = isA_CFNumber(CFDictionaryGetValue(plist, key));
338 if (isA_CFNumber(mtu) != NULL) {
864 if (isA_CFNumber(num_cf) == NULL
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A DCGA.c243 if (isA_CFNumber(level) != NULL) {

Completed in 280 milliseconds

123