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

/vbox/src/VBox/Devices/USB/os2/
H A DUSBProxyDevice-os2.cpp468 const char chValue = *psz; local
474 switch (chValue)
481 AssertReleaseMsgFailedReturn(("chValue=%#x\n", chValue), VERR_INTERNAL_ERROR);
/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp1132 const char chValue = *psz; local
1138 switch (chValue)
1153 CFDictionarySetValue(RefMatchingDict, chValue == 'p' ? CFSTR(kUSBProductID) : CFSTR(kUSBVendorID), Num);
1159 AssertReleaseMsgFailedReturn(("chValue=%#x\n", chValue), VERR_INTERNAL_ERROR);
/vbox/src/VBox/Devices/USB/darwin/
H A DUSBProxyDevice-darwin.cpp1112 const char chValue = *psz; local
1118 switch (chValue)
1133 CFDictionarySetValue(RefMatchingDict, chValue == 'p' ? CFSTR(kUSBProductID) : CFSTR(kUSBVendorID), Num);
1139 AssertReleaseMsgFailedReturn(("chValue=%#x\n", chValue), VERR_INTERNAL_ERROR);

Completed in 71 milliseconds