Home
last modified time | relevance | path

Searched refs:auxstr (Results 1 – 22 of 22) sorted by relevance

/external/strace/
Dfcntl.c145 tcp->auxstr = sprintflags("flags ", fdflags, in print_fcntl()
151 tcp->auxstr = sprint_open_modes(tcp->u_rval); in print_fcntl()
174 tcp->auxstr = xlookup(lockfcmds, (kernel_ulong_t) tcp->u_rval); in print_fcntl()
179 tcp->auxstr = sprintflags("seals ", f_seals, in print_fcntl()
185 tcp->auxstr = signame(tcp->u_rval); in print_fcntl()
Dprctl.c144 tcp->auxstr = xlookup(pr_dumpable, (kernel_ulong_t) tcp->u_rval); in SYS_FUNC()
174 tcp->auxstr = sprintflags("", secbits, in SYS_FUNC()
210 tcp->auxstr = sprintflags("", pr_fp_mode, in SYS_FUNC()
227 tcp->auxstr = sprint_sve_val(tcp->u_rval); in SYS_FUNC()
244 tcp->auxstr = sprintflags("", in SYS_FUNC()
400 tcp->auxstr = xlookup(pr_mce_kill_policy, in SYS_FUNC()
Dkvm.c350 tcp->auxstr = xlat_idx(kvm_exit_reason, ARRAY_SIZE(kvm_exit_reason) - 1, in kvm_ioctl_run_attach_auxstr()
352 if (!tcp->auxstr) in kvm_ioctl_run_attach_auxstr()
353 tcp->auxstr = "KVM_EXIT_???"; in kvm_ioctl_run_attach_auxstr()
369 tcp->auxstr = NULL; in kvm_ioctl_decode_run()
375 if (tcp->auxstr) in kvm_ioctl_decode_run()
Dsignal.c290 tcp->auxstr = sprint_old_sigmask_val("old mask ", in SYS_FUNC()
388 tcp->auxstr = get_sa_handler_str(tcp->u_rval); in SYS_FUNC()
397 tcp->auxstr = sprint_old_sigmask_val("mask ", tcp->u_rval); in SYS_FUNC()
433 tcp->auxstr = sprintsigmask_val("old mask ", tcp->u_rval); in SYS_FUNC()
677 tcp->auxstr = signame(tcp->u_rval); in SYS_FUNC()
Dpoll.c84 tcp->auxstr = "Timeout"; in decode_poll_exiting()
150 tcp->auxstr = outstr; in decode_poll_exiting()
Dmmsghdr.c233 tcp->auxstr = "Timeout"; in SYS_FUNC()
241 tcp->auxstr = str; in SYS_FUNC()
Ddesc.c140 tcp->auxstr = "Timeout"; in decode_select()
192 tcp->auxstr = outstr; in decode_select()
Dsparc.c41 tcp->auxstr = sprintflags("", sparc_kern_features, in SYS_FUNC()
Dprint_time.c47 tcp->auxstr = sprinttime((time_t) tcp->u_rval); in SYS_FUNC()
Dmembarrier.c47 tcp->auxstr = sprintflags("", membarrier_cmds, in SYS_FUNC()
Dnsfs.c46 tcp->auxstr = xlookup(setns_types, tcp->u_rval); in nsfs_ioctl()
Dpersonality.c63 tcp->auxstr = outstr; in SYS_FUNC()
Dioprio.c69 tcp->auxstr = sprint_ioprio(tcp->u_rval); in SYS_FUNC()
Dalpha.c47 tcp->auxstr = outstr; in decode_getxxid()
Dsyscall.c877 if ((sys_res & RVAL_STR) && tcp->auxstr) in syscall_exiting_trace()
878 tprintf(" (%s)", tcp->auxstr); in syscall_exiting_trace()
922 if ((sys_res & RVAL_STR) && tcp->auxstr) in syscall_exiting_trace()
923 tprintf(" (%s)", tcp->auxstr); in syscall_exiting_trace()
Dldt.c175 tcp->auxstr = outstr; in SYS_FUNC()
Dsched.c44 tcp->auxstr = xlookup(schedulers, (kernel_ulong_t) tcp->u_rval); in SYS_FUNC()
Dtime.c179 tcp->auxstr = xlat_idx(adjtimex_state, ARRAY_SIZE(adjtimex_state) - 1, in do_adjtimex()
Dv4l2.c984 tcp->auxstr = outstr; in print_v4l2_create_buffers()
Ddefs.h226 const char *auxstr; /* Auxiliary info from syscall (see RVAL_STR) */ member
DChangeLog-CVS473 * desc.c (sys_fcntl): Do not initialize auxstr for failed syscall.
479 print auxstr for failed syscall as well.
919 timespec which are now printed in the auxstr.
4656 * defs.h (struct tcb): Make auxstr member const.
DChangeLog468 nsfs: simplify auxstr logic.
470 auxstr; syscall_exiting_trace does it itself.
473 xlookup to auxstr if syserror(tcp) is false.
1270 tests: check decoding of vcpu auxstr.
1296 kvm: attach the exit reason of vcpu as auxstr to KVM_RUN output.
1304 change prints the reason as auxstr if "-e kvm=vcpu" option is given,
1333 reason to auxstr.
1346 decoding vcpu exit reason and attaching the decoded data to auxstr
5660 There is no reason to check for auxstr being non-NULL
5663 * sched.c (SYS_FUNC(sched_getscheduler)): Do not check tcp->auxstr,
[all …]