Searched refs:MSG_STAT (Results 1 – 16 of 16) 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/syzkaller/sys/linux/ |
D | ipc_arm.const | 18 MSG_STAT = 11
|
D | ipc_arm64.const | 18 MSG_STAT = 11
|
D | ipc_amd64.const | 18 MSG_STAT = 11
|
D | ipc_ppc64le.const | 18 MSG_STAT = 11
|
D | ipc_386.const | 18 MSG_STAT = 11
|
D | ipc.txt | 25 msgctl$MSG_STAT(msqid ipc_msq, cmd const[MSG_STAT], buf buffer[out])
|
/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 | 41 {&index_q, MSG_STAT, "MSG_STAT", &msgqid_buf},
|
/external/strace/tests-mx32/ |
D | ipc_msg.c | 172 rc = msgctl(id, MSG_STAT, &ds); in main()
|
/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/linux-kselftest/tools/testing/selftests/ipc/ |
D | msgque.c | 137 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/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.
|