| /freebsd-9-stable/tools/regression/poll/ |
| D | sockpoll.c | 107 if (poll(&pfd0, 1, 0) == -1) in main() 110 if (poll(&pfd1, 1, 0) == -1) in main() 115 if (poll(&pfd0, 1, 0) == -1) in main() 118 if (poll(&pfd1, 1, 0) == -1) in main() 122 if (poll(&pfd1, 1, 0) == -1) in main() 127 if (poll(&pfd1, 1, 0) == -1) in main() 136 if (poll(&pfd0, 1, 0) == -1) in main() 139 if (poll(&pfd1, 1, 0) == -1) in main() 151 if (poll(&pfd1, 1, 0) == -1) in main() 156 if (poll(&pfd0, 1, 0) == -1) in main() [all …]
|
| D | pipepoll.c | 105 if ((res = poll(&pfd, 1, 0)) < 0) in child() 123 if ((res = poll(&pfd, 1, 0)) < 0) in child() 131 if ((res = poll(&pfd, 1, 0)) < 0) in child() 136 if ((res = poll(&pfd, 1, 0)) < 0) in child() 144 if ((res = poll(&pfd, 1, 0)) < 0) in child() 159 if ((res = poll(&pfd, 1, 0)) < 0) in child() 167 if ((res = poll(&pfd, 1, 0)) < 0) in child() 185 if ((res = poll(&pfd, 1, 0)) < 0) in child() 190 if ((res = poll(&pfd, 1, 0)) < 0) in child() 202 if ((res = poll(&pfd, 1, 0)) < 0) in child() [all …]
|
| D | Readme | 1 $FreeBSD: stable/9/tools/regression/poll/Readme 195636 2009-07-12 12:50:43Z kib $ 3 The directory contains poll(2) and select(2) compliance (and more) tests
|
| /freebsd-9-stable/contrib/nvi/cl/ |
| D | cl_read.c | 143 struct timeval poll; local 179 poll.tv_sec = 0; 180 poll.tv_usec = 0; 184 &rdfd, NULL, NULL, tp == NULL ? &poll : tp)) {
|
| /freebsd-9-stable/contrib/nvi/ip/ |
| D | ip_read.c | 107 struct timeval poll; local 125 poll.tv_sec = 0; 126 poll.tv_usec = 0; 130 &rdfd, NULL, NULL, tp == NULL ? &poll : tp)) {
|
| /freebsd-9-stable/sys/pci/ |
| D | intpm.c | 59 int poll; member 190 sc->poll = 1; in sb8xx_attach() 250 sc->poll = (value & PCI_INTR_SMB_ENABLE) == 0; in intsmb_attach() 267 sc->poll == 0 ? "enabled" : "disabled"); in intsmb_attach() 270 if (!sc->poll && intr == PCI_INTR_SMB_SMI) { in intsmb_attach() 273 sc->poll = 1; in intsmb_attach() 276 if (sc->poll) in intsmb_attach() 500 if (!sc->poll && !cold && !nointr) in intsmb_start() 571 if (sc->poll || cold) in intsmb_stop()
|
| /freebsd-9-stable/contrib/tcpdump/ |
| D | print-pgm.c | 292 struct pgm_poll *poll; in pgm_print() local 294 poll = (struct pgm_poll *)(pgm + 1); in pgm_print() 295 TCHECK(*poll); in pgm_print() 297 EXTRACT_32BITS(&poll->pgmp_seq), in pgm_print() 298 EXTRACT_16BITS(&poll->pgmp_round)); in pgm_print() 299 bp = (u_char *) (poll + 1); in pgm_print()
|
| /freebsd-9-stable/contrib/ntp/scripts/stats/ |
| D | README.timecodes | 38 poll: ?; offsets: Y = none, D = 3, T = 7, A = 0, Q = none 56 poll: ?; offsets: Y = 2, D = 5, T = 9, A = 0, Q = 1 81 poll: none; offsets: Y = none, D = 0, T = 4, A = 12, Q = 12 98 poll: none; offsets: Y = none, D = 15, T = 0, A = 9, Q = none 116 poll: "QMQDQT"; offsets: Y = 0, D = 3 T = 1,, A = 11, Q = 13
|
| /freebsd-9-stable/crypto/openssh/ |
| D | atomicio.c | 71 (void)poll(&pfd, 1, -1); in atomicio6() 128 (void)poll(&pfd, 1, -1); in atomiciov6()
|
| D | monitor_fdpass.c | 87 (void)poll(&pfd, 1, -1); in mm_send_fd() 143 (void)poll(&pfd, 1, -1); in mm_receive_fd()
|
| /freebsd-9-stable/sys/powerpc/powermac/ |
| D | cuda.c | 71 u_char *data, u_char poll); 356 cuda_send(void *cookie, int poll, int length, uint8_t *msg) in cuda_send() argument 393 if (sc->sc_polling || poll || cold) in cuda_send() 704 u_char poll) in cuda_adb_send() argument 716 cuda_send(sc, poll, len + 2, packet); in cuda_adb_send()
|
| /freebsd-9-stable/contrib/ntp/html/hints/ |
| D | notes-xntp-v3 | 8 version is that the poll intervals for all polls, even selected 59 9. The clock-selection and poll-update procedures have been modified 99 The poll-interval randomization feature of poll_update (in 100 xntpd/ntp_proto.c) has been extended to apply when the poll interval is
|
| /freebsd-9-stable/contrib/libpcap/ |
| D | pcap-dag.c | 598 struct timeval poll; in dag_activate() local 656 &mindata, &maxwait, &poll) < 0) { in dag_activate() 674 mindata, &maxwait, &poll) < 0) { in dag_activate() 1003 struct timeval poll; in dag_setnonblock() local 1006 &mindata, &maxwait, &poll) < 0) { in dag_setnonblock() 1021 mindata, &maxwait, &poll) < 0) { in dag_setnonblock()
|
| /freebsd-9-stable/contrib/dialog/samples/copifuncs/ |
| D | copi.ifpoll2 | 77 # if the poll was fine, unpacking.. 86 # write me a mail about the failed poll
|
| /freebsd-9-stable/crypto/openssh/openbsd-compat/ |
| D | bsd-poll.h | 59 int poll(struct pollfd *, nfds_t, int);
|
| /freebsd-9-stable/lib/libkse/thread/ |
| D | thr_poll.c | 49 __weak_reference(__poll, poll);
|
| /freebsd-9-stable/sys/dev/random/ |
| D | randomdev.h | 50 random_poll_func_t *poll; member
|
| /freebsd-9-stable/sys/boot/userboot/userboot/ |
| D | userboot_cons.c | 85 return (CALLBACK(poll)); in userboot_cons_poll()
|
| /freebsd-9-stable/sys/sys/ |
| D | poll.h | 99 int poll(struct pollfd _pfd[], nfds_t _nfds, int _timeout);
|
| /freebsd-9-stable/usr.sbin/ftp-proxy/libevent/ |
| D | Makefile | 8 SRCS= buffer.c evbuffer.c event.c kqueue.c log.c poll.c select.c signal.c
|
| /freebsd-9-stable/contrib/netcat/ |
| D | atomicio.c | 55 (void)poll(&pfd, 1, -1); in atomicio()
|
| /freebsd-9-stable/sys/dev/qlxgbe/ |
| D | ql_minidump.h | 443 uint32_t poll; member 462 uint32_t poll; member
|
| /freebsd-9-stable/sys/mips/cavium/octe/ |
| D | cavium-ethernet.h | 59 void (*poll)(struct ifnet *ifp); /* Called periodically to check link status */ member
|
| D | ethernet-common.c | 239 if (priv->poll != NULL) { in cvm_oct_common_poll() 240 priv->poll(ifp); in cvm_oct_common_poll()
|
| /freebsd-9-stable/contrib/nvi/ex/ |
| D | ex_script.c | 379 struct timeval poll; local 387 poll.tv_sec = 0; 388 poll.tv_usec = 0; 399 switch (select(maxfd + 1, &rdfd, NULL, NULL, &poll)) {
|