Lines Matching defs:epfd
1826 syscallarg(int) epfd;
1853 return epoll_ctl_common(l, retval, SCARG(uap, epfd), SCARG(uap, op),
1866 syscallarg(int) epfd;
1873 SCARG(&ea, epfd) = SCARG(uap, epfd);
1888 linux_epoll_pwait2_common(struct lwp *l, register_t *retval, int epfd,
1920 error = epoll_wait_common(l, retval, epfd, eep, maxevents, tsp,
1947 syscallarg(int) epfd;
1965 return linux_epoll_pwait2_common(l, retval, SCARG(uap, epfd),
1979 syscallarg(int) epfd;
1997 return linux_epoll_pwait2_common(l, retval, SCARG(uap, epfd),