Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/vt/
Dconsolemap.c303 if (!vc_cons_allocated(i)) in update_user_maps()
440 if (!vc_cons_allocated(i)) in con_unify_unimap()
854 if (vc_cons_allocated(i) && !*vc_cons[i].d->vc_uni_pagedir_loc) in console_map_init()
Dvt.c1049 int vc_cons_allocated(unsigned int i) in vc_cons_allocated() function
1378 if (vc_cons_allocated(currcons)) { in vc_deallocate()
1978 if (vc->vc_par[1] >= 1 && vc_cons_allocated(vc->vc_par[1] - 1)) in setterm_command()
2877 if (!vc_cons_allocated(currcons)) { in do_con_write()
2944 vc_cons_allocated(want_console)) { in console_callback()
2977 if (!vc_cons_allocated(nr) || vt_dont_switch || in set_console()
3054 if (kmsg_console && vc_cons_allocated(kmsg_console - 1)) in vt_console_print()
3057 if (!vc_cons_allocated(fg_console)) { in vt_console_print()
3305 if (!vc_cons_allocated(console_num)) in con_stop()
3319 if (!vc_cons_allocated(console_num)) in con_start()
[all …]
Dvc_screen.c757 if(currcons && !vc_cons_allocated(currcons-1)) in vcs_open()
Dkeyboard.c542 if (vc_cons_allocated(i)) in fn_dec_console()
559 if (vc_cons_allocated(i)) in fn_inc_console()
/Linux-v5.10/include/linux/
Dvt_kern.h39 int vc_cons_allocated(unsigned int console);