/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 62 #if !defined(__NR_flistxattr) 63 #define __NR_flistxattr 13 macro
|
D | x86_64_linux_syscalls.h | 797 #if !defined(__NR_flistxattr) 798 #define __NR_flistxattr 196 macro
|
D | x86_32_linux_syscalls.h | 941 #if !defined(__NR_flistxattr) 942 #define __NR_flistxattr 234 macro
|
D | mips64_linux_syscalls.h | 768 #if !defined(__NR_flistxattr) 769 #define __NR_flistxattr (__NR_Linux + 188) macro
|
D | arm_linux_syscalls.h | 784 #if !defined(__NR_flistxattr) 785 #define __NR_flistxattr (__NR_SYSCALL_BASE+234) macro
|
D | mips_linux_syscalls.h | 946 #if !defined(__NR_flistxattr) 947 #define __NR_flistxattr (__NR_Linux + 232) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 53 #define __NR_flistxattr 13 macro
|
D | vki-scnums-arm64-linux.h | 52 #define __NR_flistxattr 13 macro
|
D | vki-scnums-s390x-linux.h | 202 #define __NR_flistxattr 232 macro
|
D | vki-scnums-amd64-linux.h | 279 #define __NR_flistxattr 196 macro
|
D | vki-scnums-ppc32-linux.h | 258 #define __NR_flistxattr 217 macro
|
D | vki-scnums-x86-linux.h | 271 #define __NR_flistxattr 234 macro
|
D | vki-scnums-ppc64-linux.h | 254 #define __NR_flistxattr 217 macro
|
D | vki-scnums-arm-linux.h | 271 #define __NR_flistxattr 234 macro
|
D | vki-scnums-mips64-linux.h | 227 #define __NR_flistxattr (__NR_Linux + 188) macro
|
D | vki-scnums-mips32-linux.h | 272 #define __NR_flistxattr (__NR_Linux + 232) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 200 #define __NR_flistxattr 196 macro
|
D | unistd_32.h | 236 #define __NR_flistxattr 234 macro
|
D | unistd_x32.h | 178 #define __NR_flistxattr (__X32_SYSCALL_BIT + 196) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 255 #define __NR_flistxattr (__NR_Linux + 232) macro 588 #define __NR_flistxattr (__NR_Linux + 188) macro 925 #define __NR_flistxattr (__NR_Linux + 188) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 60 #define __NR_flistxattr 13 macro 61 __SYSCALL(__NR_flistxattr, sys_flistxattr)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 262 #define __NR_flistxattr (__NR_SYSCALL_BASE+234) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 1043 GO(__NR_flistxattr, "3s 1m"); in main() 1044 SY(__NR_flistxattr, x0-1, x0, x0+1); FAIL; /* kernel returns EBADF, but both seem correct */ in main()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 945 case __NR_flistxattr: in IsExtendedAttributes()
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1629 GO(__NR_flistxattr, "3s 1m"); in main() 1630 SY(__NR_flistxattr, x0-1, x0, x0+1); FAIL; /* kernel returns EBADF, but both seem correct */ in main()
|