Home
last modified time | relevance | path

Searched refs:vc_allocate (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/tty/vt/
Dvt_ioctl.c682 ret = vc_allocate(arg); in vt_ioctl()
709 ret = vc_allocate(vsa.console); in vt_ioctl()
782 ret = vc_allocate(newvt); in vt_ioctl()
1421 if (alloc && vc_allocate(vt)) { in vt_move_to_console()
Dvt.c1059 int vc_allocate(unsigned int currcons) /* return 0 on success */ in vc_allocate() function
3213 ret = vc_allocate(currcons); in con_install()
/Linux-v4.19/include/linux/
Dvt_kern.h37 int vc_allocate(unsigned int console);