Searched refs:VT_SETMODE (Results 1 – 10 of 10) sorted by relevance
| /freebsd/lib/libvgl/ |
| H A D | main.c | 101 ioctl(0, VT_SETMODE, &smode); in VGLEnd() 358 if (ioctl(0, VT_SETMODE, &smode)) { in VGLInit()
|
| /freebsd/sys/sys/ |
| H A D | consio.h | 337 #define VT_SETMODE _IOW('v', 2, vtmode_t) macro
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_freebsd.cpp | 360 unsigned IOCTL_VT_SETMODE = VT_SETMODE;
|
| H A D | sanitizer_platform_limits_posix.cpp | 877 unsigned IOCTL_VT_SETMODE = VT_SETMODE;
|
| H A D | sanitizer_common_interceptors_ioctl.inc | 375 _(VT_SETMODE, READ, struct_vt_mode_sz);
|
| H A D | sanitizer_platform_limits_netbsd.cpp | 1626 unsigned IOCTL_VT_SETMODE = VT_SETMODE;
|
| H A D | sanitizer_interceptors_ioctl_netbsd.inc | 497 _(VT_SETMODE, READ, struct_vt_mode_sz);
|
| /freebsd/sys/dev/vt/ |
| H A D | vt_core.c | 3024 case VT_SETMODE: { /* set screen switcher mode */ in vtterm_ioctl() 3029 DPRINTF(5, "%s%d: VT_SETMODE ", SC_DRIVER_NAME, VT_UNIT(vw)); in vtterm_ioctl() 3068 DPRINTF(5, "VT_SETMODE failed, unknown mode %d\n", in vtterm_ioctl()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.c | 2133 args->cmd = VT_SETMODE; in linux_ioctl_console()
|
| /freebsd/sys/dev/syscons/ |
| H A D | syscons.c | 1166 case VT_SETMODE: /* set screen switcher mode */ in sctty_ioctl()
|