Home
last modified time | relevance | path

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

/external/strace/xlat/
Dmsgctl_flags.h16 #if defined(MSG_STAT) || (defined(HAVE_DECL_MSG_STAT) && HAVE_DECL_MSG_STAT)
17 XLAT(MSG_STAT),
Dmsgctl_flags.in5 MSG_STAT
/external/strace/tests/
Dipc_msg.c25 rc = msgctl(id, MSG_STAT, &ds); in main()
/external/kernel-headers/original/uapi/linux/
Dmsg.h7 #define MSG_STAT 11 macro
/external/strace/
Dipc.c41 #ifndef MSG_STAT
42 #define MSG_STAT 11 macro
/external/toybox/toys/pending/
Dipcs.c387 if ((msqid = msgctl(i, MSG_STAT, &buf)) < 0 ) continue; in msg_array()