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

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c926 // ML_(fd_allowed)()?
1165 Bool ML_(fd_allowed)(Int fd, const Char *syscallname, ThreadId tid, Bool isNewFd) function
1251 if (!ML_(fd_allowed)(fd1, "socketcall.socketpair", tid, True) ||
1252 !ML_(fd_allowed)(fd2, "socketcall.socketpair", tid, True)) {
1273 if (!ML_(fd_allowed)(sr_Res(res), "socket", tid, True)) {
1319 if (!ML_(fd_allowed)(sr_Res(res), "accept", tid, True)) {
2906 if ( (!ML_(fd_allowed)(ARG1, "close", tid, False))
2927 if (!ML_(fd_allowed)(RES, "dup", tid, True)) {
2940 if (!ML_(fd_allowed)(ARG2, "dup2", tid, True))
3663 if (!ML_(fd_allowed)(RE
[all...]

Completed in 97 milliseconds