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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMDriver.cpp404 char *pszThisDrv; local
405 int rc = CFGMR3QueryStringAlloc(*ppNode, "Driver", &pszThisDrv);
459 fMatch = RTStrSimplePatternMultiMatch(pszMultiPat, RTSTR_MAX, pszThisDrv, RTSTR_MAX, NULL);
482 LogRel(("Applying '%s' to '%s'::[%s]...'%s': %s\n", szCurTransNm, pszDevice, szLun, pszThisDrv, szAction));

Completed in 64 milliseconds