Home | History | Annotate | Download | only in strace

Lines Matching refs:flags

126 		/* flags */
136 int i, flags;
150 /* pointer to flags */
153 else if (umove(tcp, tcp->u_arg[3], &flags) < 0)
157 printflags(msgflags, flags, "RS_???");
209 /* flags */
221 int i, flags;
238 /* pointer to flags */
241 else if (umove(tcp, tcp->u_arg[4], &flags) < 0)
245 printflags(pmsgflags, flags, "MSG_???");
1141 /* argument is a set of flags */
1146 /* argument is a pointer to a set of flags */
1168 tprintf(", flags=");
1169 printflags(msgflags, sp.flags, "RS_???");
1173 /* argument is an option with flags */
1179 /* argument is an pointer to an option with flags */
1220 tprintf(", flags=");
1221 printflags(msgflags, sfi.flags, "RS_???");
1226 /* argument is a set of flags */
1233 /* argument is an pointer to an option with flags */