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

/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp525 PRTSTREAM pStrmStatus; local
562 rc = POWER_OPEN(&pStrmStatus, "online");
565 rc = RTStrmGetLine(pStrmStatus, szLine, sizeof(szLine));
571 RTStrmClose(pStrmStatus);
577 rc = POWER_OPEN(&pStrmStatus, "present");
580 rc = RTStrmGetLine(pStrmStatus, szLine, sizeof(szLine));
581 RTStrmClose(pStrmStatus);
586 rc = RTStrmOpenF("r", &pStrmStatus,
590 rc = RTStrmGetLine(pStrmStatus, szLine, sizeof(szLine));
598 RTStrmClose(pStrmStatus);
[all...]

Completed in 43 milliseconds