Searched defs:fd_allowed (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-generic.c1103 // ML_(fd_allowed)()?
1384 Bool ML_(fd_allowed)(Int fd, const HChar *syscallname, ThreadId tid, function
1471 if (!ML_(fd_allowed)(fd1, "socketcall.socketpair", tid, True) ||
1472 !ML_(fd_allowed)(fd2, "socketcall.socketpair", tid, True)) {
1493 if (!ML_(fd_allowed)(sr_Res(res), "socket", tid, True)) {
1539 if (!ML_(fd_allowed)(sr_Res(res), "accept", tid, True)) {
3207 if ( (!ML_(fd_allowed)(ARG1, "close", tid, False))
3228 if (!ML_(fd_allowed)(RES, "dup", tid, True)) {
3241 if (!ML_(fd_allowed)(ARG2, "dup2", tid, True))
4015 if (!ML_(fd_allowed)(RE
[all...]

Completed in 49 milliseconds