Home
last modified time | relevance | path

Searched refs:vc_cons_allocated (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/tty/vt/
H A Dconsolemap.c333 if (!vc_cons_allocated(i)) in update_user_maps()
473 if (!vc_cons_allocated(cons)) in con_unify_unimap()
913 if (vc_cons_allocated(i) && !*vc_cons[i].d->uni_pagedict_loc) in console_map_init()
H A Dvt.c985 int vc_cons_allocated(unsigned int i) in vc_cons_allocated() function
1326 if (vc_cons_allocated(currcons)) { in vc_deallocate()
3058 if (!vc_cons_allocated(currcons)) { in do_con_write()
3124 vc_cons_allocated(want_console)) { in console_callback()
3157 if (!vc_cons_allocated(nr) || vt_dont_switch || in set_console()
3234 if (kmsg_console && vc_cons_allocated(kmsg_console - 1)) in vt_console_print()
3237 if (!vc_cons_allocated(fg_console)) { in vt_console_print()
3475 if (!vc_cons_allocated(console_num)) in con_stop()
3489 if (!vc_cons_allocated(console_num)) in con_start()
4545 if (!vc_cons_allocated(fg_console)) { in do_unblank_screen()
[all …]
H A Dvc_screen.c764 if(currcons && !vc_cons_allocated(currcons-1)) in vcs_open()
H A Dkeyboard.c568 if (vc_cons_allocated(i)) in fn_dec_console()
585 if (vc_cons_allocated(i)) in fn_inc_console()
/linux-6.15/include/linux/
H A Dvt_kern.h27 int vc_cons_allocated(unsigned int console);