Go to the source code of this file.
Functions | |
| void | vc_init (void) |
| void | vc_loop (struct l4con_vc *this_vc) |
| con_vc - IDL server loop. | |
| void | vc_show_id (struct l4con_vc *this_vc) |
| Show id of current console at bottom of screen. | |
| void | vc_show_dmphys_poolsize (struct l4con_vc *this_vc) |
| void | vc_show_cpu_load (struct l4con_vc *this_vc) |
| void | vc_show_timer_ticks (struct l4con_vc *this_vc) |
| void | vc_show_drops_cscs_logo (void) |
| void | vc_clear (struct l4con_vc *this_vc) |
| Clear vc. | |
| int | vc_close (struct l4con_vc *this_vc) |
| Close virtual console. | |
| void | vc_brightness_contrast (int diff_brightness, int diff_contrast) |
Variables | |
| pslim_copy_fn | fg_do_copy |
| pslim_copy_fn | bg_do_copy |
| pslim_fill_fn | fg_do_fill |
| pslim_fill_fn | bg_do_fill |
| pslim_sync_fn | fg_do_sync |
| pslim_sync_fn | bg_do_sync |
| pslim_drty_fn | fg_do_drty |
| con_accel_t | hw_accel |
| l4_umword_t | status_area |
Definition in file vc.h.
| void vc_clear | ( | struct l4con_vc * | vc | ) |
| int vc_close | ( | struct l4con_vc * | this_vc | ) |
| void vc_loop | ( | struct l4con_vc * | this_vc | ) |
| void vc_show_id | ( | struct l4con_vc * | this_vc | ) |
1.5.6