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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvIOC.h57 # define SUP_CTL_CODE_FAST(Function) CTL_CODE(FILE_DEVICE_UNKNOWN, (Function) | SUP_IOCTL_FLAG, METHOD_NEITHER, FILE_WRITE_ACCESS) macro
82 # define SUP_CTL_CODE_FAST(Function) _IO( 'V', (Function) | SUP_IOCTL_FLAG) macro
91 # define SUP_CTL_CODE_FAST(Function) ((unsigned char)(Function)) macro
99 # define SUP_CTL_CODE_FAST(Function) _IO('V', (Function) | SUP_IOCTL_FLAG) macro
106 # define SUP_CTL_CODE_FAST(Function) (Function) macro
114 # define SUP_CTL_CODE_FAST(Function) _IO('V', (Function) | SUP_IOCTL_FLAG) macro
119 #define SUP_IOCTL_FAST_DO_RAW_RUN SUP_CTL_CODE_FAST(64)
121 #define SUP_IOCTL_FAST_DO_HM_RUN SUP_CTL_CODE_FAST(65)
123 #define SUP_IOCTL_FAST_DO_NOP SUP_CTL_CODE_FAST(66)

Completed in 51 milliseconds