Home
last modified time | relevance | path

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

/external/strace/xlat/
Dmsgctl_flags.h11 extern const struct xlat msgctl_flags[];
18 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…
243 $(top_srcdir)/xlat/msgctl_flags.h: $(top_srcdir)/xlat/msgctl_flags.in $(top_srcdir)/xlat/gen.sh
/external/strace/
Dipc_msgctl.c101 PRINTCTL(msgctl_flags, tcp->u_arg[1], "MSG_???"); in SYS_FUNC()