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

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dpoll.h9 #define POLLHUP 0x0010 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Dwatch.h48 AVAHI_WATCH_HUP = POLLHUP /**< Hangup event */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dwatch.h48 AVAHI_WATCH_HUP = POLLHUP /**< Hangup event */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dos_support.h83 #define POLLHUP 0x0080 /* disconnected */ macro
H A Dnetwork.c148 return ret < 0 ? ff_neterrno() : p.revents & (ev | POLLERR | POLLHUP) ? 0 : AVERROR(EAGAIN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dos_support.h121 #define POLLHUP 0x0080 /* disconnected */ macro
H A Dnetwork.c150 return ret < 0 ? ff_neterrno() : p.revents & (ev | POLLERR | POLLHUP) ? 0 : AVERROR(EAGAIN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dselect.h45 #define POLLHUP 0x10 macro
H A Dselect.c229 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP))
236 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP))
245 if(pfd[num].revents & (POLLERR|POLLHUP|POLLNVAL))
418 if(ufds[i].revents & POLLHUP)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/solaris/
H A Dkevent.c45 _PL_DUMP(POLLHUP);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/test/
H A Dmain.c43 pfd.events = POLLIN | POLLHUP;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
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))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/aserver/
H A Daserver.c349 pfd.events = POLLHUP;
364 pfd.events = POLLHUP;
811 if (events & POLLHUP) {
834 if (events & POLLHUP)
867 add_waiter(client->ctrl_fd, POLLIN | POLLHUP, client_ctrl_handler, client);
868 add_waiter(client->poll_fd, POLLHUP, client_poll_handler, client);
891 add_waiter(sock, POLLIN | POLLHUP, client_ctrl_handler, client);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/common/
H A Dkqueue.c99 pfd.events = POLLIN | POLLHUP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Daf_bluetooth.c302 mask |= POLLHUP;
309 mask |= POLLHUP;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/tests/
H A Dselpolltest.c217 if (fd.revents & POLLHUP)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddv1394.c151 p.events = POLLIN | POLLERR | POLLHUP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A DusX2Yhwdep.c95 return POLLHUP;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Ddv1394.c152 p.events = POLLIN | POLLERR | POLLHUP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dn_hdlc.c820 mask |= POLLHUP;
822 mask |= POLLHUP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Ddatagram.c751 mask |= POLLHUP;
761 mask |= POLLHUP;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_direct.c332 pfds[0].events = POLLIN | POLLERR | POLLHUP;
344 if (ret == 0 || (pfds[0].revents & (POLLERR | POLLHUP))) { /* timeout or error? */
368 pfds[current+1].events = POLLIN | POLLERR | POLLHUP;
379 if (pfd->revents & (POLLERR | POLLHUP)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Deventfd.c114 wake_up_poll(&ctx->wqh, POLLHUP);

Completed in 510 milliseconds

1234