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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvIOC.h568 /** @name SUP_IOCTL_LOW_ALLOC
572 #define SUP_IOCTL_LOW_ALLOC SUP_CTL_CODE_BIG(8) macro
H A DSUPDrv.cpp1802 case SUP_CTL_CODE_NO_SIZE(SUP_IOCTL_LOW_ALLOC):
1806 REQ_CHECK_EXPR(SUP_IOCTL_LOW_ALLOC, pReq->Hdr.cbIn <= SUP_IOCTL_LOW_ALLOC_SIZE_IN);
1807 REQ_CHECK_SIZES_EX(SUP_IOCTL_LOW_ALLOC, SUP_IOCTL_LOW_ALLOC_SIZE_IN, SUP_IOCTL_LOW_ALLOC_SIZE_OUT(pReq->u.In.cPages));
H A DSUPLib.cpp1430 rc = suplibOsIOCtl(&g_supLibData, SUP_IOCTL_LOW_ALLOC, pReq, SUP_IOCTL_LOW_ALLOC_SIZE(cPages));

Completed in 66 milliseconds