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

/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp743 PRTSTREAM pStrmInfo; local
744 rc = POWER_OPEN(&pStrmInfo, "info");
754 rc = RTStrmGetLine(pStrmInfo, szLine, sizeof(szLine));
770 RTStrmRewind(pStrmInfo);
775 rc = RTStrmGetLine(pStrmInfo, szLine, sizeof(szLine));
847 RTStrmClose(pStrmInfo);

Completed in 34 milliseconds