Searched refs:KDSETMODE (Results 1 – 11 of 11) sorted by relevance
/freebsd/lib/libvgl/ |
H A D | main.c | 99 ioctl(0, KDSETMODE, KD_TEXT); in VGLEnd() 239 ioctl(0, KDSETMODE, KD_GRAPHICS); in VGLInit() 379 ioctl(0, KDSETMODE, KD_GRAPHICS); in VGLCheckSwitch() 455 ioctl(0, KDSETMODE, KD_TEXT); in VGLCheckSwitch()
|
/freebsd/sys/sys/ |
H A D | kbio.h | 25 #define KDSETMODE _IOWINT('K', 10) macro
|
H A D | consio.h | 55 #define KDSETMODE _IOWINT('K', 10) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_freebsd.cpp | 371 unsigned IOCTL_KDSETMODE = KDSETMODE;
|
H A D | sanitizer_platform_limits_posix.cpp | 975 unsigned IOCTL_KDSETMODE = KDSETMODE;
|
H A D | sanitizer_common_interceptors_ioctl.inc | 417 _(KDSETMODE, NONE, 0);
|
H A D | sanitizer_platform_limits_netbsd.cpp | 1637 unsigned IOCTL_KDSETMODE = KDSETMODE;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 508 _(KDSETMODE, NONE, 0);
|
/freebsd/sys/dev/syscons/ |
H A D | scvidctl.c | 674 case KDSETMODE: /* set current mode of this (virtual) console */ in sc_vid_ioctl()
|
/freebsd/sys/dev/vt/ |
H A D | vt_core.c | 2576 cmd = KDSETMODE; in vtterm_ioctl() 2880 case KDSETMODE: in vtterm_ioctl()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 2003 args->cmd = KDSETMODE; in linux_ioctl_console()
|