Home
last modified time | relevance | path

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

/external/valgrind/main/include/vki/
Dvki-amd64-linux.h449 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
Dvki-ppc32-linux.h622 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
Dvki-s390x-linux.h590 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
Dvki-arm-linux.h491 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
Dvki-x86-linux.h529 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
Dvki-ppc64-linux.h617 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) 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.c4002 case VKI_TIOCGPTN: /* Get Pty Number (of pty-mux device) */ in PRE()
5262 case VKI_TIOCGPTN: /* Get Pty Number (of pty-mux device) */ in POST()