/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 850 #if !defined(__NR_shutdown) 851 #define __NR_shutdown 210 macro
|
D | x86_64_linux_syscalls.h | 205 #if !defined(__NR_shutdown) 206 #define __NR_shutdown 48 macro
|
D | mips64_linux_syscalls.h | 204 #if !defined(__NR_shutdown) 205 #define __NR_shutdown (__NR_Linux + 47) macro
|
D | arm_linux_syscalls.h | 1012 #if !defined(__NR_shutdown) 1013 #define __NR_shutdown (__NR_SYSCALL_BASE+293) macro
|
D | mips_linux_syscalls.h | 746 #if !defined(__NR_shutdown) 747 #define __NR_shutdown (__NR_Linux + 182) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 353 #define __NR_shutdown 210 macro
|
D | vki-scnums-arm64-linux.h | 255 #define __NR_shutdown 210 macro
|
D | vki-scnums-amd64-linux.h | 91 #define __NR_shutdown 48 macro
|
D | vki-scnums-ppc32-linux.h | 383 #define __NR_shutdown 338 macro
|
D | vki-scnums-ppc64-linux.h | 375 #define __NR_shutdown 338 macro
|
D | vki-scnums-arm-linux.h | 331 #define __NR_shutdown 293 macro
|
D | vki-scnums-solaris.h | 289 #define __NR_shutdown SYS_shutdown macro
|
D | vki-scnums-mips64-linux.h | 86 #define __NR_shutdown (__NR_Linux + 47) macro
|
D | vki-scnums-mips32-linux.h | 222 #define __NR_shutdown (__NR_Linux + 182) macro
|
D | vki-scnums-darwin.h | 351 #define __NR_shutdown VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(134) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 52 #define __NR_shutdown 48 macro
|
D | unistd_32.h | 373 #define __NR_shutdown 373 macro
|
D | unistd_x32.h | 44 #define __NR_shutdown (__X32_SYSCALL_BIT + 48) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 205 #define __NR_shutdown (__NR_Linux + 182) macro 447 #define __NR_shutdown (__NR_Linux + 47) macro 784 #define __NR_shutdown (__NR_Linux + 47) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 574 #define __NR_shutdown 210 macro 575 __SYSCALL(__NR_shutdown, sys_shutdown)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 321 #define __NR_shutdown (__NR_SYSCALL_BASE+293) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 344 case __NR_shutdown: in IsAllowedOperationOnFd()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm64-linux.c | 1028 LINX_(__NR_shutdown, sys_shutdown), // 210
|
D | syswrap-ppc32-linux.c | 1250 LINX_(__NR_shutdown, sys_shutdown), // 338
|
D | syswrap-mips64-linux.c | 684 LINX_ (__NR_shutdown, sys_shutdown),
|