Home
last modified time | relevance | path

Searched refs:VKI_TIOCGPTN (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/main/include/vki/
Dvki-amd64-linux.h461 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
Dvki-ppc32-linux.h634 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
Dvki-arm-linux.h503 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
Dvki-ppc64-linux.h629 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) macro
Dvki-s390x-linux.h602 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
Dvki-x86-linux.h541 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
Dvki-mips32-linux.h623 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt707 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c4392 case VKI_TIOCGPTN: /* Get Pty Number (of pty-mux device) */ in PRE()
5756 case VKI_TIOCGPTN: /* Get Pty Number (of pty-mux device) */ in POST()