Searched refs:idPollHnd (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlProcess.cpp309 static const char* gstcntlProcessPollHandleToString(uint32_t idPollHnd) argument
311 switch (idPollHnd)
359 * @param idPollHnd The pipe ID to handle.
363 uint32_t fPollEvt, PRTPIPE phPipeR, uint32_t idPollHnd)
371 VBoxServiceVerbose(4, "[PID %RU32]: Output error: idPollHnd=%s, fPollEvt=0x%x\n",
372 pProcess->uPID, gstcntlProcessPollHandleToString(idPollHnd), fPollEvt);
376 int rc2 = RTPollSetRemove(pProcess->hPollSet, idPollHnd);
390 VBoxServiceVerbose(3, "[PID %RU32]: idPollHnd=%s has %zu bytes left, vetoing close\n",
391 pProcess->uPID, gstcntlProcessPollHandleToString(idPollHnd), cbReadable);
401 VBoxServiceVerbose(3, "[PID %RU32]: idPollHnd
362 gstcntlProcessHandleOutputError(PVBOXSERVICECTRLPROCESS pProcess, uint32_t fPollEvt, PRTPIPE phPipeR, uint32_t idPollHnd) argument
427 gstcntlProcessPollsetOnOutput(PVBOXSERVICECTRLPROCESS pProcess, uint32_t fPollEvt, PRTPIPE phPipeR, uint32_t idPollHnd) argument
542 uint32_t idPollHnd; local
[all...]
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp1737 * @param idPollHnd The handle ID.
1741 static int txsDoExecHlpHandleTransportEvent(RTPOLLSET hPollSet, uint32_t fPollEvt, uint32_t idPollHnd, argument
1745 NOREF(fPollEvt); NOREF(idPollHnd);
1931 uint32_t idPollHnd; local
1934 rc2 = RTPollNoResume(pTxsExec->hPollSet, cMsPollCur, &fPollEvt, &idPollHnd);
1935 Log3(("RTPollNoResume -> fPollEvt=%#x idPollHnd=%u\n", fPollEvt, idPollHnd));
1942 switch (idPollHnd)
1972 rc = txsDoExecHlpHandleTransportEvent(pTxsExec->hPollSet, fPollEvt, idPollHnd, &pTxsExec->hStdInW,

Completed in 58 milliseconds