Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:fd_allowed

1227       if (!ML_(fd_allowed)(RES, "fcntl(DUPFD)", tid, True)) {
1277 if (!ML_(fd_allowed)(ARG1, "futimes", tid, False)) {
1415 if (!ML_(fd_allowed)(RES, "kqueue", tid, True)) {
1930 if (!ML_(fd_allowed)(RES, "shm_open", tid, True)) {
3233 if (!ML_(fd_allowed)(p0, "pipe", tid, True) ||
3234 !ML_(fd_allowed)(p1, "pipe", tid, True)) {
3316 if (!ML_(fd_allowed)(ARG1, "fpathconf", tid, False))
3848 if (ML_(fd_allowed)(aiocbp->aio_fildes, "aio_read", tid, /*isNewFd*/False)) {
3880 if (ML_(fd_allowed)(aiocbp->aio_fildes, "aio_write", tid, /*isNewFd*/False)) {