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

  /src/sys/dev/wscons/
wsdisplay_vcons.c 93 int cursor_offset; member in struct:vcons_data_private
224 vdp->cursor_offset = -1;
759 vdp->cursor_offset = ri->ri_crow * ri->ri_cols + ri->ri_ccol;
791 if (vdp->cursor_offset >= 0)
792 vdp->attrs[vdp->cursor_offset] = 0xffffffff;
815 vdp->cursor_offset = ri->ri_crow * ri->ri_cols + ri->ri_ccol;

Completed in 33 milliseconds