Searched refs:__NR_sethostname (Results 1 - 17 of 17) sorted by relevance

/external/valgrind/main/include/vki/
H A Dvki-scnums-amd64-linux.h243 #define __NR_sethostname 170 macro
H A Dvki-scnums-s390x-linux.h93 #define __NR_sethostname 74 macro
H A Dvki-scnums-arm-linux.h111 #define __NR_sethostname 74 macro
H A Dvki-scnums-ppc32-linux.h111 #define __NR_sethostname 74 macro
H A Dvki-scnums-ppc64-linux.h111 #define __NR_sethostname 74 macro
H A Dvki-scnums-x86-linux.h111 #define __NR_sethostname 74 macro
H A Dvki-scnums-mips32-linux.h114 #define __NR_sethostname (__NR_Linux + 74) macro
/external/chromium_org/sandbox/linux/services/
H A Dx86_64_linux_syscalls.h693 #if !defined(__NR_sethostname)
694 #define __NR_sethostname 170 macro
H A Dx86_32_linux_syscalls.h309 #if !defined(__NR_sethostname)
310 #define __NR_sethostname 74 macro
H A Darm_linux_syscalls.h234 #if !defined(__NR_sethostname)
235 #define __NR_sethostname (__NR_SYSCALL_BASE+74) macro
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h82 #define __NR_sethostname 74 macro
/external/kernel-headers/original/asm-mips/
H A Dunistd.h97 #define __NR_sethostname (__NR_Linux + 74) macro
552 #define __NR_sethostname (__NR_Linux + 165) macro
875 #define __NR_sethostname (__NR_Linux + 165) macro
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc586 case __NR_sethostname:
/external/kernel-headers/original/asm-arm/
H A Dunistd.h102 #define __NR_sethostname (__NR_SYSCALL_BASE+ 74) macro
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c358 // __NR_sethostname 74
359 GO(__NR_sethostname, "n/a");
360 //SY(__NR_sethostname); // (Not yet handled by Valgrind) FAIL;
H A Dscalar.stderr.exp759 74: __NR_sethostname n/a
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c949 // __NR_sethostname 74
950 GO(__NR_sethostname, "n/a");
951 //SY(__NR_sethostname); // (Not yet handled by Valgrind) FAIL;

Completed in 148 milliseconds