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

/vbox/include/VBox/
H A Dusblib-solaris.h88 char szDevicePath[1]; member in struct:__anon258
96 char szDevicePath[1]; member in struct:__anon259
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSB-solaris.c567 char szDevicePath[MAXPATHLEN]; local
568 ddi_pathname(pState->pDip, szDevicePath);
571 "/devices%s:%s", szDevicePath,DEVICE_NAME);
572 RTPathStripFilename(szDevicePath);
578 pState->pDevDesc->dev_descr->bcdDevice, szDevicePath);

Completed in 67 milliseconds