HomeSort by: relevance | last modified time | path
    Searched refs:thunk_rfb_poll (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/usermode/dev/
vncfb.c 401 if (thunk_rfb_poll(&sc->sc_rfb, NULL) == -1)
567 while (thunk_rfb_poll(&sc->sc_rfb, &event) > 0) {
612 while (thunk_rfb_poll(&sc->sc_rfb, NULL) > 0)
658 if (thunk_rfb_poll(&sc->sc_rfb, &event) > 0) {
  /src/sys/arch/usermode/include/
thunk.h 253 int thunk_rfb_poll(thunk_rfb_t *, thunk_rfb_event_t *);
  /src/sys/arch/usermode/usermode/
thunk.c 1317 thunk_rfb_poll(thunk_rfb_t *rfb, thunk_rfb_event_t *event) function in typeref:typename:int

Completed in 14 milliseconds