Home
last modified time | relevance | path

Searched refs:devpoll (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/kern/
H A Dkern_devctl.c105 static d_poll_t devpoll; variable
121 .d_poll = devpoll,
316 devpoll(struct cdev *dev, int events, struct thread *td) in devpoll() function
/freebsd/contrib/ntp/sntp/libevent/
H A DMakefile.am209 SYS_SRC += devpoll.c
H A DMakefile.in156 @DEVPOLL_BACKEND_TRUE@am__append_23 = devpoll.c
243 select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \
249 @DEVPOLL_BACKEND_TRUE@am__objects_4 = devpoll.lo
288 select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \
481 ./$(DEPDIR)/bufferevent_sock.Plo ./$(DEPDIR)/devpoll.Plo \
1777 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devpoll.Plo@am__quote@ # am--include-marker
2870 -rm -f ./$(DEPDIR)/devpoll.Plo
2996 -rm -f ./$(DEPDIR)/devpoll.Plo
H A DChangeLog-1.4102 o Fix off-by-one errors in devpoll; from Ian Bell
146 o devpoll and evport need reinit; tested by W.C.A Wijngaards
H A DCMakeLists.txt402 sys/devpoll.h
832 list(APPEND SRC_CORE devpoll.c)
H A Dconfig.h.in299 /* Define to 1 if you have the <sys/devpoll.h> header file. */
H A Dconfigure.ac235 sys/devpoll.h \
H A DChangeLog-2.0926 o Fix compilation of devpoll.c by adding missing thread includes. (fee2c77 Dagobert Michelsen)
1169 o devpoll and evport need reinit; tested by W.C.A Wijngaards
1252 o Fix off-by-one errors in devpoll; from Ian Bell
H A DChangeLog277 o fix checking of devpoll backend (like in autotools, by devpoll.h existence) (7f161902)
/freebsd/contrib/libevent/
H A DMakefile.am209 SYS_SRC += devpoll.c
H A DMakefile.in156 @DEVPOLL_BACKEND_TRUE@am__append_23 = devpoll.c
243 select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \
249 @DEVPOLL_BACKEND_TRUE@am__objects_4 = devpoll.lo
288 select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \
481 ./$(DEPDIR)/bufferevent_sock.Plo ./$(DEPDIR)/devpoll.Plo \
1769 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devpoll.Plo@am__quote@ # am--include-marker
2860 -rm -f ./$(DEPDIR)/devpoll.Plo
2986 -rm -f ./$(DEPDIR)/devpoll.Plo
H A DChangeLog-1.4102 o Fix off-by-one errors in devpoll; from Ian Bell
146 o devpoll and evport need reinit; tested by W.C.A Wijngaards
H A DCMakeLists.txt402 sys/devpoll.h
832 list(APPEND SRC_CORE devpoll.c)
H A Dconfig.h.in296 /* Define to 1 if you have the <sys/devpoll.h> header file. */
H A Dconfigure.ac235 sys/devpoll.h \
H A DChangeLog-2.0926 o Fix compilation of devpoll.c by adding missing thread includes. (fee2c77 Dagobert Michelsen)
1169 o devpoll and evport need reinit; tested by W.C.A Wijngaards
1252 o Fix off-by-one errors in devpoll; from Ian Bell
H A DChangeLog277 o fix checking of devpoll backend (like in autotools, by devpoll.h existence) (7f161902)
/freebsd/contrib/ntp/
H A DCommitLog[all...]