Searched refs:VT_RELDISP (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/ |
| H A D | sun_VTsw.c | 52 ioctl(xf86Info.consoleFd, VT_RELDISP, 1); in xf86VTRelease() 82 ioctl(xf86Info.consoleFd, VT_RELDISP, 1); in xf86VTSwitchAway() 111 if (ioctl(xf86Info.consoleFd, VT_RELDISP, VT_ACKACQ) < 0) { in xf86VTSwitchTo()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/ |
| H A D | VTsw_usl.c | 61 if (ioctl(xf86Info.consoleFd, VT_RELDISP, 1) < 0) in xf86VTSwitchAway() 71 if (ioctl(xf86Info.consoleFd, VT_RELDISP, VT_ACKACQ) < 0) in xf86VTSwitchTo()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bsd/ |
| H A D | bsd_VTsw.c | 72 if (ioctl(xf86Info.consoleFd, VT_RELDISP, 1) < 0) in xf86VTSwitchAway() 87 if (ioctl(xf86Info.consoleFd, VT_RELDISP, VT_ACKACQ) < 0) in xf86VTSwitchTo()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | vt.h | 40 #define VT_RELDISP 0x5605 /* release display */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | vt.h | 40 #define VT_RELDISP 0x5605 /* release display */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | vt.h | 40 #define VT_RELDISP 0x5605 /* release display */ macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | vt_ioctl.c | 883 case VT_RELDISP: in vt_ioctl() 1105 case VT_RELDISP: in vt_compat_ioctl()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Init.c | 671 ioctl(xf86Info.consoleFd, VT_RELDISP, VT_ACKACQ); in InitOutput()
|