Searched refs:SUP_IOCTL_VT_CAPS (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvIOC.h1181 /** @name SUP_IOCTL_VT_CAPS
1189 #define SUP_IOCTL_VT_CAPS SUP_CTL_CODE_SIZE(26, SUP_IOCTL_VT_CAPS_SIZE) macro
H A DSUPDrv.cpp2117 case SUP_CTL_CODE_NO_SIZE(SUP_IOCTL_VT_CAPS):
2121 REQ_CHECK_SIZES(SUP_IOCTL_VT_CAPS);
2313 case SUP_CTL_CODE_NO_SIZE(SUP_IOCTL_VT_CAPS):
2317 REQ_CHECK_SIZES(SUP_IOCTL_VT_CAPS);
H A DSUPLib.cpp1686 int rc = suplibOsIOCtl(&g_supLibData, SUP_IOCTL_VT_CAPS, &Req, SUP_IOCTL_VT_CAPS_SIZE);

Completed in 562 milliseconds