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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFReg.cpp147 PCDBGFREGSUBFIELD pSubField; member in struct:DBGFREGLOOKUP
393 pLookupRec->pSubField = NULL;
422 pLookupRec->pSubField = &paSubFields[iSubField];
443 pLookupRec->pSubField = NULL;
1327 PCDBGFREGSUBFIELD pSubField = pLookupRec->pSubField;
1337 if (!pSubField)
1350 if (pSubField->pfnGet)
1352 rc = pSubField->pfnGet(pSet->uUserArg.pv, pSubField,
[all...]

Completed in 44 milliseconds