HomeSort by relevance Sort by last modified time
    Searched refs:__NR_sethostname (Results 126 - 142 of 142) sorted by null

1 2 3 4 56

  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/asm/
unistd.h 102 #define __NR_sethostname (__NR_SYSCALL_BASE+ 74)
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm/
unistd.h 102 #define __NR_sethostname (__NR_SYSCALL_BASE+ 74)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm/
unistd.h 102 #define __NR_sethostname (__NR_SYSCALL_BASE+ 74)
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/
unistd.h 102 #define __NR_sethostname (__NR_SYSCALL_BASE+ 74)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/
unistd.h 102 #define __NR_sethostname (__NR_SYSCALL_BASE+ 74)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/
unistd.h 102 #define __NR_sethostname (__NR_SYSCALL_BASE+ 74)
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 460 #define __NR_sethostname 161
461 __SYSCALL(__NR_sethostname, sys_sethostname)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
unistd.h 434 #define __NR_sethostname 161
435 __SYSCALL(__NR_sethostname, sys_sethostname)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 434 #define __NR_sethostname 161
435 __SYSCALL(__NR_sethostname, sys_sethostname)
  /external/linux-tools-perf/perf-3.12.0/arch/parisc/include/uapi/asm/
unistd.h 567 #define __NR_sethostname (__NR_Linux + 74)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/xtensa/include/uapi/asm/
unistd.h 433 #define __NR_sethostname 198
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-linux.c     [all...]
syswrap-mips64-linux.c 813 PLAX_ (__NR_sethostname, sys_sethostname),
    [all...]
syswrap-x86-linux.c     [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.c 358 // __NR_sethostname 74
359 GO(__NR_sethostname, "n/a");
360 //SY(__NR_sethostname); // (Not yet handled by Valgrind) FAIL;
    [all...]
scalar.stderr.exp 759 74: __NR_sethostname n/a
    [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.c 949 // __NR_sethostname 74
950 GO(__NR_sethostname, "n/a");
951 //SY(__NR_sethostname); // (Not yet handled by Valgrind) FAIL;
    [all...]

Completed in 69 milliseconds

1 2 3 4 56