Home
last modified time | relevance | path

Searched refs:POLLRDHUP (Results 1 – 6 of 6) sorted by relevance

/external/kernel-headers/original/uapi/asm-generic/
Dpoll.h27 #ifndef POLLRDHUP
28 #define POLLRDHUP 0x2000 macro
/external/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c35 #ifndef POLLRDHUP
36 #define POLLRDHUP 0x2000 macro
192 fds_good[0].events = POLLIN | POLLPRI | POLLOUT | POLLRDHUP; in setup()
198 fds_already_closed[0].events = POLLIN | POLLPRI | POLLOUT | POLLRDHUP; in setup()
/external/ltp/testcases/kernel/syscalls/utils/
Dpoll.h19 #define POLLRDHUP 0x2000 macro
/external/libpcap/
Dpcap-linux.c4531 #ifndef POLLRDHUP
4532 #define POLLRDHUP 0 macro
4564 (pollinfo.revents & (POLLHUP|POLLRDHUP|POLLERR|POLLNVAL))) {
4570 if (pollinfo.revents & (POLLHUP | POLLRDHUP)) {
/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_process_unittest.cc571 struct pollfd poll_fd = {reader, POLLIN | POLLRDHUP, 0}; in WaitForClosedPipeWriter()
/external/libmicrohttpd/
DChangeLog988 Do not use POLLRDHUP, which causes build errors on OS X / OpenSolaris