Home
last modified time | relevance | path

Searched refs:printxval (Results 1 – 25 of 26) sorted by relevance

12

/external/strace/
Dsystem.c150 printxval(personality_options, tcp->u_arg[0], "PER_???"); in sys_personality()
177 printxval(syslog_action_type, type, "SYSLOG_ACTION_???"); in sys_syslog()
230 printxval(cacheflush_scope, tcp->u_arg[1], "FLUSH_SCOPE_???"); in sys_cacheflush()
277 printxval(cacheflush_flags, tcp->u_arg[1], "?CACHE"); in sys_cacheflush()
346 printxval(cap_version, arg.p->version, in print_cap_header()
454 printxval(sysctl_root, name[0], "CTL_???"); in sys_sysctl()
462 printxval(sysctl_kern, name[1], "KERN_???"); in sys_sysctl()
467 printxval(sysctl_vm, name[1], "VM_???"); in sys_sysctl()
472 printxval(sysctl_net, name[1], "NET_???"); in sys_sysctl()
480 printxval(sysctl_net_core, name[2], in sys_sysctl()
[all …]
Dnet.c203 printxval(addrfams, addrbuf.sa.sa_family, "AF_???"); in printsock()
276 printxval(af_packet_types, addrbuf.ll.sll_pkttype, "?"); in printsock()
318 printxval(socketlayers, cmsg->cmsg_level, "SOL_???"); in printcmsghdr()
324 printxval(scmvals, cmsg->cmsg_type, "SCM_???"); in printcmsghdr()
512 printxval(domains, tcp->u_arg[0], "PF_???"); in sys_socket()
521 printxval(inet_protocols, tcp->u_arg[2], "IPPROTO_???"); in sys_socket()
527 printxval(domains, tcp->u_arg[2], "PF_???"); in sys_socket()
533 printxval(netlink_protocols, tcp->u_arg[2], "NETLINK_???"); in sys_socket()
822 printxval(shutdown_modes, tcp->u_arg[1], "SHUT_???"); in sys_shutdown()
885 printxval(domains, tcp->u_arg[0], "PF_???"); in sys_socketpair()
[all …]
Dresource.c149 printxval(resources, tcp->u_arg[0], "RLIMIT_???"); in sys_getrlimit()
162 printxval(resources, tcp->u_arg[0], "RLIMIT_???"); in sys_setrlimit()
174 printxval(resources, tcp->u_arg[1], "RLIMIT_???"); in sys_prlimit64()
283 printxval(usagewho, tcp->u_arg[0], "RUSAGE_???"); in sys_getrusage()
296 printxval(usagewho, tcp->u_arg[0], "RUSAGE_???"); in sys_osf_getrusage()
337 printxval(priorities, tcp->u_arg[0], "PRIO_???"); in sys_getpriority()
347 printxval(priorities, tcp->u_arg[0], "PRIO_???"); in sys_setpriority()
Dterm.c75 printxval(baud_options, tios.c_cflag & CBAUD, "B???"); in term_ioctl()
109 printxval(baud_options, tio.c_cflag & CBAUD, "B???"); in term_ioctl()
168 printxval(tcxonc_options, arg, "TC???"); in term_ioctl()
174 printxval(tcflsh_options, arg, "TC???"); in term_ioctl()
Dmtd.c75 printxval(mtd_type_options, minfo.type, "MTD_???"); in mtd_ioctl()
138 printxval(mtd_nandecc_options, ninfo.useecc, "MTD_NANDECC_???"); in mtd_ioctl()
212 printxval(mtd_mode_options, mreq.mode, "MTD_OPS_???"); in mtd_ioctl()
221 printxval(mtd_otp_options, i, "MTD_OTP_???"); in mtd_ioctl()
278 printxval(ubi_volume_types, mkvol.vol_type, "UBI_???_VOLUME"); in ubi_ioctl()
348 printxval(ubi_volume_props, prop.property, "UBI_VOL_PROP_???"); in ubi_ioctl()
Dioprio.c50 printxval(ioprio_who, tcp->u_arg[0], "IOPRIO_WHO_???"); in sys_ioprio_get()
68 printxval(ioprio_who, tcp->u_arg[0], "IOPRIO_WHO_???"); in sys_ioprio_set()
Ddesc.c78 printxval(lockfcmds, fl.l_type, "F_???"); in printflock64()
80 printxval(whence_codes, fl.l_whence, "SEEK_???"); in printflock64()
134 printxval(lockfcmds, fl.l_type, "F_???"); in printflock()
136 printxval(whence_codes, fl.l_whence, "SEEK_???"); in printflock()
154 printxval(fcntlcmds, tcp->u_arg[1], "F_???"); in sys_fcntl()
189 printxval(lockfcmds, tcp->u_arg[2], "F_???"); in sys_fcntl()
503 printxval(epollctls, tcp->u_arg[1], "EPOLL_CTL_???"); in sys_epoll_ctl()
Dmem.c75 printxval(mmap_flags, u_arg[3] & MAP_TYPE, "MAP_???"); in print_mmap()
231 printxval(madvise_cmds, tcp->u_arg[2], "MADV_???"); in sys_madvise()
353 printxval(mmap_flags, tcp->u_arg[4] & MAP_TYPE, "MAP_???"); in sys_remap_file_pages()
427 printxval(policies, tcp->u_arg[2], "MPOL_???"); in sys_mbind()
439 printxval(policies, tcp->u_arg[0], "MPOL_???"); in sys_set_mempolicy()
455 printxval(policies, pol, "MPOL_???"); in sys_get_mempolicy()
Dtime.c336 printxval(itimer_which, tcp->u_arg[0], "ITIMER_???"); in sys_getitimer()
352 printxval(itimer_which, tcp->u_arg[0], "ITIMER_???"); in sys_osf_getitimer()
368 printxval(itimer_which, tcp->u_arg[0], "ITIMER_???"); in sys_setitimer()
386 printxval(itimer_which, tcp->u_arg[0], "ITIMER_???"); in sys_osf_setitimer()
539 printxval(cpuclocknames, clockid & CLOCKFD_MASK, "CPUCLOCK_???"); in printclockname()
545 printxval(clocknames, clockid, "CLOCK_???"); in printclockname()
633 printxval(sigev_value, sev.sigev_notify, "SIGEV_???"); in printsigevent32()
667 printxval(sigev_value, sev.sigev_notify, "SIGEV_???"); in printsigevent()
Dloop.c66 printxval(loop_crypt_type_options, info.lo_encrypt_type, in loop_ioctl()
118 printxval(loop_crypt_type_options, info64.lo_encrypt_type, in loop_ioctl()
Dfile.c414 printxval(whence_codes, whence, "SEEK_???"); in sys_lseek()
433 printxval(whence_codes, whence, "SEEK_???"); in sys_lseek()
472 printxval(whence_codes, tcp->u_arg[4], "SEEK_???"); in sys_llseek()
1365 printxval(aclcmds, tcp->u_arg[1], "???ACL???"); in sys_acl()
1384 printxval(aclcmds, tcp->u_arg[1], "???ACL???"); in sys_facl()
1404 printxval(aclipc, tcp->u_arg[0], "???IPC???"); in sys_aclipc()
1406 printxval(aclcmds, tcp->u_arg[2], "???ACL???"); in sys_aclipc()
2079 printxval(direnttypes, buf[i + d->d_reclen - 1], "DT_???"); in sys_getdents()
2139 printxval(direnttypes, d->d_type, "DT_???"); in sys_getdents64()
2188 printxval(whence, tcp->u_arg[4], "L_???"); in sys_aioread()
[all …]
Dquota.c383 printxval(quota_formats, fmt, "QFMT_VFS_???"); in decode_cmd_data()
545 printxval(quotacmds, cmd, "Q_???"); in sys_quotactl()
547 printxval(quotatypes, type, "???QUOTA"); in sys_quotactl()
554 printxval(quota_formats, id, "QFMT_VFS_???"); in sys_quotactl()
Dsock.c160 printxval(addrfams, in sock_ioctl()
243 printxval(addrfams, in sock_ioctl()
Dfanotify.c16 printxval(fan_classes, flags & FAN_ALL_CLASS_BITS, "FAN_CLASS_???"); in sys_fanotify_init()
Dprocess.c137 printxval(prctl_options, tcp->u_arg[0], "PR_???"); in sys_prctl()
946 printxval(waitid_types, tcp->u_arg[0], "P_???"); in sys_waitid()
2109 printxval(ptrace_cmds, tcp->u_arg[0], "PTRACE_???"); in sys_ptrace()
2133 printxval(nt_descriptor_types, tcp->u_arg[2], "NT_???"); in sys_ptrace()
2295 printxval(futexops, tcp->u_arg[1], "FUTEX_???"); in sys_futex()
2314 printxval(futexwakeops, (tcp->u_arg[5] >> 28) & 0x7, "FUTEX_OP_???"); in sys_futex()
2318 printxval(futexwakecmps, (tcp->u_arg[5] >> 24) & 0x7, "FUTEX_OP_CMP_???"); in sys_futex()
2434 printxval(schedulers, tcp->u_arg[1], "SCHED_???"); in sys_sched_setscheduler()
2475 printxval(schedulers, tcp->u_arg[0], "SCHED_???"); in sys_sched_get_priority_min()
2503 printxval(archvals, tcp->u_arg[0], "ARCH_???"); in sys_arch_prctl()
Dkexec.c82 printxval(kexec_arch_values, n & KEXEC_ARCH_MASK, "KEXEC_ARCH_???"); in sys_kexec_load()
Dkeyctl.c289 printxval(key_reqkeys, reqkey, "KEY_REQKEY_DEFL_???"); in keyctl_set_reqkey_keyring()
302 printxval(keyctl_commands, cmd, "KEYCTL_???"); in sys_keyctl()
Dscsi.c66 printxval(sg_io_dxfer_direction, sg_io->dxfer_direction, in print_sg_io_req()
Dipc.c92 printxval((flagset), (arg) &~ IPC_64, dflt)
94 # define PRINTCTL printxval
Dbjm.c82 printxval(qm_which, tcp->u_arg[1], "QM_???"); in sys_query_module()
Dblock.c90 printxval(blkpg_ops, blkpg->op, "BLKPG_???"); in print_blkpg_req()
Dsignal.c1038 printxval(sigprocmaskcmds, tcp->u_arg[0], "SIG_???"); in sys_sigprocmask()
1047 printxval(sigprocmaskcmds, tcp->u_arg[0], "SIG_???"); in sys_sigprocmask()
1106 printxval(sigprocmaskcmds, tcp->u_arg[0], "SIG_???"); in sys_rt_sigprocmask()
Ddefs.h672 extern void printxval(const struct xlat *, int, const char *);
Dutil.c213 printxval(const struct xlat *xlat, int val, const char *dflt) in printxval() function
DChangeLog-CVS537 (sys_madvise): Use printxval, not printflags.
1405 (printxval): Update xlookup() use.
2111 * util.c (printxval): Change third argument from "char *" to
2114 meaning to the third argument of printxval().
2115 * defs.h (printxval): Change third argument from "char *" to
2611 * util.c (xlookup, printxval, addflags, printflags): Use const for
2613 * defs.h (xlookup, printxval, addflags, printflags): Update decls.
3607 (sys_ptrace): Use printxval.
3612 print it before using printxval.
5504 * util.c (printxval): When there is no translation, print the actual

12