Searched refs:VT_GETACTIVE (Results 1 – 7 of 7) sorted by relevance
357 #define VT_GETACTIVE _IOR('v', 7, int) macro
125 if (ioctl(0, VT_GETACTIVE, &cur_info.active_vty) == -1) in init()
1346 unsigned IOCTL_VT_GETACTIVE = VT_GETACTIVE;
505 _(VT_GETACTIVE, WRITE, sizeof(int));
2453 case VT_GETACTIVE: in vtterm_ioctl()
1267 case VT_GETACTIVE: /* get active vty # */ in sctty_ioctl()
2114 args->cmd = VT_GETACTIVE; in linux_ioctl_console()