Home
last modified time | relevance | path

Searched refs:VT_GETSTATE (Results 1 – 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dvt.h37 #define VT_GETSTATE 0x5603 /* get global vt state info */ macro
/external/ltp/testcases/kernel/pty/
Dpty07.c89 SAFE_IOCTL(fd, VT_GETSTATE, &stat); in setup()
/external/toybox/toys/other/
Dopenvt.c80 if (-1 == (ioctl(fd = open_console(), VT_GETSTATE, &vstate)) || in openvt_main()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc718 unsigned IOCTL_VT_GETSTATE = VT_GETSTATE;
Dsanitizer_common_interceptors_ioctl.inc354 _(VT_GETSTATE, WRITE, struct_vt_stat_sz);