Searched refs:PDMMOD (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DPDMInternal.h756 typedef struct PDMMOD struct
776 struct PDMMOD *pNext;
779 } PDMMOD; typedef in typeref:struct:PDMMOD
781 typedef PDMMOD *PPDMMOD;
/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp285 PPDMMOD pModule = (PPDMMOD)RTMemAllocZ(RT_OFFSETOF(PDMMOD, szFilename[cchFilename + cchSuff + 1]));

Completed in 52 milliseconds