/freebsd-src/contrib/ntp/sntp/libevent/ |
H A D | epoll_sub.c | 52 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) in epoll_ctl() 59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait()
|
H A D | epoll.c | 89 int epfd; member 143 int epfd = -1; in epoll_init() local
|
/freebsd-src/contrib/libevent/ |
H A D | epoll_sub.c | 52 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) in epoll_ctl() 59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait()
|
H A D | epoll.c | 89 int epfd; member 143 int epfd = -1; in epoll_init() local
|
/freebsd-src/sys/compat/linux/ |
H A D | linux_event.c | 370 linux_epoll_wait_ts(struct thread *td, int epfd, struct epoll_event *events, in linux_epoll_wait_ts() 432 linux_epoll_wait_common(struct thread *td, int epfd, struct epoll_event *events, in linux_epoll_wait_common()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_fd.cpp | 307 void FdPollAdd(ThreadState *thr, uptr pc, int epfd, int fd) { in FdPollAdd()
|
H A D | tsan_interceptors_posix.cpp | 1971 FdAccess(thr, pc, epfd); in TSAN_INTERCEPTOR() argument 1957 TSAN_INTERCEPTOR(int,epoll_ctl,int epfd,int op,int fd,void * ev) TSAN_INTERCEPTOR() argument 1981 TSAN_INTERCEPTOR(int,epoll_pwait,int epfd,void * ev,int cnt,int timeout,void * sigmask) TSAN_INTERCEPTOR() argument 1992 TSAN_INTERCEPTOR(int,epoll_pwait2,int epfd,void * ev,int cnt,void * timeout,void * sigmask) TSAN_INTERCEPTOR() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1205 #define __sanitizer_syscall_pre_epoll_ctl(epfd, op, fd, event) \ argument 1208 #define __sanitizer_syscall_post_epoll_ctl(res, epfd, op, fd, event) \ argument 1211 #define __sanitizer_syscall_pre_epoll_wait(epfd, events, maxevents, timeout) \ argument 1214 #define __sanitizer_syscall_post_epoll_wait(res, epfd, events, maxevents, \ argument 1218 #define __sanitizer_syscall_pre_epoll_pwait(epfd, events, maxevents, timeout, \ argument 1223 __sanitizer_syscall_post_epoll_pwait(res,epfd,events,maxevents,timeout,sigmask,sigsetsize) global() argument 1228 __sanitizer_syscall_pre_epoll_pwait2(epfd,events,maxevents,timeout,sigmask,sigsetsize) global() argument 1233 __sanitizer_syscall_post_epoll_pwait2(res,epfd,events,maxevents,timeout,sigmask,sigsetsize) global() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 970 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents, in INTERCEPTOR() argument 985 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents, in INTERCEPTOR() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_custom.cpp | 1443 int __dfsw_epoll_wait(int epfd, struct epoll_event *events, int maxevents, in __dfsw_epoll_wait() argument 1455 int __dfso_epoll_wait(int epfd, struct epoll_event *events, int maxevents, in __dfso_epoll_wait() argument
|
/freebsd-src/contrib/ofed/librdmacm/ |
H A D | rsocket.c | 348 int epfd; member
|
/freebsd-src/sys/amd64/linux/ |
H A D | linux_proto.h | 824 char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)]; member 830 char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)]; member 1056 char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)]; member 1397 char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)]; member
|
/freebsd-src/sys/arm64/linux/ |
H A D | linux_proto.h | 117 char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)]; member 123 char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)]; member 1207 char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)]; member
|
/freebsd-src/sys/i386/linux/ |
H A D | linux_proto.h | 830 char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)]; member 836 char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)]; member 1122 char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)]; member 1692 char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)]; member
|
/freebsd-src/sys/amd64/linux32/ |
H A D | linux32_proto.h | 830 char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)]; member 836 char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)]; member 1126 char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)]; member 1698 char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)]; member
|