HomeSort by relevance Sort by last modified time
    Searched refs:SYS_close (Results 1 - 25 of 67) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/src/runtime/
syscall_nacl.h 7 #define SYS_close 11
sys_freebsd_arm.s 20 #define SYS_close (SYS_BASE + 6)
124 MOVW $SYS_close, R7
sys_darwin_arm.s 18 #define SYS_close 6
57 MOVW $SYS_close, R12
sys_darwin_arm64.s 18 #define SYS_close 6
57 MOVW $SYS_close, R16
sys_linux_arm.s 20 #define SYS_close (SYS_BASE + 6)
68 MOVW $SYS_close, R7
sys_linux_arm64.s 19 #define SYS_close 57
78 MOVD $SYS_close, R8
sys_linux_mips64x.s 20 #define SYS_close 5003
74 MOVV $SYS_close, R2
sys_linux_mipsx.s 20 #define SYS_close 4006
76 MOVW $SYS_close, R2
sys_linux_ppc64x.s 21 #define SYS_close 6
73 SYSCALL $SYS_close
sys_linux_s390x.s 16 #define SYS_close 6
71 MOVW $SYS_close, R1
  /prebuilts/go/linux-x86/src/runtime/
syscall_nacl.h 7 #define SYS_close 11
sys_freebsd_arm.s 20 #define SYS_close (SYS_BASE + 6)
124 MOVW $SYS_close, R7
sys_darwin_arm.s 18 #define SYS_close 6
57 MOVW $SYS_close, R12
sys_darwin_arm64.s 18 #define SYS_close 6
57 MOVW $SYS_close, R16
sys_linux_arm.s 20 #define SYS_close (SYS_BASE + 6)
68 MOVW $SYS_close, R7
sys_linux_arm64.s 19 #define SYS_close 57
78 MOVD $SYS_close, R8
sys_linux_mips64x.s 20 #define SYS_close 5003
74 MOVV $SYS_close, R2
sys_linux_mipsx.s 20 #define SYS_close 4006
76 MOVW $SYS_close, R2
sys_linux_ppc64x.s 21 #define SYS_close 6
73 SYSCALL $SYS_close
sys_linux_s390x.s 16 #define SYS_close 6
71 MOVW $SYS_close, R1
  /external/jemalloc/src/
pages.c 283 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_close)
284 syscall(SYS_close, fd);
  /external/openssh/
sandbox-systrace.c 86 { SYS_close, SYSTR_POLICY_PERMIT },
  /external/valgrind/include/vki/
vki-scnums-solaris.h 71 #define __NR_close SYS_close
  /development/ndk/platforms/android-21/include/sys/
glibc-syscalls.h 28 #define SYS_close __NR_close
349 #define SYS_close __NR_close
698 #define SYS_close __NR_close
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/sys/
glibc-syscalls.h 28 #define SYS_close __NR_close
349 #define SYS_close __NR_close
698 #define SYS_close __NR_close
    [all...]

Completed in 2400 milliseconds

1 2 3