Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dvt_ioctl.c683 ret = vc_allocate(arg); in vt_ioctl()
708 ret = vc_allocate(vsa.console); in vt_ioctl()
781 ret = vc_allocate(newvt); in vt_ioctl()
1438 if (alloc && vc_allocate(vt)) { in vt_move_to_console()
Dvt.c756 int vc_allocate(unsigned int currcons) /* return 0 on success */ in vc_allocate() function
2882 ret = vc_allocate(currcons); in con_install()