Searched defs:IfPropsRef (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp1489 CFMutableDictionaryRef IfPropsRef = 0; local
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);
[all...]

Completed in 74 milliseconds