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

  /external/strace/
stream.c 134 tcp->auxstr = "MORECTL";
137 tcp->auxstr = "MORECTL|MOREDATA";
140 tcp->auxstr = "MORECTL";
143 tcp->auxstr = NULL;
204 tcp->auxstr = "MORECTL";
207 tcp->auxstr = "MORECTL|MOREDATA";
210 tcp->auxstr = "MORECTL";
213 tcp->auxstr = NULL;
291 tcp->auxstr = "Timeout";
356 tcp->auxstr = outstr
    [all...]
sched.c 12 tcp->auxstr = xlookup(schedulers, tcp->u_rval);
13 if (tcp->auxstr != NULL)
ioprio.c 57 tcp->auxstr = sprint_ioprio(tcp->u_rval);
ldt.c 70 tcp->auxstr = outstr;
signal.c 258 tcp->auxstr = sprintsigmask_val("old mask ", tcp->u_rval);
396 tcp->auxstr = "SIG_ERR"; break;
398 tcp->auxstr = "SIG_DFL"; break;
400 tcp->auxstr = "SIG_IGN"; break;
402 tcp->auxstr = NULL;
414 tcp->auxstr = sprintsigmask_val("mask ", tcp->u_rval);
449 tcp->auxstr = sprintsigmask_val("old mask ", tcp->u_rval);
prctl.c 232 tcp->auxstr = sprintflags("", secbits, tcp->u_rval);
275 tcp->auxstr = xlookup(pr_mce_kill_policy, tcp->u_rval);
276 return tcp->auxstr ? RVAL_STR : RVAL_UDECIMAL;
desc.c 212 tcp->auxstr = sprintflags("flags ", fdflags, tcp->u_rval);
217 tcp->auxstr = sprint_open_modes(tcp->u_rval);
233 tcp->auxstr = xlookup(lockfcmds, tcp->u_rval);
379 tcp->auxstr = "Timeout";
429 tcp->auxstr = outstr;
net.c 995 /* Abusing tcp->auxstr as temp storage.
998 tcp->auxstr = strdup(str);
1010 tprintf(", %s", tcp->auxstr ? tcp->auxstr : "{...}");
1011 free((void *) tcp->auxstr);
1012 tcp->auxstr = NULL;
1017 tcp->auxstr = "Timeout";
1024 tcp->auxstr = str;
    [all...]
v4l2.c 355 || (exiting(tcp) && tcp->auxstr && !syserror(tcp))) {
358 tcp->auxstr = (c.id & V4L2_CTRL_FLAG_NEXT_CTRL) ? "" : NULL;
359 if (tcp->auxstr) {
602 tcp->auxstr = outstr;
syscall.c 996 if ((sys_res & RVAL_STR) && tcp->auxstr)
997 tprintf(" (%s)", tcp->auxstr);
1054 if ((sys_res & RVAL_STR) && tcp->auxstr)
1055 tprintf(" (%s)", tcp->auxstr);
time.c 482 tcp->auxstr = xlookup(adjtimex_state, tcp->u_rval);
483 if (tcp->auxstr)
defs.h 279 const char *auxstr; /* Auxiliary info from syscall (see RVAL_STR) */ member in struct:tcb
368 #define RVAL_STR 020 /* Print `auxstr' field after return val */
  /external/valgrind/coregrind/m_syswrap/
priv_types_n_macros.h 217 Since these names exist in the global namespace, 'auxstr' should
230 #define DEFN_PRE_TEMPLATE(auxstr, name) \
231 void vgSysWrap_##auxstr##_##name##_before \
239 #define DEFN_POST_TEMPLATE(auxstr, name) \
240 void vgSysWrap_##auxstr##_##name##_after \
251 #define DECL_TEMPLATE(auxstr, name) \
253 void vgSysWrap_##auxstr##_##name##_before \
261 void vgSysWrap_##auxstr##_##name##_after \
272 #define WRAPPER_ENTRY_X_(auxstr, sysno, name) \
273 [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:__anon20615::__anon20616::__anon20623
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 2029 const HChar* auxstr = "Lock was previously acquired"; local
    [all...]

Completed in 412 milliseconds