Home
last modified time | relevance | path

Searched refs:IPC_NOWAIT (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dsem.c123 (timeout != SM_TIME_FOREVER ? 0 : IPC_NOWAIT);
167 (timeout != SM_TIME_FOREVER ? 0 : IPC_NOWAIT);
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dipc.h47 #define IPC_NOWAIT 0004000 /* error if request must wait */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dipc.h67 #define IPC_NOWAIT 0004000 /* error if request must wait */ macro
/titanic_41/usr/src/lib/libnwam/common/
H A Dlibnwam_events.c291 IPC_NOWAIT) == -1) { in nwam_event_send()
/titanic_41/usr/src/uts/common/syscall/
H A Dsem.c1073 if (op->sem_flg & IPC_NOWAIT) { in semop()
1120 if (op->sem_flg & IPC_NOWAIT) { in semop()
/titanic_41/usr/src/uts/common/os/
H A Dmsg.c750 if (msgflg & IPC_NOWAIT) { in msgrcv()
1171 if (msgflg & IPC_NOWAIT) { in msgsnd()
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c2006 #define IPC_FLAGS (IPC_ALLOC|IPC_CREAT|IPC_EXCL|IPC_NOWAIT)
2024 if (arg & IPC_NOWAIT) in ipcflags()