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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvIOC.h56 # define SUP_CTL_CODE_BIG(Function) CTL_CODE(FILE_DEVICE_UNKNOWN, (Function) | SUP_IOCTL_FLAG, METHOD_BUFFERED, FILE_WRITE_ACCESS) macro
81 # define SUP_CTL_CODE_BIG(Function) _IOWRN('V', (Function) | SUP_IOCTL_FLAG, sizeof(SUPREQHDR)) macro
89 # define SUP_CTL_CODE_BIG(Function) ((unsigned char)(Function)) macro
98 # define SUP_CTL_CODE_BIG(Function) _IO('V', (Function) | SUP_IOCTL_FLAG) macro
105 # define SUP_CTL_CODE_BIG(Function) (Function) macro
113 # define SUP_CTL_CODE_BIG(Function) _IO('V', (Function) | SUP_IOCTL_FLAG) macro
261 #define SUP_IOCTL_QUERY_FUNCS(cFuncs) SUP_CTL_CODE_BIG(2)
339 #define SUP_IOCTL_LDR_LOAD SUP_CTL_CODE_BIG(4)
561 #define SUP_IOCTL_CALL_VMMR0_BIG SUP_CTL_CODE_BIG(27)
572 #define SUP_IOCTL_LOW_ALLOC SUP_CTL_CODE_BIG(
[all...]

Completed in 52 milliseconds