Lines Matching refs:DPRINTF
86 #define DPRINTF(a) printf a macro
88 #define DPRINTF(a) (void)0 macro
216 DPRINTF(("msginfo.msgssz=%d (0x%x)\n", msginfo.msgssz, in msginit()
222 DPRINTF(("msginfo.msgseg=%d\n", msginfo.msgseg)); in msginit()
386 DPRINTF(("call to msgctl(%d, %d, %p)\n", msqid, cmd, uap->buf));
412 DPRINTF(("msqid (%d) out of range (0<=msqid<%d)\n", msqix,
421 DPRINTF(("no such msqid\n"));
426 DPRINTF(("wrong sequence number\n"));
509 DPRINTF(("can't increase msg_qbytes beyond %d"
514 DPRINTF(("can't reduce msg_qbytes to 0\n"));
528 DPRINTF(("requester doesn't have read access\n"));
535 DPRINTF(("invalid command %d\n", cmd));
565 DPRINTF(("msgget(0x%x, 0%o)\n", key, msgflg));
579 DPRINTF(("found public key\n"));
581 DPRINTF(("not exclusive\n"));
587 DPRINTF(("requester doesn't have 0%o access\n",
600 DPRINTF(("need to allocate the msqid_ds\n"));
615 DPRINTF(("no more msqid_ds's available\n"));
630 DPRINTF(("msqid %d is available\n", msqid));
654 DPRINTF(("didn't find it and wasn't asked to create it\n"));
699 DPRINTF(("msqid (%d) out of range (0<=msqid<%d)\n", msqix,
707 DPRINTF(("no such message queue id\n"));
712 DPRINTF(("wrong sequence number\n"));
718 DPRINTF(("requester doesn't have write access\n"));
748 DPRINTF(("msgsz=%zu, msgssz=%d, segs_needed=%d\n", msgsz,
759 DPRINTF(("msgsz > msqkptr->u.msg_qbytes\n"));
765 DPRINTF(("msqid is locked\n"));
769 DPRINTF(("msgsz + msg_cbytes > msg_qbytes\n"));
773 DPRINTF(("segs_needed > nfree_msgmaps\n"));
777 DPRINTF(("no more msghdrs\n"));
785 DPRINTF(("need more resources but caller "
792 DPRINTF(("we don't own the msqid_ds\n"));
797 DPRINTF(("we own the msqid_ds\n"));
801 DPRINTF(("msgsnd: goodnight\n"));
804 DPRINTF(("msgsnd: good morning, error=%d\n", error));
808 DPRINTF(("msgsnd: timed out\n"));
812 DPRINTF(("msgsnd: interrupted system call\n"));
822 DPRINTF(("msqid deleted\n"));
828 DPRINTF(("got all the resources that we need\n"));
888 DPRINTF(("allocating segment %d to message\n", next));
904 DPRINTF(("mtype (%ld) < 1\n", msghdr->msg_type));
928 DPRINTF(("error %d copying in message segment\n",
1021 DPRINTF(("call to msgsnd(%d, %p, %zu, %d)\n", uap->msqid, uap->msgp,
1025 DPRINTF(("error %d copying the message type\n", error));
1064 DPRINTF(("msqid (%d) out of range (0<=msqid<%d)\n", msqix,
1072 DPRINTF(("no such message queue id\n"));
1077 DPRINTF(("wrong sequence number\n"));
1083 DPRINTF(("requester doesn't have read access\n"));
1100 DPRINTF(("first message on the queue "
1139 DPRINTF(("found message type %ld, "
1144 DPRINTF(("requested message "
1196 DPRINTF(("no appropriate message found (msgtyp=%ld)\n",
1207 DPRINTF(("msgrcv: goodnight\n"));
1210 DPRINTF(("msgrcv: good morning (error=%d)\n", error));
1213 DPRINTF(("msgrcv: interrupted system call\n"));
1224 DPRINTF(("msqid deleted\n"));
1250 DPRINTF(("found a message, msgsz=%zu, msg_ts=%hu\n", msgsz,
1276 DPRINTF(("error (%d) copying out message segment\n",
1306 DPRINTF(("call to msgrcv(%d, %p, %zu, %ld, %d)\n", uap->msqid,
1314 DPRINTF(("error %d copying the message type\n", error));
1548 DPRINTF(("call to freebsd7_msgctl(%d, %d, %p)\n", uap->msqid, uap->cmd,