Lines Matching refs:usbProxyConstruct
751 * Helper function used by usbProxyConstruct when
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));
804 LogRel(("usbProxyConstruct: %s: %s query failed, rc=%Rrc\n", szTmp, pszExpr, rc));
813 static DECLCALLBACK(int) usbProxyConstruct(PPDMUSBINS pUsbIns, int iInstance, PCFGMNODE pCfg, PCFGMNODE pCfgGlobal)
816 LogFlow(("usbProxyConstruct: pUsbIns=%p iInstance=%d\n", pUsbIns, iInstance));
865 Log(("usbProxyConstruct: usbProxyGetDeviceDesc failed\n"));
885 Log(("usbProxyConstruct: copy_config failed, i=%d\n", i));
952 LogRel(("usbProxyConstruct: Unknown value(s) in config filter (ignored)!\n"));
1105 usbProxyConstruct,