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

/linux-master/include/linux/
H A Dvt_kern.h26 int vc_allocate(unsigned int console);
/linux-master/drivers/tty/vt/
H A Dvt_ioctl.c578 ret = vc_allocate(newvt);
605 ret = vc_allocate(vsa.console);
613 * vc_allocate and finishing referencing nvc.
849 ret = vc_allocate(arg);
1284 if (alloc && vc_allocate(vt)) {
H A Dvt.c1045 int vc_allocate(unsigned int currcons) /* return 0 on success */ function
3518 ret = vc_allocate(currcons);

Completed in 209 milliseconds