Searched refs:SUP_IOCTL_MSR_PROBER_SIZE (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/HostDrivers/Support/ |
H A D | SUPDrvIOC.h | 1375 #define SUP_IOCTL_MSR_PROBER SUP_CTL_CODE_SIZE(34, SUP_IOCTL_MSR_PROBER_SIZE) 1376 #define SUP_IOCTL_MSR_PROBER_SIZE sizeof(SUPMSRPROBER) macro
|
H A D | SUPLib.cpp | 2107 int rc = suplibOsIOCtl(&g_supLibData, SUP_IOCTL_MSR_PROBER, &Req, SUP_IOCTL_MSR_PROBER_SIZE); 2137 int rc = suplibOsIOCtl(&g_supLibData, SUP_IOCTL_MSR_PROBER, &Req, SUP_IOCTL_MSR_PROBER_SIZE); 2171 int rc = suplibOsIOCtl(&g_supLibData, SUP_IOCTL_MSR_PROBER, &Req, SUP_IOCTL_MSR_PROBER_SIZE);
|
Completed in 639 milliseconds