Home
last modified time | relevance | path

Searched refs:MSG_NOERROR (Results 1 – 15 of 15) sorted by relevance

/external/strace/xlat/
Dipc_msg_flags.h17 #if defined(MSG_NOERROR) || (defined(HAVE_DECL_MSG_NOERROR) && HAVE_DECL_MSG_NOERROR)
18 XLAT(MSG_NOERROR),
Dipc_msg_flags.in1 MSG_NOERROR
/external/syzkaller/sys/netbsd/
Dipc_amd64.const14 MSG_NOERROR = 4096
Dipc.txt59 msgrcv_flags = IPC_NOWAIT, MSG_NOERROR
/external/syzkaller/sys/freebsd/
Dipc_amd64.const15 MSG_NOERROR = 4096
Dipc.txt66 msgrcv_flags = IPC_NOWAIT, MSG_NOERROR
/external/syzkaller/sys/linux/
Dipc_arm.const17 MSG_NOERROR = 4096
Dipc_arm64.const17 MSG_NOERROR = 4096
Dipc_amd64.const17 MSG_NOERROR = 4096
Dipc_ppc64le.const17 MSG_NOERROR = 4096
Dipc_386.const17 MSG_NOERROR = 4096
Dipc.txt66 msgrcv_flags = IPC_NOWAIT, MSG_EXCEPT, MSG_NOERROR
/external/kernel-headers/original/uapi/linux/
Dmsg.h13 #define MSG_NOERROR 010000 /* no error if message is too big */ macro
/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv08.c69 sret = msgrcv(msqid, &msbr, sizeof(msbr.mtext), -mtype, IPC_NOWAIT | MSG_NOERROR); in msr()
Dmsgrcv07.c136 TEST(msgrcv(msgq_id, &rcv_buf, msg_len, MSGTYPE1, MSG_NOERROR)); in test_msg_noerror()