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

/vbox/src/VBox/Devices/USB/
H A DUSBProxyDevice.cpp758 * @param pszExact The exact value name.
761 static int usbProxyQueryNum(PUSBFILTER pFilter, USBFILTERIDX enmFieldIdx, PCFGMNODE pNode, const char *pszExact, const char *pszExpr) argument
767 int rc = CFGMR3QueryU16(pNode, pszExact, &u16);
779 LogRel(("usbProxyConstruct: %s: Both %s and %s are present!\n", szTmp, pszExact, pszExpr));
788 LogRel(("usbProxyConstruct: %s: %s query failed, rc=%Rrc\n", szTmp, pszExact, rc));

Completed in 45 milliseconds