Searched refs:VKI_TIOCGPTN (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/main/include/vki/ |
D | vki-amd64-linux.h | 461 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
D | vki-ppc32-linux.h | 634 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
D | vki-arm-linux.h | 503 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
D | vki-ppc64-linux.h | 629 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) macro
|
D | vki-s390x-linux.h | 602 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
D | vki-x86-linux.h | 541 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
D | vki-mips32-linux.h | 623 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ macro
|
/external/valgrind/main/docs/internals/ |
D | porting-to-ARM.txt | 707 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-linux.c | 4392 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()
|