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

/vbox/src/VBox/Main/src-server/freebsd/
H A DUSBProxyServiceFreeBSD.cpp227 int iAddr = 1; local
234 rc = RTStrAPrintf(&pszDevicePath, "/dev/%s%d.%d", USB_GENERIC_NAME, iBus, iAddr);
252 if ((errno == ENOENT) && (iAddr > 1))
254 iAddr = 1;
261 iAddr++;
349 iAddr++;
/vbox/include/VBox/
H A Dpci.h1079 PCIBusAddress(int32_t iAddr) argument
1082 fromLong(iAddr);

Completed in 47 milliseconds