Lines Matching defs:msgflg
637 int msgflg;
646 int msgflg = uap->msgflg;
650 DPRINTF(("msgget(0x%x, 0%o)\n", key, msgflg));
667 if ((msgflg & IPC_CREAT) && (msgflg & IPC_EXCL)) {
675 msgflg & 0700))) {
677 msgflg & 0700));
690 if (key == IPC_PRIVATE || (msgflg & IPC_CREAT)) {
725 msqkptr->u.msg_perm.mode = (msgflg & 0777);
762 int msgflg;
767 size_t msgsz, int msgflg, long mtype)
878 if ((msgflg & IPC_NOWAIT) != 0) {
1114 uap->msgsz, uap->msgflg));
1122 uap->msgsz, uap->msgflg, mtype));
1131 int msgflg;
1137 int msgflg, long *mtype)
1195 (msgflg & MSG_NOERROR) == 0) {
1240 (msgflg & MSG_NOERROR) == 0) {
1292 if ((msgflg & IPC_NOWAIT) != 0) {
1402 uap->msgp, uap->msgsz, uap->msgtyp, uap->msgflg));
1406 uap->msgtyp, uap->msgflg, &mtype)) != 0)
1836 uap->msgsz, uap->msgflg, mtype));
1850 uap->msgtyp, uap->msgflg, &mtype)) != 0)