Searched refs:POLLHUP (Results 1 - 25 of 41) sorted by relevance
12
/external/strace/xlat/ |
H A D | pollflags.h | 35 #if defined(POLLHUP) || (defined(HAVE_DECL_POLLHUP) && HAVE_DECL_POLLHUP) 36 XLAT(POLLHUP),
|
/external/kernel-headers/original/uapi/asm-generic/ |
H A D | poll.h | 9 #define POLLHUP 0x0010 macro
|
/external/avahi/avahi-common/ |
H A D | watch.h | 46 AVAHI_WATCH_HUP = POLLHUP /**< Hangup event */
|
/external/curl/lib/ |
H A D | select.h | 45 #define POLLHUP 0x10 macro
|
H A D | select.c | 235 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP)) 242 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP)) 251 if(pfd[num].revents & (POLLERR|POLLHUP|POLLNVAL)) 456 if(ufds[i].revents & POLLHUP)
|
/external/google-breakpad/src/client/linux/crash_generation/ |
H A D | crash_generation_server.cc | 189 if (POLLHUP & revents) 287 if (POLLHUP & revents)
|
/external/libevent/ |
H A D | evport.c | 342 if (pevt->portev_events & (POLLERR|POLLHUP)) { 354 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL))
|
H A D | devpoll.c | 203 if (what & POLLHUP)
|
H A D | poll.c | 195 if (what & (POLLHUP|POLLERR))
|
/external/selinux/policycoreutils/mcstrans/src/ |
H A D | mcstransd.c | 350 revents = revents & ~(POLLHUP); 355 if (revents & POLLHUP) { 363 revents = revents & ~(POLLHUP);
|
/external/toybox/toys/other/ |
H A D | netcat.c | 213 } else if (pollfds[i].revents & POLLHUP) {
|
/external/fio/os/ |
H A D | os-windows.h | 76 #define POLLHUP 1 macro
|
/external/ipsec-tools/ |
H A D | main.c | 203 if (pollfds[i].revents & POLLHUP) {
|
/external/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_event.c | 85 if (data->evhandler.fds.revents & (POLLHUP | POLLERR))
|
/external/libpcap/tests/ |
H A D | selpolltest.c | 217 if (fd.revents & POLLHUP)
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
H A D | serialposix.py | 667 poll.register(self.fd, select.POLLIN|select.POLLERR|select.POLLHUP|select.POLLNVAL) 673 if event & (select.POLLERR|select.POLLHUP|select.POLLNVAL):
|
/external/autotest/client/tests/kvm/scripts/ |
H A D | virtio_console_guest.py | 325 if (mask & select.POLLHUP): 729 elif (d[0][1] & select.POLLHUP):
|
/external/iputils/ |
H A D | rarpd.c | 705 #define EVENTS (POLLIN|POLLPRI|POLLERR|POLLHUP)
|
/external/libmicrohttpd/src/testspdy/ |
H A D | test_notls.c | 655 if((pollfds[0].revents & POLLHUP) || (pollfds[0].revents & POLLERR)) {
|
/external/wpa_supplicant_8/hostapd/src/utils/ |
H A D | eloop.c | 552 POLLHUP)) 560 max_pollfd_map, POLLERR | POLLHUP);
|
/external/wpa_supplicant_8/src/utils/ |
H A D | eloop.c | 552 POLLHUP)) 560 max_pollfd_map, POLLERR | POLLHUP);
|
/external/wpa_supplicant_8/wpa_supplicant/src/utils/ |
H A D | eloop.c | 552 POLLHUP)) 560 max_pollfd_map, POLLERR | POLLHUP);
|
/external/autotest/client/tests/kvm/tests/ |
H A D | virtio_console.py | 876 for test in [select.POLLIN, select.POLLHUP]: 881 on_guest("virt.poll('%s', %s)" % (port.name, select.POLLHUP), vm, 922 on_guest("virt.set_pool_want_return('%s', select.POLLHUP |"
|
/external/fio/os/windows/ |
H A D | posix.c | 785 fds[i].revents |= POLLHUP;
|
/external/iproute2/misc/ |
H A D | arpd.c | 801 #define EVENTS (POLLIN|POLLPRI|POLLERR|POLLHUP)
|
Completed in 818 milliseconds
12