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

/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp526 PRTSTREAM pStrmType; local
553 rc = POWER_OPEN(&pStrmType, "type");
556 rc = RTStrmGetLine(pStrmType, szLine, sizeof(szLine));
664 RTStrmClose(pStrmType);

Completed in 46 milliseconds