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

/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp1091 * @returns VBox status. pu8Port is set on success.
1093 * @param pu8Port Where to store the port number.
1095 static int usbGetPortFromSysfsPath(const char *pszPath, uint8_t *pu8Port) argument
1098 AssertPtrReturn(pu8Port, VERR_INVALID_POINTER);
1140 int rc = RTStrToUInt8Full(pszLastPort, 10, pu8Port);
1146 if (*pu8Port == 0)
1153 *pu8Port -= 1;

Completed in 51 milliseconds