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

  /src/sys/arch/usermode/include/
thunk.h 255 void thunk_rfb_update(thunk_rfb_t *, int, int, int, int);
  /src/sys/arch/usermode/usermode/
thunk.c 1387 thunk_rfb_update(rfb, 0, 0, rfb->width, rfb->height);
1514 thunk_rfb_update(thunk_rfb_t *rfb, int x, int y, int w, int h) function in typeref:typename:void
  /src/sys/arch/usermode/dev/
vncfb.c 530 thunk_rfb_update(&sc->sc_rfb, x, y, w, h);

Completed in 14 milliseconds