Searched refs:MSG_NOERROR (Results 1 – 15 of 15) sorted by relevance
/external/strace/xlat/ |
D | ipc_msg_flags.h | 17 #if defined(MSG_NOERROR) || (defined(HAVE_DECL_MSG_NOERROR) && HAVE_DECL_MSG_NOERROR) 18 XLAT(MSG_NOERROR),
|
D | ipc_msg_flags.in | 1 MSG_NOERROR
|
/external/syzkaller/sys/netbsd/ |
D | ipc_amd64.const | 14 MSG_NOERROR = 4096
|
D | ipc.txt | 59 msgrcv_flags = IPC_NOWAIT, MSG_NOERROR
|
/external/syzkaller/sys/freebsd/ |
D | ipc_amd64.const | 15 MSG_NOERROR = 4096
|
D | ipc.txt | 66 msgrcv_flags = IPC_NOWAIT, MSG_NOERROR
|
/external/syzkaller/sys/linux/ |
D | ipc_arm.const | 17 MSG_NOERROR = 4096
|
D | ipc_arm64.const | 17 MSG_NOERROR = 4096
|
D | ipc_amd64.const | 17 MSG_NOERROR = 4096
|
D | ipc_ppc64le.const | 17 MSG_NOERROR = 4096
|
D | ipc_386.const | 17 MSG_NOERROR = 4096
|
D | ipc.txt | 66 msgrcv_flags = IPC_NOWAIT, MSG_EXCEPT, MSG_NOERROR
|
/external/kernel-headers/original/uapi/linux/ |
D | msg.h | 13 #define MSG_NOERROR 010000 /* no error if message is too big */ macro
|
/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv08.c | 69 sret = msgrcv(msqid, &msbr, sizeof(msbr.mtext), -mtype, IPC_NOWAIT | MSG_NOERROR); in msr()
|
D | msgrcv07.c | 136 TEST(msgrcv(msgq_id, &rcv_buf, msg_len, MSGTYPE1, MSG_NOERROR)); in test_msg_noerror()
|