Searched refs:SUP_IOCTL_LDR_OPEN (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/HostDrivers/Support/ |
H A D | SUPDrv.cpp | 1399 * Helper for supdrvIOCtl used to validate module names passed to SUP_IOCTL_LDR_OPEN. 1623 case SUP_CTL_CODE_NO_SIZE(SUP_IOCTL_LDR_OPEN): 1627 REQ_CHECK_SIZES(SUP_IOCTL_LDR_OPEN); 1628 REQ_CHECK_EXPR(SUP_IOCTL_LDR_OPEN, pReq->u.In.cbImageWithTabs > 0); 1629 REQ_CHECK_EXPR(SUP_IOCTL_LDR_OPEN, pReq->u.In.cbImageWithTabs < 16*_1M); 1630 REQ_CHECK_EXPR(SUP_IOCTL_LDR_OPEN, pReq->u.In.cbImageBits > 0); 1631 REQ_CHECK_EXPR(SUP_IOCTL_LDR_OPEN, pReq->u.In.cbImageBits > 0); 1632 REQ_CHECK_EXPR(SUP_IOCTL_LDR_OPEN, pReq->u.In.cbImageBits < pReq->u.In.cbImageWithTabs); 1633 REQ_CHECK_EXPR(SUP_IOCTL_LDR_OPEN, pReq->u.In.szName[0]); 1634 REQ_CHECK_EXPR(SUP_IOCTL_LDR_OPEN, RTStrEn [all...] |
H A D | SUPDrvIOC.h | 293 /** @name SUP_IOCTL_LDR_OPEN 297 #define SUP_IOCTL_LDR_OPEN SUP_CTL_CODE_SIZE(3, SUP_IOCTL_LDR_OPEN_SIZE) macro
|
H A D | SUPLibLdr.cpp | 392 rc = suplibOsIOCtl(&g_supLibData, SUP_IOCTL_LDR_OPEN, &OpenReq, SUP_IOCTL_LDR_OPEN_SIZE);
|
Completed in 1267 milliseconds