Searched refs:rpoll (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libbegemot/ |
H A D | Makefile | 11 SRCS= rpoll.c 12 INCS= rpoll.h 13 MAN= rpoll.3 15 CLEANFILES= rpoll.3 16 rpoll.3: rpoll.man 19 MLINKS= rpoll.3 poll_register.3 \ 20 rpoll.3 poll_unregister.3 \ 21 rpoll.3 poll_start_timer.3 \ 22 rpoll.3 poll_stop_timer.3 \ 23 rpoll.3 poll_dispatch.3
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | rsocket.h | 69 int rpoll(struct pollfd *fds, nfds_t nfds, int timeout);
|
H A D | preload.c | 905 ret = rpoll(rfds, nfds, timeout); in poll() 978 ret = rpoll(fds, nfds, rs_convert_timeout(timeout)); in select()
|
H A D | rsocket.c | 3091 int rpoll(struct pollfd *fds, nfds_t nfds, int timeout) in rpoll() function 3203 ret = rpoll(fds, nfds, rs_convert_timeout(timeout)); in rselect()
|
/freebsd/contrib/ofed/librdmacm/examples/ |
H A D | common.h | 59 #define rs_poll(f,n,t) use_rs ? rpoll(f,n,t) : poll(f,n,t)
|