OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_setgid
(Results
1 - 25
of
137
) sorted by null
1
2
3
4
5
6
/development/ndk/platforms/android-9/arch-mips/include/sys/
linux-syscalls.h
400
#define
__NR_setgid
(__NR_SYSCALL_BASE + 46)
[
all
...]
/external/valgrind/include/vki/
vki-scnums-solaris.h
103
#define
__NR_setgid
SYS_setgid
vki-scnums-amd64-linux.h
157
#define
__NR_setgid
106
vki-scnums-arm64-linux.h
189
#define
__NR_setgid
144
vki-scnums-mips64-linux.h
143
#define
__NR_setgid
(__NR_Linux + 104)
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
linux-syscalls.h
400
#define
__NR_setgid
(__NR_SYSCALL_BASE + 46)
[
all
...]
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
linux-syscalls.h
400
#define
__NR_setgid
(__NR_SYSCALL_BASE + 46)
[
all
...]
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
linux-syscalls.h
400
#define
__NR_setgid
(__NR_SYSCALL_BASE + 46)
[
all
...]
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
linux-syscalls.h
400
#define
__NR_setgid
(__NR_SYSCALL_BASE + 46)
[
all
...]
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
linux-syscalls.h
400
#define
__NR_setgid
(__NR_SYSCALL_BASE + 46)
[
all
...]
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/sys/
linux-syscalls.h
400
#define
__NR_setgid
(__NR_SYSCALL_BASE + 46)
[
all
...]
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/sys/
linux-syscalls.h
400
#define
__NR_setgid
(__NR_SYSCALL_BASE + 46)
[
all
...]
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/sys/
linux-syscalls.h
400
#define
__NR_setgid
(__NR_SYSCALL_BASE + 46)
[
all
...]
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
linux-syscalls.h
400
#define
__NR_setgid
(__NR_SYSCALL_BASE + 46)
[
all
...]
/bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h
154
#define
__NR_setgid
106
unistd_x32.h
139
#define
__NR_setgid
(__X32_SYSCALL_BIT + 106)
/development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h
154
#define
__NR_setgid
106
unistd_x32.h
139
#define
__NR_setgid
(__X32_SYSCALL_BIT + 106)
/development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h
154
#define
__NR_setgid
106
unistd_x32.h
139
#define
__NR_setgid
(__X32_SYSCALL_BIT + 106)
/external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h
110
#define
__NR_setgid
106
unistd_x32.h
98
#define
__NR_setgid
(__X32_SYSCALL_BIT + 106)
/external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h
586
#if !defined(
__NR_setgid
)
587
#define
__NR_setgid
144
mips64_linux_syscalls.h
432
#if !defined(
__NR_setgid
)
433
#define
__NR_setgid
(__NR_Linux + 104)
x86_64_linux_syscalls.h
437
#if !defined(
__NR_setgid
)
438
#define
__NR_setgid
106
Completed in 66 milliseconds
1
2
3
4
5
6