Lines Matching defs:IfPropsRef
1489 CFMutableDictionaryRef IfPropsRef = 0;
1490 krc = IORegistryEntryCreateCFProperties(EtherIfService, &IfPropsRef, kCFAllocatorDefault, kNilOptions);
1512 darwinDictGetBool(IfPropsRef, CFSTR("IOBuiltin"), &fBuiltin);
1516 darwinDictGetBool(IfPropsRef, CFSTR("IOPrimaryInterface"), &fPrimaryIf);
1524 AssertBreak(darwinDictGetString(IfPropsRef, CFSTR("BSD Name"), szBSDName, sizeof(szBSDName)));
1527 if ( darwinDictIsPresent(IfPropsRef, CFSTR("IO80211CountryCode"))
1528 || darwinDictIsPresent(IfPropsRef, CFSTR("IO80211DriverVersion"))
1529 || darwinDictIsPresent(IfPropsRef, CFSTR("IO80211HardwareVersion"))
1530 || darwinDictIsPresent(IfPropsRef, CFSTR("IO80211Locale")))
1673 CFRelease(IfPropsRef);