Searched refs:MSG_EXCEPT (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | msg.h | 26 #define MSG_EXCEPT 020000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | msg.h | 26 #define MSG_EXCEPT 020000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | msg.h | 26 #define MSG_EXCEPT 020000 macro
|
/third_party/musl/include/sys/ |
H A D | msg.h | 26 #define MSG_EXCEPT 020000 macro
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
H A D | msgrcv03.c | 49 {EINVAL, MSG_EXCEPT, MSGTYPE, 50 "EINVAL for MSG_COPY with MSG_EXCEPT"},
|
H A D | msgrcv02.c | 61 {&queue_id, &rcv_buf, MSGSIZE, -1, IPC_NOWAIT | MSG_EXCEPT, 0, ENOMSG},
|
H A D | msgrcv07.c | 7 * Basic test for msgrcv(2) using MSG_EXCEPT, MSG_NOERROR, MSG_COPY and 10 * * With MSG_EXCEPT flag any message type but the one passed to the function 62 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, MSGTYPE2, MSG_EXCEPT)); in test_msg_except() 64 tst_res(TFAIL | TTERRNO, "msgrcv(MSG_EXCEPT) failed"); in test_msg_except() 68 tst_res(TPASS, "msgrcv(MSG_EXCEPT) succeeded"); in test_msg_except() 71 tst_res(TPASS, "MSG_EXCEPT excepted MSGTYPE2 and got MSGTYPE1"); in test_msg_except() 73 tst_res(TFAIL, "MSG_EXCEPT didn't get MSGTYPE1 message"); in test_msg_except()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 952 pub const MSG_EXCEPT: ::c_int = 0o20000; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2429 pub const MSG_EXCEPT: ::c_int = 0o20000; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1830 pub const MSG_EXCEPT: ::c_int = 0o20000; consts
|
Completed in 28 milliseconds