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

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c1006 // ML_(fd_allowed)()?
1257 Bool ML_(fd_allowed)(Int fd, const HChar *syscallname, ThreadId tid, function
1344 if (!ML_(fd_allowed)(fd1, "socketcall.socketpair", tid, True) ||
1345 !ML_(fd_allowed)(fd2, "socketcall.socketpair", tid, True)) {
1366 if (!ML_(fd_allowed)(sr_Res(res), "socket", tid, True)) {
1412 if (!ML_(fd_allowed)(sr_Res(res), "accept", tid, True)) {
2998 if ( (!ML_(fd_allowed)(ARG1, "close", tid, False))
3019 if (!ML_(fd_allowed)(RES, "dup", tid, True)) {
3032 if (!ML_(fd_allowed)(ARG2, "dup2", tid, True))
3780 if (!ML_(fd_allowed)(RE
[all...]

Completed in 108 milliseconds