Home
last modified time | relevance | path

Searched refs:IPCCALL (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dipc.h71 #define IPCCALL(version,op) ((version) << 16 | (op)) macro
/bionic/libc/bionic/
Dsys_msg.cpp59 return syscall(SYS_ipc, IPCCALL(1, MSGRCV), id, n, flags, msg, type); in msgrcv()