OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipc_msg_flags
(Results
1 - 2
of
2
) sorted by null
/external/strace/xlat/
ipc_msg_flags.h
1
/* Generated by ./xlat/gen.sh from ./xlat/
ipc_msg_flags
.in; do not edit. */
5
# error static const struct xlat
ipc_msg_flags
in mpers mode
10
const struct xlat
ipc_msg_flags
[] = {
variable in typeref:struct:xlat
/external/strace/
ipc_msg.c
42
#include "xlat/
ipc_msg_flags
.h"
62
printflags(
ipc_msg_flags
, flags, "MSG_???");
115
printflags(
ipc_msg_flags
, tcp->u_arg[2], "MSG_???");
119
printflags(
ipc_msg_flags
, tcp->u_arg[4], "MSG_???");
Completed in 53 milliseconds