Home
last modified time | relevance | path

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

/minix3/minix/include/minix/
H A Dcom.h785 #define IPC_BASE 0xD00 macro
788 #define IPC_SHMGET (IPC_BASE+1)
789 #define IPC_SHMAT (IPC_BASE+2)
790 #define IPC_SHMDT (IPC_BASE+3)
791 #define IPC_SHMCTL (IPC_BASE+4)
794 #define IPC_SEMGET (IPC_BASE+5)
795 #define IPC_SEMCTL (IPC_BASE+6)
796 #define IPC_SEMOP (IPC_BASE+7)
/minix3/minix/servers/ipc/
H A Dmain.c11 #define CALL(n) [((n) - IPC_BASE)]
255 call_index = (unsigned int)(m.m_type - IPC_BASE); in main()
/minix3/minix/usr.bin/trace/service/
H A Dipc.c428 #define IPC_CALL(c) [((IPC_ ## c) - IPC_BASE)]
442 .base = IPC_BASE,