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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp150 case PDMMOD_TYPE_RC:
200 if (pCur->eType == PDMMOD_TYPE_RC)
210 if (pCur->eType == PDMMOD_TYPE_RC)
402 if ( pCur->eType == PDMMOD_TYPE_RC
488 pModule->eType = PDMMOD_TYPE_RC;
908 if ( pModule->eType == PDMMOD_TYPE_RC
974 if ( pModule->eType == PDMMOD_TYPE_RC
1370 int rc = pdmR3LdrQueryModFromPC(pVM, uPC, PDMMOD_TYPE_RC,
1450 pCur->eType == PDMMOD_TYPE_RC ? RTLdrSize(pCur->hLdrMod) : 0,
1451 pCur->eType == PDMMOD_TYPE_RC
[all...]
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h742 PDMMOD_TYPE_RC, enumerator in enum:PDMMODTYPE

Completed in 50 milliseconds