Home
last modified time | relevance | path

Searched defs:vis_conscopy (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c53 struct vis_conscopy { struct
54 uint16_t s_row; /* Starting row */
55 uint16_t s_col; /* Starting col */
56 uint16_t e_row; /* Ending row */
57 uint16_t e_col; /* Ending col */
58 uint16_t t_row; /* Row to move to */
59 uint16_t t_col; /* Col to move to */
/illumos-gate/usr/src/uts/common/sys/
H A Dvisual_io.h254 struct vis_conscopy { struct
255 screen_pos_t s_row; /* Starting row */
256 screen_pos_t s_col; /* Starting col */
257 screen_pos_t e_row; /* Ending row */
258 screen_pos_t e_col; /* Ending col */
259 screen_pos_t t_row; /* Row to move to */
260 screen_pos_t t_col; /* Col to move to */