Searched refs:__NR_lchown (Results 1 - 24 of 24) sorted by relevance

/external/valgrind/main/include/vki/
H A Dvki-scnums-amd64-linux.h142 #define __NR_lchown 94 macro
H A Dvki-scnums-s390x-linux.h321 #define __NR_lchown 198 macro
H A Dvki-scnums-arm-linux.h53 #define __NR_lchown 16 macro
H A Dvki-scnums-ppc32-linux.h53 #define __NR_lchown 16 macro
H A Dvki-scnums-ppc64-linux.h53 #define __NR_lchown 16 macro
H A Dvki-scnums-x86-linux.h53 #define __NR_lchown 16 macro
H A Dvki-scnums-darwin.h582 #define __NR_lchown VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(364) macro
H A Dvki-scnums-mips32-linux.h56 #define __NR_lchown (__NR_Linux + 16) macro
/external/chromium_org/sandbox/linux/services/
H A Dx86_64_linux_syscalls.h389 #if !defined(__NR_lchown)
390 #define __NR_lchown 94 macro
H A Dx86_32_linux_syscalls.h77 #if !defined(__NR_lchown)
78 #define __NR_lchown 16 macro
H A Darm_linux_syscalls.h74 #if !defined(__NR_lchown)
75 #define __NR_lchown (__NR_SYSCALL_BASE+16) macro
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h24 #define __NR_lchown 16 macro
/external/kernel-headers/original/asm-mips/
H A Dunistd.h39 #define __NR_lchown (__NR_Linux + 16) macro
479 #define __NR_lchown (__NR_Linux + 92) macro
802 #define __NR_lchown (__NR_Linux + 92) macro
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc97 case __NR_lchown:
/external/kernel-headers/original/asm-arm/
H A Dunistd.h44 #define __NR_lchown (__NR_SYSCALL_BASE+ 16) macro
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c1119 GENX_(__NR_lchown, sys_lchown), // 16
H A Dsyswrap-amd64-linux.c1184 GENX_(__NR_lchown, sys_lchown), // 94
H A Dsyswrap-ppc32-linux.c1473 GENX_(__NR_lchown, sys_lchown), // 16 ## P
H A Dsyswrap-s390x-linux.c1354 GENX_(__NR_lchown, sys_lchown), // 198
H A Dsyswrap-mips32-linux.c1430 GENX_ (__NR_lchown, sys_lchown), // 16
H A Dsyswrap-darwin.c8310 GENX_(__NR_lchown, sys_lchown),
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c109 // __NR_lchown 16
110 GO(__NR_lchown, "n/a");
111 //SY(__NR_lchown); // (Not yet handled by Valgrind) FAIL;
H A Dscalar.stderr.exp234 16: __NR_lchown n/a
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c651 // __NR_lchown 364
700 // __NR_lchown 16
701 GO(__NR_lchown, "n/a");
702 //SY(__NR_lchown); // (Not yet handled by Valgrind) FAIL;

Completed in 130 milliseconds