Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dvt_kern.h36 int vc_allocate(unsigned int console);
/linux-2.6.39/drivers/tty/vt/
Dvt_ioctl.c971 ret = vc_allocate(arg); in vt_ioctl()
996 ret = vc_allocate(vsa.console); in vt_ioctl()
1067 ret = vc_allocate(newvt); in vt_ioctl()
1751 if (alloc && vc_allocate(vt)) { in vt_move_to_console()
Dvt.c772 int vc_allocate(unsigned int currcons) /* return 0 on success */ in vc_allocate() function
2797 ret = vc_allocate(currcons); in con_open()