Searched refs:IPC_BASE (Results 1 – 3 of 3) sorted by relevance
785 #define IPC_BASE 0xD00 macro788 #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)
11 #define CALL(n) [((n) - IPC_BASE)]255 call_index = (unsigned int)(m.m_type - IPC_BASE); in main()
428 #define IPC_CALL(c) [((IPC_ ## c) - IPC_BASE)]442 .base = IPC_BASE,