Home
last modified time | relevance | path

Searched refs:VT_SETMODE (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libvgl/
H A Dmain.c101 ioctl(0, VT_SETMODE, &smode); in VGLEnd()
358 if (ioctl(0, VT_SETMODE, &smode)) { in VGLInit()
/freebsd/sys/sys/
H A Dconsio.h337 #define VT_SETMODE _IOW('v', 2, vtmode_t) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp360 unsigned IOCTL_VT_SETMODE = VT_SETMODE;
H A Dsanitizer_platform_limits_posix.cpp877 unsigned IOCTL_VT_SETMODE = VT_SETMODE;
H A Dsanitizer_common_interceptors_ioctl.inc375 _(VT_SETMODE, READ, struct_vt_mode_sz);
H A Dsanitizer_platform_limits_netbsd.cpp1626 unsigned IOCTL_VT_SETMODE = VT_SETMODE;
H A Dsanitizer_interceptors_ioctl_netbsd.inc497 _(VT_SETMODE, READ, struct_vt_mode_sz);
/freebsd/sys/dev/vt/
H A Dvt_core.c3016 case VT_SETMODE: { /* set screen switcher mode */ in vtterm_ioctl()
/freebsd/sys/dev/syscons/
H A Dsyscons.c1166 case VT_SETMODE: /* set screen switcher mode */ in sctty_ioctl()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c2064 args->cmd = VT_SETMODE; in linux_ioctl_console()