Home
last modified time | relevance | path

Searched refs:KDGKBTYPE (Results 1 – 10 of 10) sorted by relevance

/external/toybox/toys/pending/
Dopenvt.c52 if (!ioctl(fd, KDGKBTYPE, &arg)) return fd;
60 if (0 == ioctl(fd, KDGKBTYPE, &arg)) return fd;
/external/syzkaller/sys/linux/
Dtty_386.const23 KDGKBTYPE = 19251
Dtty_arm.const23 KDGKBTYPE = 19251
Dtty_arm64.const23 KDGKBTYPE = 19251
Dtty_amd64.const23 KDGKBTYPE = 19251
Dtty_ppc64le.const23 KDGKBTYPE = 19251
Dtty.txt59 ioctl$KDGKBTYPE(fd fd_tty, cmd const[KDGKBTYPE], arg ptr[out, int8])
/external/kernel-headers/original/uapi/linux/
Dkd.h34 #define KDGKBTYPE 0x4B33 /* get keyboard type */ macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc917 unsigned IOCTL_KDGKBTYPE = KDGKBTYPE;
Dsanitizer_common_interceptors_ioctl.inc406 _(KDGKBTYPE, WRITE, 1);