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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvIOC.h80 # define SUP_CTL_CODE_SIZE(Function, Size) _IOWRN('V', (Function) | SUP_IOCTL_FLAG, sizeof(SUPREQHDR))
81 # define SUP_CTL_CODE_BIG(Function) _IOWRN('V', (Function) | SUP_IOCTL_FLAG, sizeof(SUPREQHDR))
144 typedef struct SUPREQHDR struct
158 } SUPREQHDR; typedef in typeref:struct:SUPREQHDR
160 typedef SUPREQHDR *PSUPREQHDR;
162 /** @name SUPREQHDR::fFlags values
190 /** The SUPREQHDR::cbIn value. */
191 #define SUP_IOCTL_COOKIE_SIZE_IN sizeof(SUPREQHDR) + RT_SIZEOFMEMB(SUPCOOKIE, u.In)
192 /** The SUPREQHDR::cbOut value. */
193 #define SUP_IOCTL_COOKIE_SIZE_OUT sizeof(SUPREQHDR)
[all...]

Completed in 744 milliseconds