Home
last modified time | relevance | path

Searched refs:_poll (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/sys/
H A Dsignal.h235 } _poll; /* was this ever used ? */ member
253 #define si_band _reason._poll._band
279 } _poll; /* was this ever used ? */ member
/freebsd/lib/libc/include/
H A Dnamespace.h85 #define poll _poll
/freebsd/lib/libsys/
H A Dsyscalls.map250 _poll;
/freebsd/lib/libc/rpc/
H A Dclnt_bcast.c511 switch (pollretval = _poll(pfd, fdlistno, msec)) { in rpc_broadcast_exp()
H A Dclnt_vc.c677 switch (_poll(&fd, 1, milliseconds)) { in read_vc()
H A Dsvc_vc.c478 switch (_poll(&pollfd, 1, milliseconds)) { in read_vc()
/freebsd/lib/libc/resolv/
H A Dres_send.c959 n = _poll(&pollfd, 1, polltimeout); in send_dg()