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

/vbox/src/VBox/Devices/EFI/
H A DDevEFI.cpp949 const char *pachValue = (const char *)&pEfiVar->abValue[0]; local
950 *pfZeroTerm = pachValue[pEfiVar->cbValue - 1] == 0;
958 const char *pchCur = pachValue;
959 while ((uintptr_t)(pchCur - pachValue) < cchValue)
962 int rc = RTStrGetCpEx(&pachValue, &uc);

Completed in 48 milliseconds