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

/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp1331 CFDictionaryRef DevCharRef = (CFDictionaryRef)CFDictionaryGetValue(PropsRef, CFSTR(kIOPropertyDeviceCharacteristicsKey)); local
1332 if (DevCharRef)
1337 CFTypeRef ValueRef = CFDictionaryGetValue(DevCharRef, CFSTR(kIOPropertyVendorNameKey));
1348 ValueRef = CFDictionaryGetValue(DevCharRef, CFSTR(kIOPropertyProductNameKey));
/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.cpp872 CFDictionaryRef DevCharRef = (CFDictionaryRef)CFDictionaryGetValue(PropsRef, CFSTR(kIOPropertyDeviceCharacteristicsKey)); local
873 if (DevCharRef)
878 CFTypeRef ValueRef = CFDictionaryGetValue(DevCharRef, CFSTR(kIOPropertyVendorNameKey));
889 ValueRef = CFDictionaryGetValue(DevCharRef, CFSTR(kIOPropertyProductNameKey));

Completed in 50 milliseconds