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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibLdr.cpp374 const uint32_t cbImageWithTabs = RT_ALIGN_32(offStrTab + CalcArgs.cbStrings, 8); local
386 OpenReq.u.In.cbImageWithTabs = cbImageWithTabs;
409 PSUPLDRLOAD pLoadReq = (PSUPLDRLOAD)RTMemTmpAlloc(SUP_IOCTL_LDR_LOAD_SIZE(cbImageWithTabs));
470 pLoadReq->Hdr.cbIn = SUP_IOCTL_LDR_LOAD_SIZE_IN(cbImageWithTabs);
501 pLoadReq->u.In.cbImageWithTabs = cbImageWithTabs;
505 rc = suplibOsIOCtl(&g_supLibData, SUP_IOCTL_LDR_LOAD, pLoadReq, SUP_IOCTL_LDR_LOAD_SIZE(cbImageWithTabs));
549 AssertMsgFailed(("failed to allocated %u bytes for SUPLDRLOAD_IN structure!\n", SUP_IOCTL_LDR_LOAD_SIZE(cbImageWithTabs)));
H A DSUPDrvInternal.h352 uint32_t cbImageWithTabs; member in struct:SUPDRVLDRIMAGE
H A DSUPDrvIOC.h310 uint32_t cbImageWithTabs; member in struct:SUPLDROPEN::__anon16287::__anon16288
311 /** The size of the image bits. (Less or equal to cbImageWithTabs.) */
449 uint32_t cbImageWithTabs; member in struct:SUPLDRLOAD::__anon16290::__anon16291

Completed in 68 milliseconds