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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlProcess.cpp338 * @param fPollEvt The event mask returned by RTPollNoResume.
342 uint32_t fPollEvt, PRTPIPE phStdInW)
346 NOREF(fPollEvt);
357 * @param fPollEvt The event mask returned by RTPollNoResume.
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);
422 * @param fPollEvt The event mask returned by RTPollNoResume.
428 uint32_t fPollEvt, PRTPIPE phPipeR, uint32_t idPollHnd)
433 VBoxServiceVerbose(4, "[PID %RU32]: Output event phPipeR=%p, idPollHnd=%s, fPollEvt
341 gstcntlProcessPollsetOnInput(PVBOXSERVICECTRLPROCESS pProcess, uint32_t fPollEvt, PRTPIPE phStdInW) argument
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
543 uint32_t fPollEvt; local
[all...]
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp1576 * @param fPollEvt The event mask returned by RTPollNoResume.
1584 static int txsDoExecHlpHandleOutputEvent(RTPOLLSET hPollSet, uint32_t fPollEvt, PRTPIPE phPipeR, argument
1587 Log(("txsDoExecHlpHandleOutputEvent: %s fPollEvt=%#x\n", pszOpcode, fPollEvt));
1620 fPollEvt &= RTPOLL_EVT_ERROR;
1624 fPollEvt |= RTPOLL_EVT_ERROR;
1631 if (fPollEvt & RTPOLL_EVT_ERROR)
1667 * @param fPollEvt The event mask returned by RTPollNoResume.
1671 static void txsDoExecHlpHandleStdInErrorEvent(RTPOLLSET hPollSet, uint32_t fPollEvt, PRTPIPE phStdInW, argument
1674 NOREF(fPollEvt);
1706 txsDoExecHlpHandleStdInWritableEvent(RTPOLLSET hPollSet, uint32_t fPollEvt, PRTPIPE phStdInW, PTXSEXECSTDINBUF pStdInBuf) argument
1741 txsDoExecHlpHandleTransportEvent(RTPOLLSET hPollSet, uint32_t fPollEvt, uint32_t idPollHnd, PRTPIPE phStdInW, PTXSEXECSTDINBUF pStdInBuf) argument
1932 uint32_t fPollEvt; local
[all...]

Completed in 396 milliseconds