HomeSort by relevance Sort by last modified time
    Searched full:printflags (Results 26 - 50 of 69) sorted by null

12 3

  /external/strace/
ptp.c 50 printflags(ptp_flags_options, extts.flags, "PTP_???");
68 printflags(ptp_flags_options, perout.flags, "PTP_???");
eventfd.c 43 printflags(efd_flags, tcp->u_arg[flags_arg], "EFD_???");
flock.c 40 printflags(flockcmds, tcp->u_arg[1], "LOCK_???");
memfd_create.c 36 printflags(memfd_create_flags, tcp->u_arg[1], "MFD_???");
perf.c 44 printflags(perf_event_open_flags, tcp->u_arg[4], "PERF_FLAG_???");
signalfd.c 46 printflags(sfd_flags, tcp->u_arg[flags_arg], "SFD_???");
userfaultfd.c 35 printflags(uffd_flags, tcp->u_arg[0], "UFFD_???");
clone.c 92 if (!printflags(clone_flags, flags &~ CSIGNAL, NULL))
138 printflags(clone_flags, tcp->u_arg[1], "CLONE_???");
145 printflags(clone_flags, tcp->u_arg[0], "CLONE_???");
fcntl.c 93 printflags(fdflags, tcp->u_arg[2], "FD_???");
123 printflags(notifyflags, tcp->u_arg[2], "DN_???");
131 printflags(f_seals, tcp->u_arg[2], "F_SEAL_???");
net.c 614 printflags(msg_flags, msg->msg_flags, "MSG_???");
752 printflags(msg_flags, tcp->u_arg[3], "MSG_???");
788 printflags(sock_type_flags, flags, "SOCK_???");
871 printflags(sock_type_flags, tcp->u_arg[flags_arg],
896 printflags(msg_flags, tcp->u_arg[3], "MSG_???");
908 printflags(msg_flags, tcp->u_arg[3], "MSG_???");
925 printflags(msg_flags, tcp->u_arg[2], "MSG_???");
939 printflags(msg_flags, tcp->u_arg[3], "MSG_???");
960 printflags(msg_flags, tcp->u_arg[3], "MSG_???");
982 printflags(msg_flags, tcp->u_arg[3], "MSG_???")
    [all...]
io.c 247 printflags(splice_flags, tcp->u_arg[3], "SPLICE_F_???");
269 printflags(splice_flags, tcp->u_arg[5], "SPLICE_F_???");
283 printflags(splice_flags, tcp->u_arg[3], "SPLICE_F_???");
prctl.c 150 printflags(pr_unalign_flags, i, "PR_UNALIGN_???");
269 printflags(secbits, tcp->u_arg[1], "SECBIT_???");
283 printflags(pr_unalign_flags, tcp->u_arg[1], "PR_UNALIGN_???");
mount.c 77 printflags(mount_flags, flags, "MS_???");
personality.c 47 printflags(personality_flags, pers, NULL);
sigaltstack.c 54 printflags(sigaltstack_flags, ss.ss_flags, "SS_???");
utimes.c 62 printflags(at_flags, tcp->u_arg[3], "AT_???");
loop.c 63 printflags(loop_flags_options, info.lo_flags, "LO_FLAGS_???");
119 printflags(loop_flags_options, info64.lo_flags, "LO_FLAGS_???");
wait.c 141 printflags(wait4_options, tcp->u_arg[2], "W???");
189 printflags(wait4_options, tcp->u_arg[3], "W???");
xattr.c 95 printflags(xattrflags, tcp->u_arg[4], "XATTR_???");
106 printflags(xattrflags, tcp->u_arg[4], "XATTR_???");
quota.c 274 printflags(if_dqblk_valid,
324 printflags(xfs_dqblk_flags,
368 printflags(if_dqinfo_valid, dq.dqi_valid, "IIF_???");
432 printflags(xfs_quota_flags,
455 printflags(xfs_quota_flags, flag, "XFS_QUOTA_???");
v4l2.c 216 printflags(v4l2_device_capabilities_flags, caps.capabilities,
220 printflags(v4l2_device_capabilities_flags, caps.device_caps,
291 printflags(v4l2_format_description_flags, f.flags,
324 printflags(v4l2_streaming_capabilities,
328 printflags(v4l2_capture_modes,
379 printflags(v4l2_control_flags, c.flags,
673 printflags(v4l2_buf_flags, b.flags, "V4L2_BUF_FLAG_???");
execve.c 114 printflags(at_flags, tcp->u_arg[4], "AT_???");
sched.c 118 printflags(sched_flags, attr.sched_flags, "SCHED_FLAG_???");
keyctl.c 203 printflags(key_perms, perm, "KEY_???");
  /external/llvm/tools/llvm-readobj/
StreamWriter.h 103 void printFlags(StringRef Label, T Value, ArrayRef<EnumEntry<TFlag>> Flags,
138 void printFlags(StringRef Label, T Value) {

Completed in 728 milliseconds

12 3