Home
last modified time | relevance | path

Searched refs:MSG_STAT (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dmsgctl_flags.h34 #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),
Dmsgctl_flags.in6 MSG_STAT 11
/external/syzkaller/sys/linux/
Dipc_arm.const18 MSG_STAT = 11
Dipc_arm64.const18 MSG_STAT = 11
Dipc_amd64.const18 MSG_STAT = 11
Dipc_ppc64le.const18 MSG_STAT = 11
Dipc_386.const18 MSG_STAT = 11
Dipc.txt25 msgctl$MSG_STAT(msqid ipc_msq, cmd const[MSG_STAT], buf buffer[out])
/external/kernel-headers/original/uapi/linux/
Dmsg.h8 #define MSG_STAT 11 macro
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl12.c41 {&index_q, MSG_STAT, "MSG_STAT", &msgqid_buf},
/external/strace/tests-mx32/
Dipc_msg.c172 rc = msgctl(id, MSG_STAT, &ds); in main()
/external/strace/tests/
Dipc_msg.c172 rc = msgctl(id, MSG_STAT, &ds); in main()
/external/strace/tests-m32/
Dipc_msg.c172 rc = msgctl(id, MSG_STAT, &ds); in main()
/external/linux-kselftest/tools/testing/selftests/ipc/
Dmsgque.c137 ret = msgctl(kern_id, MSG_STAT, &ds); in dump_queue()
/external/toybox/toys/pending/
Dipcs.c387 if ((msqid = msgctl(i, MSG_STAT, &buf)) < 0 ) continue; in msg_array()
/external/strace/
DChangeLog37114 * 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.