HomeSort by relevance Sort by last modified time
    Searched refs:sr_isError (Results 1 - 25 of 45) sorted by null

1 2

  /external/valgrind/coregrind/
m_libcfile.c 170 if (sr_isError (sr))
198 if (sr_isError(res)) {
218 if (sr_isError(res)) {
234 if (!sr_isError(res)) {
243 return sr_isError(res) ? -1 : 0;
246 return sr_isError(res) ? -1 : 0;
250 if (!sr_isError(res)) {
254 return sr_isError(res) ? -1 : 0;
268 return sr_isError(res) ? (-1) : result;
272 return sr_isError(res) ? (-1) : sr_Res(res)
    [all...]
m_libcsignal.c 196 return sr_isError(res) ? -1 : 0;
228 return sr_isError(res) ? -1 : 0;
273 return sr_isError(res) ? -1 : 0;
309 return sr_isError(res) ? -1 : 0;
317 if (sr_isError(res) && sr_Err(res) == VKI_ENOSYS)
319 return sr_isError(res) ? -1 : 0;
325 return sr_isError(res) ? -1 : 0;
359 return sr_isError(res) ? -1 : sr_Res(res);
414 vg_assert(!sr_isError(sr));
463 sr_isError(sr) ? "FAIL" : "SUCCESS"
    [all...]
m_libcproc.c 286 return sr_isError(res) ? -1 : sr_Res(res);
290 return sr_isError(res) ? -1 : sr_Res(res);
399 return sr_isError(res) ? -1 : sr_Res(res);
414 if (sr_isError(res) && sr_Err(res) == VKI_ENOSYS)
416 return sr_isError(res) ? -1 : sr_Res(res);
426 return sr_isError(res) ? -1 : sr_Res(res);
441 return sr_isError(res) ? -1 : sr_Res(res);
453 if (sr_isError(res) && sr_Res(res) == VKI_ENOSYS) {
477 if (!sr_isError(res) && sr_Res(res) > 0) {
560 if (sr_isError(sres)
    [all...]
m_commandline.c 70 if ( !sr_isError(fd) ) {
m_libcprint.c 329 if (sr_isError(res))
656 if (sr_isError(sr))
669 if (sr_isError(sr))
m_mallocfree.c 857 if (sr_isError(sres))
863 if (sr_isError(sres)) {
    [all...]
  /external/valgrind/coregrind/m_ume/
main.c 78 if (sr_isError(res)) {
104 if (sr_isError(res) || sr_Res(res) != bufsz) {
123 if (!sr_isError(res) && out_fd) {
144 if (sr_isError(res))
161 if (!sr_isError(res)) {
177 if (!sr_isError(res)) {
249 if (sr_isError(res) && sr_Err(res) == VKI_ENOENT) {
254 } else if (!sr_isError(res) && VKI_S_ISDIR(st.mode)) {
macho.c 78 if (sr_isError(res)) {
88 if (sr_isError(res)) {
136 if (sr_isError(res)) {
416 vg_assert(!sr_isError(res));
422 if (sr_isError(res)) return -1;
519 if (sr_isError(res) || sr_Res(res) != sizeof(mh)) {
547 if (sr_isError(res)) {
731 if (sr_isError(res) || sr_Res(res) != sizeof(fh)) {
748 if (sr_isError(res) || sr_Res(res) != sizeof(arch)) {
793 if (sr_isError(res) || sr_Res(res) != sizeof(magic))
    [all...]
elf.c 74 if (sr_isError(res)) {
101 if (sr_isError(sres) || sr_Res(sres) != sizeof(e->e)) {
140 if (sr_isError(sres) || sr_Res(sres) != phsz) {
377 if (sr_isError(sres)) {
script.c 92 if (sr_isError(res)) {
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-common.c 92 aspacem_assert(!sr_isError(sres));
261 return sr_isError(res) ? -1 : sr_Res(res);
281 return sr_isError(res) ? -1 : sr_Res(res);
293 return sr_isError(res) ? -1 : sr_Res(res);
310 if (!sr_isError(res)) {
318 if (!sr_isError(res)) {
388 if (sr_isError(sres))
401 if (sr_isError(sres)) goto protect_failed;
411 if (sr_isError(sres)) goto protect_failed;
aspacemgr-linux.c     [all...]
  /external/valgrind/coregrind/m_scheduler/
ticket-lock-linux.c 138 if (sr_isError(sres) && sres._val != VKI_EAGAIN) {
178 vg_assert(!sr_isError(sres));
  /external/valgrind/coregrind/m_gdbserver/
utils.c 32 if (sr_isError (sr))
remote-utils.c 87 if (!sr_isError(sr) || sr_Err(sr) != VKI_EINTR)
129 if (sr_isError (o)) {
179 if (sr_isError(o)) {
232 if (sr_isError(ret)
234 if (sr_isError(ret)) {
265 if (sr_isError (m)) {
397 if (sr_isError (o)) {
413 if (sr_isError(res)) {
447 if (sr_isError(ret))
565 if (sr_isError(ret
    [all...]
  /external/valgrind/include/
pub_tool_basics.h 188 static inline Bool sr_isError ( SysRes sr ) {
210 static inline Bool sr_isError ( SysRes sr ) {
  /external/valgrind/coregrind/m_syswrap/
priv_types_n_macros.h 321 #define SUCCESS (status->what == SsComplete && !sr_isError(status->sres))
322 #define FAILURE (status->what == SsComplete && sr_isError(status->sres))
330 vg_assert(!sr_isError(st->sres));
337 vg_assert(!sr_isError(st->sres));
344 vg_assert(sr_isError(st->sres));
syswrap-main.c     [all...]
syswrap-mips32-linux.c 292 if (sr_isError(res))
315 if (sr_isError (res)) {
460 if (mreq.rkind == MHint && sr_isError(sres)) {
475 if (!sr_isError(sres)) {
500 if (!sr_isError(sres) && (arg4 & VKI_MAP_FIXED))
    [all...]
syswrap-generic.c 507 if (sr_isError(sres))
872 if (sr_isError(f)) {
    [all...]
syswrap-mips64-linux.c 238 if (sr_isError(res))
258 if (sr_isError (res)) {
    [all...]
  /external/valgrind/coregrind/m_initimg/
initimg-linux.c 97 if (!sr_isError(res))
561 if ((!ok) || sr_isError(res)) {
572 vg_assert(!sr_isError(res));
895 vg_assert(!sr_isError(sres));
    [all...]
initimg-darwin.c 84 if (!sr_isError(res))
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 626 if (!sr_isError(sres)) {
631 if (sr_isError(sres) && sr_Err(sres) != VKI_EEXIST)
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 874 vg_assert(sr_isError(statres) || ! VKI_S_ISLNK(statbuf.mode));
878 if (sr_isError(statres)) {
    [all...]

Completed in 548 milliseconds

1 2