Searched refs:VT_GETSTATE (Results 1 – 10 of 10) sorted by relevance
/external/toybox/toys/pending/ |
D | openvt.c | 85 if (!ioctl(fd, VT_GETSTATE, &vstate)) { in openvt_main() 93 xioctl(fd, VT_GETSTATE, &vstate); in openvt_main() 100 xioctl(fd, VT_GETSTATE, &vstate); in openvt_main()
|
/external/kernel-headers/original/uapi/linux/ |
D | vt.h | 37 #define VT_GETSTATE 0x5603 /* get global vt state info */ macro
|
/external/syzkaller/sys/linux/ |
D | tty_386.const | 84 VT_GETSTATE = 22019
|
D | tty_arm.const | 84 VT_GETSTATE = 22019
|
D | tty_arm64.const | 84 VT_GETSTATE = 22019
|
D | tty_amd64.const | 84 VT_GETSTATE = 22019
|
D | tty_ppc64le.const | 84 VT_GETSTATE = 22019
|
D | tty.txt | 96 ioctl$VT_GETSTATE(fd fd_tty, cmd const[VT_GETSTATE], arg ptr[in, vt_stat])
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 718 unsigned IOCTL_VT_GETSTATE = VT_GETSTATE;
|
D | sanitizer_common_interceptors_ioctl.inc | 354 _(VT_GETSTATE, WRITE, struct_vt_stat_sz);
|