Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmsg.h26 #define MSG_EXCEPT 020000 macro
/third_party/musl/ndk_musl_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/uniproton/kernel/include/sys/
Dmsg.h26 #define MSG_EXCEPT 020000 macro
/third_party/musl/porting/liteos_m_iccarm/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()