OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYS_shmdt
(Results
1 - 6
of
6
) sorted by null
/external/strace/linux/
syscall.h
245
int sys_shmat(),
sys_shmdt
(), sys_shmget(), sys_shmctl();
268
# undef
SYS_shmdt
363
int sys_shmsys(), sys_shmat(), sys_shmctl(),
sys_shmdt
(), sys_shmget();
368
#define
SYS_shmdt
(SYS_shmsys_subcall + 2)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
syscall.h
290
#define
SYS_shmdt
__NR_shmdt
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h
290
#define
SYS_shmdt
__NR_shmdt
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h
290
#define
SYS_shmdt
__NR_shmdt
/bionic/libc/include/sys/
glibc-syscalls.h
281
#define
SYS_shmdt
__NR_shmdt
628
#define
SYS_shmdt
__NR_shmdt
[
all
...]
/external/strace/
syscall.c
520
{ SYS_shmsys, 5, { SYS_shmat, SYS_shmctl,
SYS_shmdt
, SYS_shmget, SYS_shmctl } },
[
all
...]
Completed in 33 milliseconds