Home
last modified time | relevance | path

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

/drivers/char/
Dvc_screen.c60 if (!vc_cons_allocated(currcons)) in vcs_size()
130 if (!vc_cons_allocated(currcons)) in vcs_read()
305 if (!vc_cons_allocated(currcons)) in vcs_write()
467 if(currcons && !vc_cons_allocated(currcons-1)) in vcs_open()
Dconsolemap.c288 if (!vc_cons_allocated(i)) in update_user_maps()
430 if (!vc_cons_allocated(i)) in con_unify_unimap()
741 if (vc_cons_allocated(i) && !*vc_cons[i].d->vc_uni_pagedir_loc) in console_map_init()
Dvt.c713 int vc_cons_allocated(unsigned int i) in vc_cons_allocated() function
987 if (vc_cons_allocated(currcons)) { in vc_deallocate()
1503 if (vc->vc_par[1] >= 1 && vc_cons_allocated(vc->vc_par[1] - 1)) in setterm_command()
2131 if (!vc_cons_allocated(currcons)) { in do_con_write()
2377 vc_cons_allocated(want_console)) { in console_callback()
2410 if (!vc_cons_allocated(nr) || vt_dont_switch || in set_console()
2455 if (kmsg_redirect && vc_cons_allocated(kmsg_redirect - 1)) in vt_console_print()
2462 if (!vc_cons_allocated(fg_console)) { in vt_console_print()
2712 if (!vc_cons_allocated(console_num)) in con_stop()
2727 if (!vc_cons_allocated(console_num)) in con_start()
[all …]
Dkeyboard.c536 if (vc_cons_allocated(i)) in fn_dec_console()
553 if (vc_cons_allocated(i)) in fn_inc_console()
Dvt_ioctl.c382 if (!vc_cons_allocated(console)) { /* impossible? */ in vt_ioctl()