HomeSort by: relevance | last modified time | path
    Searched refs:MSG_NOERROR (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
msg.h 73 #define MSG_NOERROR 010000 /* don't complain about too long msgs */
  /src/tests/lib/libc/sys/
t_msgrcv.c 299 atf_tc_set_md_var(tc, "descr", "Test msgrcv(2) with MSG_NOERROR");
319 MSG_MTYPE_1, IPC_NOWAIT | MSG_NOERROR);
  /src/sys/kern/
sysv_msg.c 1071 (msgflg & MSG_NOERROR) == 0) {
1110 (msgflg & MSG_NOERROR) == 0) {

Completed in 34 milliseconds