/external/strace/ |
D | stream.c | 134 tcp->auxstr = "MORECTL"; in SYS_FUNC() 137 tcp->auxstr = "MORECTL|MOREDATA"; in SYS_FUNC() 140 tcp->auxstr = "MORECTL"; in SYS_FUNC() 143 tcp->auxstr = NULL; in SYS_FUNC() 204 tcp->auxstr = "MORECTL"; in SYS_FUNC() 207 tcp->auxstr = "MORECTL|MOREDATA"; in SYS_FUNC() 210 tcp->auxstr = "MORECTL"; in SYS_FUNC() 213 tcp->auxstr = NULL; in SYS_FUNC() 291 tcp->auxstr = "Timeout"; in decode_poll() 356 tcp->auxstr = outstr; in decode_poll()
|
D | signal.c | 258 tcp->auxstr = sprintsigmask_val("old mask ", tcp->u_rval); in SYS_FUNC() 396 tcp->auxstr = "SIG_ERR"; break; in SYS_FUNC() 398 tcp->auxstr = "SIG_DFL"; break; in SYS_FUNC() 400 tcp->auxstr = "SIG_IGN"; break; in SYS_FUNC() 402 tcp->auxstr = NULL; in SYS_FUNC() 414 tcp->auxstr = sprintsigmask_val("mask ", tcp->u_rval); in SYS_FUNC() 449 tcp->auxstr = sprintsigmask_val("old mask ", tcp->u_rval); in SYS_FUNC()
|
D | sched.c | 12 tcp->auxstr = xlookup(schedulers, tcp->u_rval); in SYS_FUNC() 13 if (tcp->auxstr != NULL) in SYS_FUNC()
|
D | desc.c | 212 tcp->auxstr = sprintflags("flags ", fdflags, tcp->u_rval); in SYS_FUNC() 217 tcp->auxstr = sprint_open_modes(tcp->u_rval); in SYS_FUNC() 233 tcp->auxstr = xlookup(lockfcmds, tcp->u_rval); in SYS_FUNC() 379 tcp->auxstr = "Timeout"; in decode_select() 429 tcp->auxstr = outstr; in decode_select()
|
D | prctl.c | 232 tcp->auxstr = sprintflags("", secbits, tcp->u_rval); in prctl_exit() 275 tcp->auxstr = xlookup(pr_mce_kill_policy, tcp->u_rval); in prctl_exit() 276 return tcp->auxstr ? RVAL_STR : RVAL_UDECIMAL; in prctl_exit()
|
D | v4l2.c | 355 || (exiting(tcp) && tcp->auxstr && !syserror(tcp))) { in v4l2_ioctl() 358 tcp->auxstr = (c.id & V4L2_CTRL_FLAG_NEXT_CTRL) ? "" : NULL; in v4l2_ioctl() 359 if (tcp->auxstr) { in v4l2_ioctl() 602 tcp->auxstr = outstr; in v4l2_ioctl()
|
D | net.c | 998 tcp->auxstr = strdup(str); in SYS_FUNC() 1010 tprintf(", %s", tcp->auxstr ? tcp->auxstr : "{...}"); in SYS_FUNC() 1011 free((void *) tcp->auxstr); in SYS_FUNC() 1012 tcp->auxstr = NULL; in SYS_FUNC() 1017 tcp->auxstr = "Timeout"; in SYS_FUNC() 1024 tcp->auxstr = str; in SYS_FUNC()
|
D | ioprio.c | 57 tcp->auxstr = sprint_ioprio(tcp->u_rval); in SYS_FUNC()
|
D | ldt.c | 70 tcp->auxstr = outstr; in SYS_FUNC()
|
D | syscall.c | 996 if ((sys_res & RVAL_STR) && tcp->auxstr) in trace_syscall_exiting() 997 tprintf(" (%s)", tcp->auxstr); in trace_syscall_exiting() 1054 if ((sys_res & RVAL_STR) && tcp->auxstr) in trace_syscall_exiting() 1055 tprintf(" (%s)", tcp->auxstr); in trace_syscall_exiting()
|
D | time.c | 482 tcp->auxstr = xlookup(adjtimex_state, tcp->u_rval); in do_adjtimex() 483 if (tcp->auxstr) in do_adjtimex()
|
D | defs.h | 279 const char *auxstr; /* Auxiliary info from syscall (see RVAL_STR) */ member
|
D | ChangeLog-CVS | 473 * 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.
|
/external/valgrind/coregrind/m_syswrap/ |
D | priv_types_n_macros.h | 230 #define DEFN_PRE_TEMPLATE(auxstr, name) \ argument 231 void vgSysWrap_##auxstr##_##name##_before \ 239 #define DEFN_POST_TEMPLATE(auxstr, name) \ argument 240 void vgSysWrap_##auxstr##_##name##_after \ 251 #define DECL_TEMPLATE(auxstr, name) \ argument 253 void vgSysWrap_##auxstr##_##name##_before \ 261 void vgSysWrap_##auxstr##_##name##_after \ 272 #define WRAPPER_ENTRY_X_(auxstr, sysno, name) \ argument 273 [sysno] = { vgSysWrap_##auxstr##_##name##_before, NULL } 274 #define WRAPPER_ENTRY_XY(auxstr, sysno, name) \ argument [all …]
|
/external/valgrind/helgrind/ |
D | hg_errors.c | 363 HChar* auxstr; /* optional, persistent, in tool-arena */ member 635 const HChar* auxstr, ExeContext* auxctx ) in HG_() 644 xe.XE.Misc.auxstr = auxstr ? string_table_strdup(auxstr) : NULL; in HG_() 945 if (xe->XE.Misc.auxstr) { in HG_() 946 emit(" <auxwhat>%s</auxwhat>\n", xe->XE.Misc.auxstr); in HG_() 957 if (xe->XE.Misc.auxstr) { in HG_() 958 emit(" %s\n", xe->XE.Misc.auxstr); in HG_()
|
D | hg_errors.h | 79 const HChar* auxstr,
|
D | hg_main.c | 2029 const HChar* auxstr = "Lock was previously acquired"; in evh__HG_PTHREAD_MUTEX_LOCK_PRE() local 2031 HG_(record_error_Misc_w_aux)( thr, errstr, auxstr, lk->acquired_at ); in evh__HG_PTHREAD_MUTEX_LOCK_PRE()
|