Home | History | Annotate | Download | only in x86-linux

Lines Matching refs:__NR_fcntl

267    // __NR_fcntl 55
270 GO(__NR_fcntl, "(GETFD) 2s 0m");
271 SY(__NR_fcntl, x0-1, x0+F_GETFD, x0); FAILx(EBADF);
276 GO(__NR_fcntl, "(DUPFD) 1s 0m");
277 SY(__NR_fcntl, -1, F_DUPFD, x0); FAILx(EBADF);
282 GO(__NR_fcntl, "(GETLK) 1s 0m");
283 SY(__NR_fcntl, -1, F_GETLK, x0); FAIL; //FAILx(EBADF);