Home | History | Annotate | Download | only in darwin

Lines Matching refs:__NR_fcntl

190    // __NR_fcntl 92
858 // __NR_fcntl 55
861 GO(__NR_fcntl, "(GETFD) 2s 0m");
862 SY(__NR_fcntl, x0-1, x0+F_GETFD, x0); FAILx(EBADF);
867 GO(__NR_fcntl, "(DUPFD) 1s 0m");
868 SY(__NR_fcntl, -1, F_DUPFD, x0); FAILx(EBADF);
873 GO(__NR_fcntl, "(GETLK) 1s 0m");
874 SY(__NR_fcntl, -1, F_GETLK, x0); FAIL; //FAILx(EBADF);