Searched refs:MSG_STAT (Results 1 – 13 of 13) sorted by relevance
/external/strace/xlat/ |
D | msgctl_flags.h | 34 #if defined(MSG_STAT) || (defined(HAVE_DECL_MSG_STAT) && HAVE_DECL_MSG_STAT) 36 static_assert((MSG_STAT) == (11), "MSG_STAT != 11"); 39 # define MSG_STAT 11 73 XLAT(MSG_STAT),
|
D | msgctl_flags.in | 6 MSG_STAT 11
|
/external/kernel-headers/original/uapi/linux/ |
D | msg.h | 8 #define MSG_STAT 11 macro
|
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
D | msgctl12.c | 31 {&index_q, MSG_STAT, "MSG_STAT", &msgqid_buf},
|
/external/strace/tests/ |
D | ipc_msg.c | 172 rc = msgctl(id, MSG_STAT, &ds); in main()
|
/external/strace/tests-m32/ |
D | ipc_msg.c | 172 rc = msgctl(id, MSG_STAT, &ds); in main()
|
/external/strace/tests-mx32/ |
D | ipc_msg.c | 172 rc = msgctl(id, MSG_STAT, &ds); in main()
|
/external/linux-kselftest/tools/testing/selftests/ipc/ |
D | msgque.c | 138 ret = msgctl(kern_id, MSG_STAT, &ds); in dump_queue()
|
/external/toybox/toys/pending/ |
D | ipcs.c | 387 if ((msqid = msgctl(i, MSG_STAT, &buf)) < 0 ) continue; in msg_array()
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 950 pub const MSG_STAT: ::c_int = 11; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1483 pub const MSG_STAT: ::c_int = 11; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2414 pub const MSG_STAT: ::c_int = 11; constant
|
/external/strace/ |
D | ChangeLog | 37114 * ipc.c: Move MSG_STAT and MSG_INFO definitions to xlat/msgctl_flags.in. 40932 (main): Add a test call with IPC_STAT, handle old kernels MSG_STAT behaviour.
|