Searched
full:poll (Results
351 -
375 of
570) sorted by null
<<11121314151617181920>>
/external/grub/netboot/ |
cs89x0.h | 305 #define RCV_POLLING 0x10 /* Poll RxEvent */
|
epic100.c | 206 nic->poll = epic100_poll;
|
fa311.c | 164 nic->poll = fa311_poll;
|
rtl8139.c | 221 nic->poll = rtl_poll;
|
smc9000.c | 505 nic->poll = smc9000_poll;
|
/external/kernel-headers/original/linux/ |
wait.h | 9 #define WNOWAIT 0x01000000 /* Don't reap, just poll status. */
|
/external/libpcap/ |
pcap-snit.c | 373 * "poll()" should work on it.
|
/external/opencore/doc/oscl_html/ |
oscl__socket__tuneables_8h.html | 274 PV_SOCKET_SERVER_SELECT_TIMEOUT_MSEC sets duration of the select call in the PV socket server thread for the polling select loop implementation. When the timeout is -1, the select call will block forever waiting on a new request and will use a loopback socket to signal a new request. Note: if infinite wait is selected, but loopback socket is not available, the implementation will poll at 10 msec intervals. </td>
|
/external/ping/ |
ping.c | 525 * allowing to avoid redundant poll(). */ 611 * 2. Avoid use of poll(), when recvmsg() can provide 627 /* When spinning, no reasons to poll. 641 if (poll(&pset, 1, next) < 1 || [all...] |
/external/qemu/distrib/sdl-1.2.12/src/joystick/bsd/ |
SDL_sysjoystick.c | 373 /* The poll blocks the event thread. */
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosevents.c | 244 /* Only poll when mouse is over the window */
|
/external/qemu/hw/ |
bt-hid.c | 274 /* Here we can as well poll s->usbdev */
|
/external/qemu/ |
qemu-char-android.c | 918 * it through the poll loop once. When reconnected we want a 921 * timeout to the normal (much longer) poll interval before the 935 /* (re-)connect poll interval for idle guests: once per second. 960 /* Next poll ... */ [all...] |
qemu-char.c | 886 * it through the poll loop once. When reconnected we want a 889 * timeout to the normal (much longer) poll interval before the 903 /* (re-)connect poll interval for idle guests: once per second. 928 /* Next poll ... */ [all...] |
/external/strace/linux/ |
syscallent.h | 219 { 3, 0, sys_poll, "poll" }, /* 168 */
|
/external/strace/strace/linux/powerpc/ |
syscallent.h | 198 { 3, 0, sys_poll, "poll" }, /* 167 */
|
/external/strace/strace/linux/s390/ |
syscallent.h | 199 { 3, 0, sys_poll, "poll" }, /* 168 */
|
/external/strace/strace/linux/s390x/ |
syscallent.h | 198 { 3, 0, sys_poll, "poll" }, /* 168 */
|
/external/strace/strace/linux/sh64/ |
syscallent.h | 199 { 3, 0, sys_poll, "poll" }, /* 168 */
|
/external/strace/strace/linux/sparc/ |
syscallent1.h | 117 { 6, TN, solaris_poll, "poll" }, /* 87 */
|
/external/strace/strace/linux/sparc64/ |
syscallent1.h | 117 { 6, TN, solaris_poll, "poll" }, /* 87 */
|
/external/strace/strace/linux/ |
syscallent.h | 211 { 3, 0, sys_poll, "poll" }, /* 168 */
|
/external/tcpdump/ |
sctpConstants.h | 355 * wants. Each select mask/poll list should be
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/ |
test_shell_thread.py | 432 if (not self._driver or self._driver.poll() is not None):
|
/external/wpa_supplicant/ |
driver_madwifi.c | 437 * madwifi delivers a scan complete event so no need to poll, but
|
Completed in 499 milliseconds
<<11121314151617181920>>