Home
last modified time | relevance | path

Searched refs:MSG_NOERROR (Results 1 – 9 of 9) 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/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.c70 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()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1083 pub const MSG_NOERROR: ::c_int = 0o10000; constant
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs953 pub const MSG_NOERROR: ::c_int = 0o10000; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1486 pub const MSG_NOERROR: ::c_int = 0o10000; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2417 pub const MSG_NOERROR: ::c_int = 0o10000; constant