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

/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSB-solaris.c294 int fPoll; /* Polling status flag */ member in struct:vboxusb_state_t
488 pState->fPoll = VBOXUSB_POLL_OFF;
929 pState->fPoll = VBOXUSB_POLL_ON;
953 pState->fPoll = VBOXUSB_POLL_OFF;
997 if (pState->fPoll & VBOXUSB_POLL_DEV_UNPLUGGED)
1000 pState->fPoll &= ~VBOXUSB_POLL_DEV_UNPLUGGED;
1003 if (pState->fPoll & VBOXUSB_POLL_REAP_PENDING)
1006 pState->fPoll &= ~VBOXUSB_POLL_REAP_PENDING;
3024 if (pState->fPoll & VBOXUSB_POLL_ON)
3027 pState->fPoll |
[all...]

Completed in 52 milliseconds