Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/vt/
H A Dvt_ioctl.c578 ret = vc_allocate(newvt); in vt_reldisp()
605 ret = vc_allocate(vsa.console); in vt_setactivate()
850 ret = vc_allocate(arg); in vt_ioctl()
1286 if (alloc && vc_allocate(vt)) { in vt_move_to_console()
H A Dvt.c1057 int vc_allocate(unsigned int currcons) /* return 0 on success */ in vc_allocate() function
3332 ret = vc_allocate(currcons); in con_install()
/openbmc/linux/include/linux/
H A Dvt_kern.h26 int vc_allocate(unsigned int console);