/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 618 #if !defined(__NR_setfsgid) 619 #define __NR_setfsgid 152 macro
|
D | x86_64_linux_syscalls.h | 505 #if !defined(__NR_setfsgid) 506 #define __NR_setfsgid 123 macro
|
D | x86_32_linux_syscalls.h | 569 #if !defined(__NR_setfsgid) 570 #define __NR_setfsgid 139 macro
|
D | mips64_linux_syscalls.h | 500 #if !defined(__NR_setfsgid) 501 #define __NR_setfsgid (__NR_Linux + 121) macro
|
D | arm_linux_syscalls.h | 428 #if !defined(__NR_setfsgid) 429 #define __NR_setfsgid (__NR_SYSCALL_BASE+139) macro
|
D | mips_linux_syscalls.h | 574 #if !defined(__NR_setfsgid) 575 #define __NR_setfsgid (__NR_Linux + 139) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 279 #define __NR_setfsgid 152 macro
|
D | vki-scnums-s390x-linux.h | 348 #define __NR_setfsgid 216 macro
|
D | vki-scnums-arm64-linux.h | 197 #define __NR_setfsgid 152 macro
|
D | vki-scnums-amd64-linux.h | 176 #define __NR_setfsgid 123 macro
|
D | vki-scnums-ppc64-linux.h | 176 #define __NR_setfsgid 139 macro
|
D | vki-scnums-arm-linux.h | 176 #define __NR_setfsgid 139 macro
|
D | vki-scnums-ppc32-linux.h | 176 #define __NR_setfsgid 139 macro
|
D | vki-scnums-x86-linux.h | 176 #define __NR_setfsgid 139 macro
|
D | vki-scnums-mips64-linux.h | 160 #define __NR_setfsgid (__NR_Linux + 121) macro
|
D | vki-scnums-mips32-linux.h | 179 #define __NR_setfsgid (__NR_Linux + 139) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 127 #define __NR_setfsgid 123 macro
|
D | unistd_32.h | 143 #define __NR_setfsgid 139 macro
|
D | unistd_x32.h | 115 #define __NR_setfsgid (__X32_SYSCALL_BIT + 123) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 162 #define __NR_setfsgid (__NR_Linux + 139) macro 521 #define __NR_setfsgid (__NR_Linux + 121) macro 858 #define __NR_setfsgid (__NR_Linux + 121) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 443 #define __NR_setfsgid 152 macro 444 __SYSCALL(__NR_setfsgid, sys_setfsgid)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 167 #define __NR_setfsgid (__NR_SYSCALL_BASE+139) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 635 GO(__NR_setfsgid, "1s 0m"); in main() 636 SY(__NR_setfsgid, x0); SUCC; // This syscall has a stupid return value in main()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 259 case __NR_setfsgid: in IsProcessPrivilegeChange()
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1225 GO(__NR_setfsgid, "1s 0m"); in main() 1226 SY(__NR_setfsgid, x0); SUCC; // This syscall has a stupid return value in main()
|