Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/rcons/
H A Drcons.h52 struct rconsole { struct
54 u_int rc_maxrow; /* emulator height of screen */
55 u_int rc_maxcol; /* emulator width of screen */
56 void (*rc_bell)(int); /* ring the bell */
57 struct wsdisplay_emulops *rc_ops;/* output ops */
58 void *rc_cookie; /* cookie thereof */
59 u_int rc_width; /* width in pixels */
60 u_int rc_height; /* height in pixels */
61 u_int rc_row; /* emulator row */
62 u_int rc_col; /* emulator column */
[all …]