Searched refs:VT_GETSTATE (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dvt.h12 /* Note: the ioctl VT_GETSTATE does not work for
37 #define VT_GETSTATE 0x5603 /* get global vt state info */ macro
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbevents.c166 if ( ioctl(keyboard_fd, VT_GETSTATE, &vtstate) == 0 ) {
292 if ( ioctl(keyboard_fd, VT_GETSTATE, &vtstate) == 0 ) {
977 if ( (ioctl(keyboard_fd, VT_GETSTATE, &vtstate) < 0) ||
1051 if ( (ioctl(keyboard_fd, VT_GETSTATE, &vtstate) == 0) &&
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c215 if ( ioctl(kbfd, VT_GETSTATE, &vtstate) == 0 ) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc351 _(VT_GETSTATE, WRITE, struct_vt_stat_sz);
H A Dsanitizer_platform_limits_posix.cc633 unsigned IOCTL_VT_GETSTATE = VT_GETSTATE;
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsevents.c159 if ( ioctl(keyboard_fd, VT_GETSTATE, &vtstate) == 0 ) {

Completed in 94 milliseconds