Home
last modified time | relevance | path

Searched refs:VT_RELDISP (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_VTsw.c52 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 DVTsw_usl.c61 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 Dbsd_VTsw.c72 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 Dvt.h40 #define VT_RELDISP 0x5605 /* release display */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvt.h40 #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 Dvt.h40 #define VT_RELDISP 0x5605 /* release display */ macro
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dvt_ioctl.c883 case VT_RELDISP: in vt_ioctl()
1105 case VT_RELDISP: in vt_compat_ioctl()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Init.c671 ioctl(xf86Info.consoleFd, VT_RELDISP, VT_ACKACQ); in InitOutput()