Searched refs:selectEvent (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxDev-haiku.c146 //dprintf(DRIVER_NAME "close: unblocking select %p %x\n", sState.selectSync, sState.selectEvent);
147 notify_select_event(sState.selectSync, sState.selectEvent);
148 sState.selectEvent = (uint8_t)0;
319 sState.selectEvent = (uint8_t)event;
350 //dprintf(DRIVER_NAME "deselect: dropping: %p %x\n", sState.selectSync, sState.selectEvent);
351 sState.selectEvent = (uint8_t)0;
H A DVBoxGuest-haiku.c330 notify_select_event(sState.selectSync, sState.selectEvent);
331 sState.selectEvent = (uint8_t)0;
H A DVBoxGuest-haiku.h98 uint8_t selectEvent; member in struct:VBoxGuestDeviceState

Completed in 88 milliseconds