Lines Matching refs:msgflg
593 msgget(key_t key, int msgflg)
602 if (error = ipc_get(msq_svc, key, msgflg, (kipc_perm_t **)&qp, &lock))
644 if (error = ipc_commit_begin(msq_svc, key, msgflg,
666 msgrcv(int msqid, struct ipcmsgbuf *msgp, size_t msgsz, long msgtyp, int msgflg)
711 smp, msgp, msgflg);
750 if (msgflg & IPC_NOWAIT) {
805 size_t msgsz, struct msg *smp, struct ipcmsgbuf *msgp, int msgflg)
814 if ((msgflg & MSG_NOERROR) == 0) {
1094 msgsnd(int msqid, struct ipcmsgbuf *msgp, size_t msgsz, int msgflg)
1171 if (msgflg & IPC_NOWAIT) {