Home
last modified time | relevance | path

Searched refs:MSG_EXCEPT (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmsg.h26 #define MSG_EXCEPT 020000 macro
/third_party/musl/include/sys/
Dmsg.h26 #define MSG_EXCEPT 020000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmsg.h26 #define MSG_EXCEPT 020000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmsg.h26 #define MSG_EXCEPT 020000 macro
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv03.c49 {EINVAL, MSG_EXCEPT, MSGTYPE,
Dmsgrcv02.c61 {&queue_id, &rcv_buf, MSGSIZE, -1, IPC_NOWAIT | MSG_EXCEPT, 0, ENOMSG},
Dmsgrcv07.c62 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, MSGTYPE2, MSG_EXCEPT)); in test_msg_except()
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt472 MSG_EXCEPT
Dlinux.txt1313 MSG_EXCEPT
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs952 pub const MSG_EXCEPT: ::c_int = 0o20000; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1830 pub const MSG_EXCEPT: ::c_int = 0o20000; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2429 pub const MSG_EXCEPT: ::c_int = 0o20000; constant