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

/vbox/src/VBox/HostDrivers/VBoxUSB/
H A DUSBLib.cpp32 * @param pszSerial The serial string.
34 USBLIB_DECL(uint64_t) USBLibHashSerial(const char *pszSerial) argument
36 if (!pszSerial)
37 pszSerial = "";
39 register const uint8_t *pu8 = (const uint8_t *)pszSerial;
/vbox/include/VBox/
H A Dusblib.h109 * @param pszSerial The serial string.
111 USBLIB_DECL(uint64_t) USBLibHashSerial(const char *pszSerial);

Completed in 100 milliseconds