Searched refs:__NR_setfsgid (Results 1 - 25 of 36) sorted by relevance

12

/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h176 #define __NR_setfsgid 123 macro
H A Dvki-scnums-arm64-linux.h197 #define __NR_setfsgid 152 macro
H A Dvki-scnums-s390x-linux.h348 #define __NR_setfsgid 216 macro
H A Dvki-scnums-tilegx-linux.h279 #define __NR_setfsgid 152 macro
H A Dvki-scnums-arm-linux.h176 #define __NR_setfsgid 139 macro
H A Dvki-scnums-ppc32-linux.h176 #define __NR_setfsgid 139 macro
H A Dvki-scnums-ppc64-linux.h176 #define __NR_setfsgid 139 macro
H A Dvki-scnums-x86-linux.h176 #define __NR_setfsgid 139 macro
H A Dvki-scnums-mips64-linux.h160 #define __NR_setfsgid (__NR_Linux + 121) macro
H A Dvki-scnums-mips32-linux.h179 #define __NR_setfsgid (__NR_Linux + 139) macro
/external/libchrome/sandbox/linux/system_headers/
H A Darm64_linux_syscalls.h618 #if !defined(__NR_setfsgid)
619 #define __NR_setfsgid 152 macro
H A Dx86_64_linux_syscalls.h505 #if !defined(__NR_setfsgid)
506 #define __NR_setfsgid 123 macro
H A Dx86_32_linux_syscalls.h569 #if !defined(__NR_setfsgid)
570 #define __NR_setfsgid 139 macro
H A Darm_linux_syscalls.h428 #if !defined(__NR_setfsgid)
429 #define __NR_setfsgid (__NR_SYSCALL_BASE+139) macro
H A Dmips64_linux_syscalls.h500 #if !defined(__NR_setfsgid)
501 #define __NR_setfsgid (__NR_Linux + 121) macro
H A Dmips_linux_syscalls.h574 #if !defined(__NR_setfsgid)
575 #define __NR_setfsgid (__NR_Linux + 139) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h143 #define __NR_setfsgid 139 macro
H A Dunistd_64.h127 #define __NR_setfsgid 123 macro
H A Dunistd_x32.h115 #define __NR_setfsgid (__X32_SYSCALL_BIT + 123) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h162 #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-arm/asm/
H A Dunistd.h167 #define __NR_setfsgid (__NR_SYSCALL_BASE+139) macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc259 case __NR_setfsgid:
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h443 #define __NR_setfsgid 152 macro
444 __SYSCALL(__NR_setfsgid, sys_setfsgid)
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.c634 // __NR_setfsgid 139
635 GO(__NR_setfsgid, "1s 0m");
636 SY(__NR_setfsgid, x0); SUCC; // This syscall has a stupid return value
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c947 LINX_(__NR_setfsgid, sys_setfsgid), // 139

Completed in 134 milliseconds

12