Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dipc_impl.h140 #define IPC_SEQ(x) ((unsigned int)(x) >> IPC_SEQ_SHIFT) macro
/titanic_44/usr/src/uts/common/os/
H A Dipc.c803 ASSERT(IPC_SEQ(id) == service->ipcs_table[index].ipct_seq); in ipc_lookup()