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

/vbox/include/VBox/
H A Dusblib-solaris.h201 # define VBOXUSB_IOCTL_FLAG 128 macro
203 # define VBOXUSB_IOCTL_FLAG 0 macro
212 #define VBOXUSB_IOCTL_CODE(Function, Size) _IOWRN('V', (Function) | VBOXUSB_IOCTL_FLAG, sizeof(VBOXUSBREQ))
213 #define VBOXUSB_IOCTL_CODE_FAST(Function) _IO( 'V', (Function) | VBOXUSB_IOCTL_FLAG)

Completed in 33 milliseconds