OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_setsid
(Results
26 - 50
of
160
) sorted by null
1
2
3
4
5
6
7
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/sys/
linux-syscalls.h
47
#define
__NR_setsid
(__NR_SYSCALL_BASE + 66)
[
all
...]
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/sys/
linux-syscalls.h
26
#define
__NR_setsid
(__NR_SYSCALL_BASE + 66)
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h
26
#define
__NR_setsid
(__NR_SYSCALL_BASE + 66)
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/
linux-syscalls.h
26
#define
__NR_setsid
(__NR_SYSCALL_BASE + 66)
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/sys/
linux-syscalls.h
26
#define
__NR_setsid
(__NR_SYSCALL_BASE + 66)
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/
linux-syscalls.h
26
#define
__NR_setsid
(__NR_SYSCALL_BASE + 66)
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/sys/
linux-syscalls.h
26
#define
__NR_setsid
(__NR_SYSCALL_BASE + 66)
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
linux-syscalls.h
47
#define
__NR_setsid
(__NR_SYSCALL_BASE + 66)
[
all
...]
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
linux-syscalls.h
26
#define
__NR_setsid
(__NR_SYSCALL_BASE + 66)
/bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h
161
#define
__NR_setsid
112
unistd_x32.h
146
#define
__NR_setsid
(__X32_SYSCALL_BIT + 112)
/development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h
161
#define
__NR_setsid
112
unistd_x32.h
146
#define
__NR_setsid
(__X32_SYSCALL_BIT + 112)
/development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h
161
#define
__NR_setsid
112
unistd_x32.h
146
#define
__NR_setsid
(__X32_SYSCALL_BIT + 112)
/external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h
116
#define
__NR_setsid
112
unistd_x32.h
104
#define
__NR_setsid
(__X32_SYSCALL_BIT + 112)
/external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h
638
#if !defined(
__NR_setsid
)
639
#define
__NR_setsid
157
mips64_linux_syscalls.h
456
#if !defined(
__NR_setsid
)
457
#define
__NR_setsid
(__NR_Linux + 110)
x86_64_linux_syscalls.h
461
#if !defined(
__NR_setsid
)
462
#define
__NR_setsid
112
/external/valgrind/include/vki/
vki-scnums-amd64-linux.h
164
#define
__NR_setsid
112
vki-scnums-arm64-linux.h
202
#define
__NR_setsid
157
vki-scnums-mips64-linux.h
149
#define
__NR_setsid
(__NR_Linux + 110)
vki-scnums-s390x-linux.h
89
#define
__NR_setsid
66
vki-scnums-tilegx-linux.h
284
#define
__NR_setsid
157
Completed in 2441 milliseconds
1
2
3
4
5
6
7