OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sr_isError
(Results
1 - 25
of
44
) sorted by null
1
2
/external/valgrind/main/coregrind/
m_libcfile.c
136
if (
sr_isError
(sr))
164
if (
sr_isError
(res)) {
184
if (
sr_isError
(res)) {
200
if (!
sr_isError
(res)) {
209
return
sr_isError
(res) ? -1 : 0;
213
if (!
sr_isError
(res)) {
217
return
sr_isError
(res) ? -1 : 0;
231
return
sr_isError
(res) ? (-1) : result;
235
return
sr_isError
(res) ? (-1) : sr_Res(res);
240
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
288
return
sr_isError
(res) ? -1 : sr_Res(res);
292
return
sr_isError
(res) ? -1 : sr_Res(res);
405
if (
sr_isError
(res) && sr_Err(res) == VKI_ENOSYS)
407
return
sr_isError
(res) ? -1 : sr_Res(res);
417
return
sr_isError
(res) ? -1 : sr_Res(res);
432
return
sr_isError
(res) ? -1 : sr_Res(res);
444
if (
sr_isError
(res) && sr_Res(res) == VKI_ENOSYS) {
462
if (!
sr_isError
(res) && sr_Res(res) > 0) {
542
if (
sr_isError
(sres))
556
if (
sr_isError
(sres)
[
all
...]
m_commandline.c
67
if ( !
sr_isError
(fd) ) {
m_mallocfree.c
795
if (
sr_isError
(sres))
810
if (
sr_isError
(sres)) {
876
vg_assert2(!
sr_isError
(sres), "superblock client munmap failure\n");
[
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)) {
244
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
...]
script.c
92
if (
sr_isError
(res)) {
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) {
375
if (
sr_isError
(sres)) {
/external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c
99
aspacem_assert(!
sr_isError
(sres));
252
return
sr_isError
(res) ? -1 : sr_Res(res);
264
return
sr_isError
(res) ? -1 : sr_Res(res);
276
return
sr_isError
(res) ? -1 : sr_Res(res);
293
if (!
sr_isError
(res)) {
301
if (!
sr_isError
(res)) {
366
if (
sr_isError
(sres))
379
if (
sr_isError
(sres)) goto protect_failed;
389
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
68
if (
sr_isError
(o)) {
123
if (
sr_isError
(o)) {
200
if (
sr_isError
(m)) {
311
if (
sr_isError
(o)) {
327
if (
sr_isError
(res)) {
/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/
syswrap-main.c
871
if (
sr_isError
(canonical->sres)) {
[
all
...]
priv_types_n_macros.h
316
#define SUCCESS (status->what == SsComplete && !
sr_isError
(status->sres))
317
#define FAILURE (status->what == SsComplete &&
sr_isError
(status->sres))
325
vg_assert(!
sr_isError
(st->sres));
331
vg_assert(!
sr_isError
(st->sres));
337
vg_assert(
sr_isError
(st->sres));
syswrap-generic.c
481
if (
sr_isError
(sres))
767
if (
sr_isError
(f)) {
1013
if (!
sr_isError
(res) && VG_(tdict).track_post_mem_write) {
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
readmacho.c
148
vg_assert( !
sr_isError
(sres) );
169
if (
sr_isError
(fd)) {
176
if (
sr_isError
(fd)) {
183
if (
sr_isError
(sres)) {
503
return
sr_isError
(res) ? False : True;
[
all
...]
readelf.c
[
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))
563
if ((!ok) ||
sr_isError
(res)) {
574
vg_assert(!
sr_isError
(res));
861
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
545
if (!
sr_isError
(sres)) {
550
if (
sr_isError
(sres) && sr_Err(sres) != VKI_EEXIST)
Completed in 1437 milliseconds
1
2