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. */
3
static const struct xlat
ipc_msg_flags
[] = {
variable in typeref:struct:xlat
/external/strace/
ipc.c
72
#include "xlat/
ipc_msg_flags
.h"
136
printflags(
ipc_msg_flags
, flags, "MSG_???");
187
printflags(
ipc_msg_flags
, tcp->u_arg[2], "MSG_???");
191
printflags(
ipc_msg_flags
, tcp->u_arg[4], "MSG_???");
Completed in 42 milliseconds