Searched refs:POLLHUP (Results 1 - 25 of 41) sorted by relevance

12

/external/strace/xlat/
H A Dpollflags.h35 #if defined(POLLHUP) || (defined(HAVE_DECL_POLLHUP) && HAVE_DECL_POLLHUP)
36 XLAT(POLLHUP),
/external/kernel-headers/original/uapi/asm-generic/
H A Dpoll.h9 #define POLLHUP 0x0010 macro
/external/avahi/avahi-common/
H A Dwatch.h46 AVAHI_WATCH_HUP = POLLHUP /**< Hangup event */
/external/curl/lib/
H A Dselect.h45 #define POLLHUP 0x10 macro
H A Dselect.c235 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 Dcrash_generation_server.cc189 if (POLLHUP & revents)
287 if (POLLHUP & revents)
/external/libevent/
H A Devport.c342 if (pevt->portev_events & (POLLERR|POLLHUP)) {
354 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL))
H A Ddevpoll.c203 if (what & POLLHUP)
H A Dpoll.c195 if (what & (POLLHUP|POLLERR))
/external/selinux/policycoreutils/mcstrans/src/
H A Dmcstransd.c350 revents = revents & ~(POLLHUP);
355 if (revents & POLLHUP) {
363 revents = revents & ~(POLLHUP);
/external/toybox/toys/other/
H A Dnetcat.c213 } else if (pollfds[i].revents & POLLHUP) {
/external/fio/os/
H A Dos-windows.h76 #define POLLHUP 1 macro
/external/ipsec-tools/
H A Dmain.c203 if (pollfds[i].revents & POLLHUP) {
/external/libdrm/tests/exynos/
H A Dexynos_fimg2d_event.c85 if (data->evhandler.fds.revents & (POLLHUP | POLLERR))
/external/libpcap/tests/
H A Dselpolltest.c217 if (fd.revents & POLLHUP)
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dserialposix.py667 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 Dvirtio_console_guest.py325 if (mask & select.POLLHUP):
729 elif (d[0][1] & select.POLLHUP):
/external/iputils/
H A Drarpd.c705 #define EVENTS (POLLIN|POLLPRI|POLLERR|POLLHUP)
/external/libmicrohttpd/src/testspdy/
H A Dtest_notls.c655 if((pollfds[0].revents & POLLHUP) || (pollfds[0].revents & POLLERR)) {
/external/wpa_supplicant_8/hostapd/src/utils/
H A Deloop.c552 POLLHUP))
560 max_pollfd_map, POLLERR | POLLHUP);
/external/wpa_supplicant_8/src/utils/
H A Deloop.c552 POLLHUP))
560 max_pollfd_map, POLLERR | POLLHUP);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop.c552 POLLHUP))
560 max_pollfd_map, POLLERR | POLLHUP);
/external/autotest/client/tests/kvm/tests/
H A Dvirtio_console.py876 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 Dposix.c785 fds[i].revents |= POLLHUP;
/external/iproute2/misc/
H A Darpd.c801 #define EVENTS (POLLIN|POLLPRI|POLLERR|POLLHUP)

Completed in 818 milliseconds

12