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

1 2

  /external/valgrind/main/coregrind/
m_libcfile.c 144 if (sr_isError (sr))
172 if (sr_isError(res)) {
192 if (sr_isError(res)) {
208 if (!sr_isError(res)) {
217 return sr_isError(res) ? -1 : 0;
220 return sr_isError(res) ? -1 : 0;
224 if (!sr_isError(res)) {
228 return sr_isError(res) ? -1 : 0;
242 return sr_isError(res) ? (-1) : result;
246 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 289 return sr_isError(res) ? -1 : sr_Res(res);
293 return sr_isError(res) ? -1 : sr_Res(res);
406 if (sr_isError(res) && sr_Err(res) == VKI_ENOSYS)
408 return sr_isError(res) ? -1 : sr_Res(res);
418 return sr_isError(res) ? -1 : sr_Res(res);
433 return sr_isError(res) ? -1 : sr_Res(res);
445 if (sr_isError(res) && sr_Res(res) == VKI_ENOSYS) {
469 if (!sr_isError(res) && sr_Res(res) > 0) {
550 if (sr_isError(sres))
564 if (sr_isError(sres)
    [all...]
m_commandline.c 67 if ( !sr_isError(fd) ) {
m_mallocfree.c 820 if (sr_isError(sres))
830 if (sr_isError(sres)) {
    [all...]
  /external/valgrind/main/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)) {
245 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)) {
406 vg_assert(!sr_isError(res));
412 if (sr_isError(res)) return -1;
509 if (sr_isError(res) || sr_Res(res) != sizeof(mh)) {
537 if (sr_isError(res)) {
719 if (sr_isError(res) || sr_Res(res) != sizeof(fh)) {
736 if (sr_isError(res) || sr_Res(res) != sizeof(arch)) {
781 if (sr_isError(res) || sr_Res(res) != sizeof(magic))
    [all...]
elf.c 74 if (sr_isError(res)) {
102 if (sr_isError(sres) || sr_Res(sres) != sizeof(e->e)) {
142 if (sr_isError(sres) || sr_Res(sres) != phsz) {
380 if (sr_isError(sres)) {
script.c 93 if (sr_isError(res)) {
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c 99 aspacem_assert(!sr_isError(sres));
263 return sr_isError(res) ? -1 : sr_Res(res);
280 return sr_isError(res) ? -1 : sr_Res(res);
292 return sr_isError(res) ? -1 : sr_Res(res);
309 if (!sr_isError(res)) {
317 if (!sr_isError(res)) {
382 if (sr_isError(sres))
395 if (sr_isError(sres)) goto protect_failed;
405 if (sr_isError(sres)) goto protect_failed;
aspacemgr-linux.c     [all...]
  /external/valgrind/main/coregrind/m_scheduler/
ticket-lock-linux.c 141 if (sr_isError(sres) && sres._val != VKI_EAGAIN) {
181 vg_assert(!sr_isError(sres));
  /external/valgrind/main/coregrind/m_gdbserver/
utils.c 32 if (sr_isError (sr))
remote-utils.c 86 if (!sr_isError(sr) || sr_Err(sr) != VKI_EINTR)
128 if (sr_isError (o)) {
178 if (sr_isError(o)) {
231 if (sr_isError(ret)
233 if (sr_isError(ret)) {
264 if (sr_isError (m)) {
377 if (sr_isError (o)) {
393 if (sr_isError(res)) {
431 if (sr_isError(ret))
533 if (sr_isError(ret
    [all...]
  /external/valgrind/main/include/
pub_tool_basics.h 195 static inline Bool sr_isError ( SysRes sr ) {
218 static inline Bool sr_isError ( SysRes sr ) {
  /external/valgrind/main/coregrind/m_syswrap/
priv_types_n_macros.h 319 #define SUCCESS (status->what == SsComplete && !sr_isError(status->sres))
320 #define FAILURE (status->what == SsComplete && sr_isError(status->sres))
328 vg_assert(!sr_isError(st->sres));
334 vg_assert(!sr_isError(st->sres));
340 vg_assert(sr_isError(st->sres));
syswrap-main.c     [all...]
syswrap-mips32-linux.c 309 if (sr_isError(res))
332 if (sr_isError (res)) {
477 if (mreq.rkind == MHint && sr_isError(sres)) {
492 if (!sr_isError(sres)) {
517 if (!sr_isError(sres) && (arg4 & VKI_MAP_FIXED))
    [all...]
syswrap-generic.c 481 if (sr_isError(sres))
844 if (sr_isError(f)) {
    [all...]
syswrap-mips64-linux.c 254 if (sr_isError(res))
274 if (sr_isError (res)) {
    [all...]
  /external/valgrind/main/exp-bbv/
bbv_main.c 115 if (sr_isError(sres)) {
155 if (sr_isError(sres)) {
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 98 if (!sr_isError(res))
555 if ((!ok) || sr_isError(res)) {
566 vg_assert(!sr_isError(res));
850 vg_assert(!sr_isError(sres));
    [all...]
initimg-darwin.c 85 if (!sr_isError(res))
  /external/valgrind/main/callgrind/
dump.c     [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 567 if (!sr_isError(sres)) {
572 if (sr_isError(sres) && sr_Err(sres) != VKI_EEXIST)

Completed in 280 milliseconds

1 2