Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 25 of 122) sorted by relevance

12345

/dragonfly/sys/dev/misc/ecc/
HDecc_amd8000.c121 int bus, slot, poll = 0; in ecc_amd8000_attach() local
147 poll = 1; in ecc_amd8000_attach()
154 poll = 1; in ecc_amd8000_attach()
161 if (poll) { in ecc_amd8000_attach()
/dragonfly/sys/dev/powermng/intpm/
HDintpm.c59 int poll; member
197 sc->poll = 1; in sb8xx_attach()
272 sc->poll = (value & PCI_INTR_SMB_ENABLE) == 0; in intsmb_attach()
289 sc->poll == 0 ? "enabled" : "disabled"); in intsmb_attach()
292 if (!sc->poll && intr == PCI_INTR_SMB_SMI) { in intsmb_attach()
295 sc->poll = 1; in intsmb_attach()
298 if (sc->poll) in intsmb_attach()
519 if (!sc->poll && !cold && !nointr) in intsmb_start()
597 if (sc->poll || cold) in intsmb_stop()
/dragonfly/sys/dev/drm/
HDdrm_probe_helper.c65 module_param_named(poll, drm_kms_helper_poll, bool, 0600);
228 bool poll = false; in drm_kms_helper_poll_enable() local
240 poll = true; in drm_kms_helper_poll_enable()
255 poll = true; in drm_kms_helper_poll_enable()
259 if (poll) in drm_kms_helper_poll_enable()
/dragonfly/usr.bin/window/
HDREADME109 poll(). It is roughly event-driven, though not in a clean way.
112 sleeps in a poll() in wwiomux() waiting for data from the
114 is caught by wwrint(). The poll() returns when at least one of the
132 used by wwiomux() to interrupt the poll() which would otherwise
155 windows. Without anything to do, it blocks in a poll(), waiting for
159 wwwrite(). Then the process is repeated. A non-blocking poll() is
163 (we use pty packet mode). The poll() blocks only when all of the
/dragonfly/share/examples/drivers/
HDmake_pseudo_driver.sh60 static d_poll_t ${1}poll;
72 ${1}poll,
HDmake_device_driver.sh70 static d_poll_t ${1}poll;
87 ${1}poll,
334 ${1}poll(dev_t dev, int which, struct proc *p)
/dragonfly/crypto/openssh/
HDmonitor_fdpass.c93 (void)poll(&pfd, 1, -1); in mm_send_fd()
148 (void)poll(&pfd, 1, -1); in mm_receive_fd()
HDatomicio.c77 (void)poll(&pfd, 1, -1); in atomicio6()
139 (void)poll(&pfd, 1, -1); in atomiciov6()
/dragonfly/contrib/nvi2/ex/
HDex_script.c375 struct timeval poll; in sscr_input() local
383 poll.tv_sec = 0; in sscr_input()
384 poll.tv_usec = 0; in sscr_input()
395 switch (select(maxfd + 1, &rdfd, NULL, NULL, &poll)) { in sscr_input()
/dragonfly/test/testcases/io/poll_1/
HDpoll_1.c22 poll(fds, 1, -1); in main()
/dragonfly/sys/sys/
HDpoll.h102 int poll(struct pollfd *, nfds_t, int);
/dragonfly/crypto/libressl/apps/nc/
HDatomicio.c55 (void)poll(&pfd, 1, -1); in atomicio()
/dragonfly/contrib/openpam/lib/libpam/
HDopenpam_ttyconv.c158 if ((ret = poll(&pfd, 1, remaining_ms)) < 0) { in prompt_tty()
256 if ((ret = poll(&pfd, 1, remaining_ms)) < 0) { in prompt_notty()
/dragonfly/contrib/bmake/
HDjob.h91 #define poll emul_poll macro
/dragonfly/sys/dev/drm/include/linux/
HDfs.h78 unsigned int (*poll) (struct file *, struct poll_table_struct *); member
/dragonfly/sys/conf/
HDkern.fwd.mk26 _lhdrs= aio.h errno.h fcntl.h linker_set.h poll.h syslog.h ucontext.h
/dragonfly/sys/dev/drm/include/drm/
HDdrm_gem_cma_helper.h56 .poll = drm_poll,\
HDdrm_gem.h205 .poll = drm_poll,\
/dragonfly/lib/libc_rtld/
HDMakefile27 msync.o nanosleep.o open.o poll.o read.o readv.o recvfrom.o \
/dragonfly/lib/libc/sys/
HDMakefile.inc86 pathconf.2 pipe.2 poll.2 posix_fallocate.2 \
174 MLINKS+=poll.2 ppoll.2
/dragonfly/usr.sbin/rtadvd/
HDcontrol.c78 i = poll(pfds, sizeof(pfds)/sizeof(pfds[0]), in cm_recv()
134 i = poll(pfds, sizeof(pfds)/sizeof(pfds[0]), in cm_recv()
/dragonfly/test/interbench/
HDhackbench.c41 if (poll(&pollfd, 1, -1) != 1) in ready()
/dragonfly/contrib/lvm2/dist/daemons/cmirrord/
HDlink_mon.c119 r = poll(pfds, used_pfds, -1); in links_monitor()
/dragonfly/sys/dev/serial/sio/
HDsio_private.h90 bool_t poll; /* nonzero if polling is required */ member
/dragonfly/contrib/wpa_supplicant/src/utils/
HDeloop.c18 #error Do not define both of poll and epoll
22 #error Do not define both of poll and kqueue
1132 res = poll(eloop.pollfds, num_poll_fds, in eloop_run()
1317 poll(&pfd, 1, -1); in eloop_wait_for_read_sock()

12345