Home
last modified time | relevance | path

Searched refs:POLLHUP (Results 1 – 25 of 55) sorted by relevance

123

/linux-2.6.39/include/asm-generic/
Dpoll.h9 #define POLLHUP 0x0010 macro
/linux-2.6.39/net/bluetooth/
Daf_bluetooth.c419 mask |= POLLHUP; in bt_sock_poll()
425 mask |= POLLHUP; in bt_sock_poll()
/linux-2.6.39/drivers/media/
Dmedia-devnode.c112 return POLLERR | POLLHUP; in media_poll()
/linux-2.6.39/sound/usb/usx2y/
DusX2Yhwdep.c96 return POLLHUP; in snd_us428ctls_poll()
/linux-2.6.39/fs/
Dselect.c382 #define POLLIN_SET (POLLRDNORM | POLLRDBAND | POLLIN | POLLHUP | POLLERR)
743 POLLERR | POLLHUP; in do_pollfd()
747 mask &= pollfd->events | POLLERR | POLLHUP; in do_pollfd()
Deventfd.c114 wake_up_poll(&ctx->wqh, POLLHUP); in eventfd_release()
Dpipe.c689 mask |= POLLHUP; in pipe_poll()
718 …terruptible_sync_poll(&pipe->wait, POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM | POLLERR | POLLHUP); in pipe_release()
Deventpoll.c1425 epds.events |= POLLERR | POLLHUP; in SYSCALL_DEFINE4()
1438 epds.events |= POLLERR | POLLHUP; in SYSCALL_DEFINE4()
Dfcntl.c524 POLLHUP | POLLERR /* POLL_HUP */
/linux-2.6.39/net/core/
Ddatagram.c752 mask |= POLLHUP; in datagram_poll()
761 mask |= POLLHUP; in datagram_poll()
/linux-2.6.39/drivers/tty/
Dn_hdlc.c833 mask |= POLLHUP; in n_hdlc_tty_poll()
835 mask |= POLLHUP; in n_hdlc_tty_poll()
Dn_tty.c2043 mask |= POLLHUP; in n_tty_poll()
2045 mask |= POLLHUP; in n_tty_poll()
2046 if (!(mask & (POLLHUP | POLLIN | POLLRDNORM))) { in n_tty_poll()
/linux-2.6.39/drivers/hid/
Dhid-roccat.c146 return POLLERR | POLLHUP; in roccat_poll()
Dhidraw.c244 return POLLERR | POLLHUP; in hidraw_poll()
/linux-2.6.39/drivers/usb/misc/
Diowarrior.c701 return POLLERR | POLLHUP; in iowarrior_poll()
707 return POLLERR | POLLHUP; in iowarrior_poll()
Dldusb.c416 return POLLERR | POLLHUP; in ld_usb_poll()
/linux-2.6.39/net/unix/
Daf_unix.c2097 mask |= POLLHUP; in unix_poll()
2108 mask |= POLLHUP; in unix_poll()
2135 mask |= POLLHUP; in unix_dgram_poll()
2144 mask |= POLLHUP; in unix_dgram_poll()
/linux-2.6.39/virt/kvm/
Deventfd.c147 if (flags & POLLHUP) { in irqfd_wakeup()
/linux-2.6.39/net/caif/
Dcaif_socket.c969 wake_up_interruptible_poll(sk_sleep(sk), POLLERR|POLLHUP); in caif_release()
994 mask |= POLLHUP; in caif_poll()
/linux-2.6.39/drivers/staging/pohmelfs/
Dnetfs.h559 unsigned int revents = POLLHUP | POLLERR; in netfs_state_poll()
/linux-2.6.39/drivers/media/video/
Dv4l2-dev.c291 int ret = POLLERR | POLLHUP; in v4l2_poll()
/linux-2.6.39/drivers/char/
Dvirtio_console.c730 return POLLHUP; in port_fops_poll()
738 ret |= POLLHUP; in port_fops_poll()
/linux-2.6.39/drivers/staging/comedi/drivers/
Dserial2002.c188 POLLHUP | POLLERR)) { in tty_read()
/linux-2.6.39/drivers/media/video/cx18/
Dcx18-fileops.c632 return POLLHUP; in cx18_v4l2_enc_poll()
/linux-2.6.39/drivers/firewire/
Dnosy.c342 ret |= POLLHUP; in nosy_poll()

123