/external/curl/lib/ |
D | select.c | 266 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI; in Curl_socket_check() 272 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI; in Curl_socket_check() 290 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP)) in Curl_socket_check() 297 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP)) in Curl_socket_check() 397 POLLRDNORM|POLLWRNORM|POLLRDBAND)) { in Curl_poll() 400 if(ufds[i].events & (POLLRDNORM|POLLIN)) in Curl_poll() 425 if(ufds[i].events & POLLRDNORM) in Curl_poll() 426 ufds[i].revents |= POLLRDNORM; in Curl_poll()
|
D | select.h | 58 #ifndef POLLRDNORM 59 #define POLLRDNORM POLLIN macro
|
D | asyn-ares.c | 307 pfd[i].events |= POLLRDNORM|POLLIN; in waitperform() 333 (pfd[i].revents & (POLLRDNORM|POLLIN))? in waitperform()
|
/external/strace/xlat/ |
D | pollflags.h | 48 #if defined(POLLRDNORM) || (defined(HAVE_DECL_POLLRDNORM) && HAVE_DECL_POLLRDNORM) 50 static_assert((POLLRDNORM) == (0x0040), "POLLRDNORM != 0x0040"); 53 # define POLLRDNORM 0x0040 172 XLAT(POLLRDNORM),
|
D | pollflags.in | 7 POLLRDNORM 0x0040
|
/external/strace/tests-m32/ |
D | poll.c | 65 #ifdef POLLRDNORM in print_pollfd_entering() 66 PRINT_EVENT(POLLRDNORM, events); in print_pollfd_entering() 132 #ifdef POLLRDNORM in print_pollfd_exiting() 133 PRINT_EVENT(POLLRDNORM, revents); in print_pollfd_exiting() 186 { .fd = 0, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main() 246 { .fd = 1, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main()
|
D | ppoll.c | 121 { .fd = pipe_fd[0], .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main() 193 { .fd = pipe_fd[1], .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main()
|
/external/strace/tests-mx32/ |
D | poll.c | 65 #ifdef POLLRDNORM in print_pollfd_entering() 66 PRINT_EVENT(POLLRDNORM, events); in print_pollfd_entering() 132 #ifdef POLLRDNORM in print_pollfd_exiting() 133 PRINT_EVENT(POLLRDNORM, revents); in print_pollfd_exiting() 186 { .fd = 0, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main() 246 { .fd = 1, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main()
|
D | ppoll.c | 121 { .fd = pipe_fd[0], .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main() 193 { .fd = pipe_fd[1], .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main()
|
/external/strace/tests/ |
D | poll.c | 65 #ifdef POLLRDNORM in print_pollfd_entering() 66 PRINT_EVENT(POLLRDNORM, events); in print_pollfd_entering() 132 #ifdef POLLRDNORM in print_pollfd_exiting() 133 PRINT_EVENT(POLLRDNORM, revents); in print_pollfd_exiting() 186 { .fd = 0, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main() 246 { .fd = 1, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main()
|
D | ppoll.c | 121 { .fd = pipe_fd[0], .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main() 193 { .fd = pipe_fd[1], .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main()
|
/external/openssh/openbsd-compat/ |
D | bsd-poll.h | 50 #define POLLRDNORM 0x0040 51 #define POLLNORM POLLRDNORM
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | poll.h | 13 #define POLLRDNORM 0x0040 macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | poll.h | 14 #define POLLRDNORM 0x0040 macro
|
/external/rust/crates/libc/src/unix/newlib/xtensa/ |
D | mod.rs | 68 pub const POLLRDNORM: ::c_short = 1 << 1; constant
|
/external/rust/crates/nix/src/ |
D | poll.rs | 67 POLLRDNORM;
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 1052 POLLRDNORM = 0x0040 variable 1056 POLLNORM = POLLRDNORM
|
D | STROPTS.py | 1347 POLLRDNORM = 0x0040 variable 1351 POLLNORM = POLLRDNORM
|
/external/python/cpython2/Modules/ |
D | selectmodule.c | 1887 #ifdef POLLRDNORM 1888 PyModule_AddIntConstant(m, "POLLRDNORM", POLLRDNORM);
|
/external/python/cpython3/Modules/ |
D | selectmodule.c | 2494 #ifdef POLLRDNORM 2495 PyModule_AddIntMacro(m, POLLRDNORM);
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 455 pub const POLLRDNORM: ::c_short = 0x040; constant
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 245 pub const POLLRDNORM: ::c_short = 0x1; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 811 pub const POLLNORM: ::c_short = ::POLLRDNORM;
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 697 | ::POLLRDNORM
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 524 pub const POLLRDNORM: ::c_short = POLLIN; constant
|