Home
last modified time | relevance | path

Searched refs:SYS_ipc (Results 1 – 3 of 3) sorted by relevance

/external/strace/linux/
Dsyscall.h257 # undef SYS_ipc
258 # define SYS_ipc 117 macro
289 #if defined SYS_ipc_subcall && !defined SYS_ipc
290 # define SYS_ipc SYS_ipc_subcall macro
/external/strace/linux/i386/
Dsyscallent.h148 { 6, 0, sys_ipc, "ipc", SYS_ipc }, /* 117 */
/external/strace/
Dsyscall.c2613 case SYS_ipc: in trace_syscall_entering()