vc_allocate      3257 drivers/tty/vt/vt.c 	ret = vc_allocate(currcons);
vc_allocate       692 drivers/tty/vt/vt_ioctl.c 			ret = vc_allocate(arg);
vc_allocate       719 drivers/tty/vt/vt_ioctl.c 			ret = vc_allocate(vsa.console);
vc_allocate       792 drivers/tty/vt/vt_ioctl.c 				ret = vc_allocate(newvt);
vc_allocate      1418 drivers/tty/vt/vt_ioctl.c 	if (alloc && vc_allocate(vt)) {
vc_allocate        37 include/linux/vt_kern.h int vc_allocate(unsigned int console);