Searched refs:SYS_ipc (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/bionic/
H A Dsys_shm.cpp40 if (syscall(SYS_ipc, SHMAT, id, flags, &result, address, 0) == -1) {
56 return syscall(SYS_ipc, SHMCTL, id, cmd, 0, buf, 0);
64 return syscall(SYS_ipc, SHMDT, 0, 0, 0, address, 0);
72 return syscall(SYS_ipc, SHMGET, key, size, flags, 0, 0);
H A Dsys_msg.cpp43 return syscall(SYS_ipc, MSGCTL, id, cmd, 0, buf, 0);
51 return syscall(SYS_ipc, MSGGET, key, flags, 0, 0, 0);
59 return syscall(SYS_ipc, IPCCALL(1, MSGRCV), id, n, flags, msg, type);
67 return syscall(SYS_ipc, MSGSND, id, n, flags, msg, 0);
H A Dsys_sem.cpp48 return syscall(SYS_ipc, SEMCTL, id, num, cmd, &arg, 0);
56 return syscall(SYS_ipc, SEMGET, key, n, flags, 0, 0);
68 return syscall(SYS_ipc, SEMTIMEDOP, id, op_count, 0, ops, ts);
/bionic/libc/include/bits/
H A Dglibc-syscalls.h443 #define SYS_ipc __NR_ipc macro
/bionic/tools/versioner/current/bits/
H A Dglibc-syscalls.h443 #define SYS_ipc __NR_ipc macro

Completed in 49 milliseconds