Searched refs:__NR_putpmsg (Results 1 - 25 of 25) sorted by relevance

/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h260 #define __NR_putpmsg 182 /* reserved for LiS/STREAMS */ macro
H A Dvki-scnums-s390x-linux.h187 #define __NR_putpmsg 189 macro
H A Dvki-scnums-ppc32-linux.h225 #define __NR_putpmsg 188 /* some people actually want streams */ macro
H A Dvki-scnums-ppc64-linux.h225 #define __NR_putpmsg 188 /* some people actually want streams */ macro
H A Dvki-scnums-solaris.h188 #define __NR_putpmsg SYS_putpmsg macro
H A Dvki-scnums-x86-linux.h226 #define __NR_putpmsg 189 /* some people actually want streams */ macro
H A Dvki-scnums-mips64-linux.h214 #define __NR_putpmsg (__NR_Linux + 175) macro
H A Dvki-scnums-mips32-linux.h249 #define __NR_putpmsg (__NR_Linux + 209) macro
/external/libchrome/sandbox/linux/system_headers/
H A Dx86_64_linux_syscalls.h741 #if !defined(__NR_putpmsg)
742 #define __NR_putpmsg 182 macro
H A Dx86_32_linux_syscalls.h769 #if !defined(__NR_putpmsg)
770 #define __NR_putpmsg 189 macro
H A Dmips64_linux_syscalls.h716 #if !defined(__NR_putpmsg)
717 #define __NR_putpmsg (__NR_Linux + 175) macro
H A Dmips_linux_syscalls.h854 #if !defined(__NR_putpmsg)
855 #define __NR_putpmsg (__NR_Linux + 209) macro
/external/minijail/linux-x86/
H A Dlibsyscalls.gen.c552 #ifdef __NR_putpmsg
553 { "putpmsg", __NR_putpmsg },
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h193 #define __NR_putpmsg 189 macro
H A Dunistd_64.h186 #define __NR_putpmsg 182 macro
H A Dunistd_x32.h164 #define __NR_putpmsg (__X32_SYSCALL_BIT + 182) macro
/external/strace/
H A Dscno.h554 #ifndef __NR_putpmsg
555 # define __NR_putpmsg (SYSCALL_BIT | 182) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h232 #define __NR_putpmsg (__NR_Linux + 209) macro
582 #define __NR_putpmsg (__NR_Linux + 175) macro
925 #define __NR_putpmsg (__NR_Linux + 175) macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc993 case __NR_putpmsg:
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.c847 // __NR_putpmsg 189
850 GO(__NR_putpmsg, "5s 0m");
851 SY(__NR_putpmsg, x0, x0, x0, x0, x0); FAIL;
H A Dscalar.stderr.exp2446 189: __NR_putpmsg 5s 0m
/external/valgrind/memcheck/tests/darwin/
H A Dscalar.c1433 // __NR_putpmsg 189
1436 GO(__NR_putpmsg, "5s 0m");
1437 SY(__NR_putpmsg, x0, x0, x0, x0, x0); FAIL;
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-mips64-linux.c812 GENX_ (__NR_putpmsg, sys_putpmsg),
H A Dsyswrap-x86-linux.c1627 GENX_(__NR_putpmsg, sys_putpmsg), // 189
H A Dsyswrap-solaris.c10373 SOLX_(__NR_putpmsg, sys_putpmsg), /* 133 */

Completed in 326 milliseconds