HomeSort by: relevance | last modified time | path
    Searched defs:thunk_rfb_t (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/usermode/include/
thunk.h 250 } thunk_rfb_t; typedef in typeref:struct:__anondca92e2e0808
252 int thunk_rfb_open(thunk_rfb_t *, uint16_t);
253 int thunk_rfb_poll(thunk_rfb_t *, thunk_rfb_event_t *);
254 void thunk_rfb_bell(thunk_rfb_t *);
255 void thunk_rfb_update(thunk_rfb_t *, int, int, int, int);
256 void thunk_rfb_copyrect(thunk_rfb_t *, int, int, int, int, int, int);
257 void thunk_rfb_fillrect(thunk_rfb_t *, int, int, int, int, uint8_t *);

Completed in 12 milliseconds