Searched refs:VT_GETACTIVE (Results 1 – 7 of 7) sorted by relevance
366 #define VT_GETACTIVE _IOR('v', 7, int) macro
121 if (ioctl(0, VT_GETACTIVE, &cur_info.active_vty) == -1) in init()
2520 case VT_GETACTIVE: in vtterm_ioctl()
1299 unsigned IOCTL_VT_GETACTIVE = VT_GETACTIVE;
509 _(VT_GETACTIVE, WRITE, sizeof(int));
2107 args->cmd = VT_GETACTIVE; in linux_ioctl_console()
1296 case VT_GETACTIVE: /* get active vty # */ in sctty_ioctl()