Home
last modified time | relevance | path

Searched refs:IPC_ALLOC (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dipc.h44 #define IPC_ALLOC 0100000 /* entry currently allocated */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dipc.h64 #define IPC_ALLOC 0100000 /* entry currently allocated */ macro
H A Dipc_impl.h134 #define IPC_FREE(x) (((x)->ipc_mode & IPC_ALLOC) == 0)
/titanic_41/usr/src/uts/common/os/
H A Dipc.c1137 perm->ipc_mode |= IPC_ALLOC; in ipc_commit_end()
1205 perm->ipc_mode &= ~IPC_ALLOC; in ipc_remove()
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c2006 #define IPC_FLAGS (IPC_ALLOC|IPC_CREAT|IPC_EXCL|IPC_NOWAIT)
2018 if (arg & IPC_ALLOC) in ipcflags()