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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvIOC.h573 #define SUP_IOCTL_LOW_ALLOC_SIZE(cPages) ((uint32_t)RT_UOFFSETOF(SUPLOWALLOC, u.Out.aPages[cPages]))
574 #define SUP_IOCTL_LOW_ALLOC_SIZE_IN (sizeof(SUPREQHDR) + RT_SIZEOFMEMB(SUPLOWALLOC, u.In))
576 typedef struct SUPLOWALLOC struct
597 } SUPLOWALLOC, *PSUPLOWALLOC; typedef in typeref:struct:SUPLOWALLOC

Completed in 53 milliseconds