Searched refs:pu16Val (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/
H A DUSBFilter.cpp96 * @param pu16Val See usbfilterReadNumber.
98 static int usbfilterReadNumberHex(const char *pszExpr, const char **ppszExpr, uint16_t *pu16Val) argument
118 *pu16Val = rc == VINF_SUCCESS ? u32 : UINT16_MAX;
130 * @param pu16Val See usbfilterReadNumber.
132 static int usbfilterReadNumberDecimal(const char *pszExpr, unsigned uBase, const char **ppszExpr, uint16_t *pu16Val) argument
148 *pu16Val = rc == VINF_SUCCESS ? u32 : UINT16_MAX;
157 * @retval VINF_SUCCESS if all is fine. *ppszExpr and *pu16Val are updated.
158 * @retval VWRN_NUMBER_TOO_BIG if the number exceeds unsigned 16-bit, both *ppszExpr and *pu16Val are updated.
163 * @param pu16Val Where to store the value on success.
165 static int usbfilterReadNumber(const char **ppszExpr, uint16_t *pu16Val) argument
[all...]

Completed in 271 milliseconds