HomeSort by relevance Sort by last modified time
    Searched refs:auxstr (Results 1 - 19 of 19) sorted by null

  /external/strace/
membarrier.c 46 tcp->auxstr = sprintflags("", membarrier_cmds,
fcntl.c 145 tcp->auxstr = sprintflags("flags ", fdflags,
151 tcp->auxstr = sprint_open_modes(tcp->u_rval);
174 tcp->auxstr = xlookup(lockfcmds, (kernel_ulong_t) tcp->u_rval);
179 tcp->auxstr = sprintflags("seals ", f_seals,
185 tcp->auxstr = signame(tcp->u_rval);
alpha.c 44 tcp->auxstr = outstr;
ioprio.c 84 tcp->auxstr = sprint_ioprio(tcp->u_rval);
personality.c 67 tcp->auxstr = outstr;
prctl.c 116 tcp->auxstr = xlookup(pr_dumpable, (kernel_ulong_t) tcp->u_rval);
146 tcp->auxstr = sprintflags("", secbits,
182 tcp->auxstr = sprintflags("", pr_fp_mode,
332 tcp->auxstr = xlookup(pr_mce_kill_policy,
334 return tcp->auxstr ? RVAL_STR : RVAL_UDECIMAL;
sched.c 42 tcp->auxstr = xlookup(schedulers, (kernel_ulong_t) tcp->u_rval);
43 if (tcp->auxstr != NULL)
ldt.c 94 tcp->auxstr = outstr;
poll.c 82 tcp->auxstr = "Timeout";
148 tcp->auxstr = outstr;
signal.c 269 tcp->auxstr = sprintsigmask_val("old mask ", tcp->u_rval);
365 tcp->auxstr = get_sa_handler_str(tcp->u_rval);
374 tcp->auxstr = sprintsigmask_val("mask ", tcp->u_rval);
406 tcp->auxstr = sprintsigmask_val("old mask ", tcp->u_rval);
647 tcp->auxstr = signame(tcp->u_rval);
desc.c 138 tcp->auxstr = "Timeout";
186 tcp->auxstr = outstr;
mmsghdr.c 236 tcp->auxstr = "Timeout";
245 tcp->auxstr = str;
time.c 174 tcp->auxstr = xlookup(adjtimex_state, (kernel_ulong_t) tcp->u_rval);
175 if (tcp->auxstr)
syscall.c 914 if ((sys_res & RVAL_STR) && tcp->auxstr)
915 tprintf(" (%s)", tcp->auxstr);
964 if ((sys_res & RVAL_STR) && tcp->auxstr)
965 tprintf(" (%s)", tcp->auxstr);
defs.h 225 const char *auxstr; /* Auxiliary info from syscall (see RVAL_STR) */ member in struct:tcb
313 #define RVAL_STR 020 /* Print `auxstr' field after return val */
  /external/valgrind/coregrind/m_syswrap/
priv_types_n_macros.h 221 Since these names exist in the global namespace, 'auxstr' should
234 #define DEFN_PRE_TEMPLATE(auxstr, name) \
235 void vgSysWrap_##auxstr##_##name##_before \
243 #define DEFN_POST_TEMPLATE(auxstr, name) \
244 void vgSysWrap_##auxstr##_##name##_after \
255 #define DECL_TEMPLATE(auxstr, name) \
257 void vgSysWrap_##auxstr##_##name##_before \
265 void vgSysWrap_##auxstr##_##name##_after \
276 #define WRAPPER_ENTRY_X_(auxstr, sysno, name) \
277 [sysno] = { vgSysWrap_##auxstr##_##name##_before, NULL
    [all...]
  /external/valgrind/helgrind/
hg_errors.h 79 const HChar* auxstr,
hg_errors.c 363 HChar* auxstr; /* optional, persistent, in tool-arena */ member in struct:__anon35926::__anon35927::__anon35934
635 const HChar* auxstr, ExeContext* auxctx )
644 xe.XE.Misc.auxstr = auxstr ? string_table_strdup(auxstr) : NULL;
945 if (xe->XE.Misc.auxstr) {
946 emit(" <auxwhat>%s</auxwhat>\n", xe->XE.Misc.auxstr);
    [all...]
hg_main.c 2107 const HChar* auxstr = "Lock was previously acquired"; local
    [all...]

Completed in 457 milliseconds