Lines Matching defs:fEvents
126 int VBoxUSBSolarisPoll(dev_t Dev, short fEvents, int fAnyYet, short *pReqEvents, struct pollhead **ppPollHead);
975 int VBoxUSBSolarisPoll(dev_t Dev, short fEvents, int fAnyYet, short *pReqEvents, struct pollhead **ppPollHead)
977 LogFunc((DEVICE_NAME ":VBoxUSBSolarisPoll Dev=%d fEvents=%d fAnyYet=%d pReqEvents=%p\n", Dev, fEvents, fAnyYet, pReqEvents));
993 * "fEvents" HAS to be POLLIN. We won't bother to test it. The caller
994 * must always requests input events. Disconnect event (POLLHUP) is invalid in "fEvents".
996 fEvents = 0;
999 fEvents |= POLLHUP;
1005 fEvents |= POLLIN;
1009 if ( !fEvents
1015 *pReqEvents = fEvents;