Home
last modified time | relevance | path

Searched refs:msgctl_flags (Results 1 – 3 of 3) sorted by relevance

/external/strace/xlat/
Dmsgctl_flags.h3 static const struct xlat msgctl_flags[] = { variable
DMakemodule.am1 …lat/mount_flags.in xlat/move_pages_flags.in xlat/mremap_flags.in xlat/msgctl_flags.in xlat/msg_fla…
2 …h xlat/mount_flags.h xlat/move_pages_flags.h xlat/mremap_flags.h xlat/msgctl_flags.h xlat/msg_flag…
159 $(top_srcdir)/xlat/msgctl_flags.h: $(top_srcdir)/xlat/msgctl_flags.in $(top_srcdir)/xlat/gen.sh
/external/strace/
Dipc.c116 PRINTCTL(msgctl_flags, tcp->u_arg[1], "MSG_???"); in sys_msgctl()