Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching refs:POLL

27 POLL=
78 --with-poll) POLL="$var";;
813 if [ -z "$POLL" ]; then
823 POLL=kqueue1
830 if [ -z "$POLL" ]; then
840 POLL=kqueue
847 if [ -z "$POLL" ]; then
866 POLL=epoll
874 if [ -z "$POLL" ]; then
877 #include <poll.h>
885 POLL=ppoll
892 if [ -z "$POLL" ]; then
903 POLL=pselect
910 case "$POLL" in