| /dragonfly/sys/dev/misc/ecc/ |
| HD | ecc_amd8000.c | 121 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/ |
| HD | intpm.c | 59 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/ |
| HD | drm_probe_helper.c | 65 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/ |
| HD | README | 109 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/ |
| HD | make_pseudo_driver.sh | 60 static d_poll_t ${1}poll; 72 ${1}poll,
|
| HD | make_device_driver.sh | 70 static d_poll_t ${1}poll; 87 ${1}poll, 334 ${1}poll(dev_t dev, int which, struct proc *p)
|
| /dragonfly/crypto/openssh/ |
| HD | monitor_fdpass.c | 93 (void)poll(&pfd, 1, -1); in mm_send_fd() 148 (void)poll(&pfd, 1, -1); in mm_receive_fd()
|
| HD | atomicio.c | 77 (void)poll(&pfd, 1, -1); in atomicio6() 139 (void)poll(&pfd, 1, -1); in atomiciov6()
|
| /dragonfly/contrib/nvi2/ex/ |
| HD | ex_script.c | 375 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/ |
| HD | poll_1.c | 22 poll(fds, 1, -1); in main()
|
| /dragonfly/sys/sys/ |
| HD | poll.h | 102 int poll(struct pollfd *, nfds_t, int);
|
| /dragonfly/crypto/libressl/apps/nc/ |
| HD | atomicio.c | 55 (void)poll(&pfd, 1, -1); in atomicio()
|
| /dragonfly/contrib/openpam/lib/libpam/ |
| HD | openpam_ttyconv.c | 158 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/ |
| HD | job.h | 91 #define poll emul_poll macro
|
| /dragonfly/sys/dev/drm/include/linux/ |
| HD | fs.h | 78 unsigned int (*poll) (struct file *, struct poll_table_struct *); member
|
| /dragonfly/sys/conf/ |
| HD | kern.fwd.mk | 26 _lhdrs= aio.h errno.h fcntl.h linker_set.h poll.h syslog.h ucontext.h
|
| /dragonfly/sys/dev/drm/include/drm/ |
| HD | drm_gem_cma_helper.h | 56 .poll = drm_poll,\
|
| HD | drm_gem.h | 205 .poll = drm_poll,\
|
| /dragonfly/lib/libc_rtld/ |
| HD | Makefile | 27 msync.o nanosleep.o open.o poll.o read.o readv.o recvfrom.o \
|
| /dragonfly/lib/libc/sys/ |
| HD | Makefile.inc | 86 pathconf.2 pipe.2 poll.2 posix_fallocate.2 \ 174 MLINKS+=poll.2 ppoll.2
|
| /dragonfly/usr.sbin/rtadvd/ |
| HD | control.c | 78 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/ |
| HD | hackbench.c | 41 if (poll(&pollfd, 1, -1) != 1) in ready()
|
| /dragonfly/contrib/lvm2/dist/daemons/cmirrord/ |
| HD | link_mon.c | 119 r = poll(pfds, used_pfds, -1); in links_monitor()
|
| /dragonfly/sys/dev/serial/sio/ |
| HD | sio_private.h | 90 bool_t poll; /* nonzero if polling is required */ member
|
| /dragonfly/contrib/wpa_supplicant/src/utils/ |
| HD | eloop.c | 18 #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()
|