Searched refs:VBOXUSBREQ (Results 1 - 5 of 5) sorted by relevance

/vbox/include/VBox/
H A Dusblib-solaris.h52 typedef struct VBOXUSBREQ struct
62 } VBOXUSBREQ; typedef in typeref:struct:VBOXUSBREQ
64 typedef VBOXUSBREQ *PVBOXUSBREQ;
66 typedef const VBOXUSBREQ *PCVBOXUSBREQ;
183 /** The VBOXUSBREQ::u32Magic value for VBoxUSBMon. */
185 /** The VBOXUSBREQ::u32Magic value for VBoxUSB.*/
211 /* No automatic buffering, size limited to 255 bytes => use VBOXUSBREQ for everything. */
212 #define VBOXUSB_IOCTL_CODE(Function, Size) _IOWRN('V', (Function) | VBOXUSB_IOCTL_FLAG, sizeof(VBOXUSBREQ))
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DUSBLib-solaris.cpp240 VBOXUSBREQ Hdr;
H A DVBoxUSBMon-solaris.c566 VBOXUSBREQ ReqWrap;
H A DVBoxUSB-solaris.c1120 VBOXUSBREQ ReqWrap;
1190 * Copy VBOXUSBREQ back to userspace (which contains rc for USB operation).
/vbox/src/VBox/Devices/USB/solaris/
H A DUSBProxyDevice-solaris.cpp220 VBOXUSBREQ Req;

Completed in 59 milliseconds