Home | History | Annotate | Download | only in m_syswrap

Lines Matching defs:sres

78       SysRes sres; /* only meaningful for .what == SsComplete */
325 #define SUCCESS (status->what == SsComplete && !sr_isError(status->sres))
326 #define FAILURE (status->what == SsComplete && sr_isError(status->sres))
334 vg_assert(!sr_isError(st->sres));
335 return sr_Res(st->sres);
341 vg_assert(!sr_isError(st->sres));
342 return sr_ResHI(st->sres);
348 vg_assert(sr_isError(st->sres));
349 return sr_Err(st->sres);
356 status->sres = VG_(mk_SysRes_Success)(zzz); \
364 status->sres = VG_(mk_SysRes_Error)(wzz); \
370 status->sres = (zzz); \