/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-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/ |
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/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/openssh/openbsd-compat/ |
D | bsd-poll.h | 50 #define POLLRDNORM 0x0040 51 #define POLLNORM POLLRDNORM
|
/external/curl/lib/ |
D | select.c | 194 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI; in Curl_socket_check() 200 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI; in Curl_socket_check() 240 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP)) in Curl_socket_check() 247 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP)) in Curl_socket_check() 481 POLLRDNORM|POLLWRNORM|POLLRDBAND)) { in Curl_poll() 484 if(ufds[i].events & (POLLRDNORM|POLLIN)) in Curl_poll()
|
D | select.h | 58 #ifndef POLLRDNORM 59 #define POLLRDNORM POLLIN macro
|
D | asyn-ares.c | 306 pfd[i].events |= POLLRDNORM|POLLIN; in waitperform() 332 (pfd[i].revents & (POLLRDNORM|POLLIN))? in waitperform()
|
/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/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/rust/crates/libc/src/unix/uclibc/mips/ |
D | mod.rs | 257 pub const POLLRDNORM: ::c_short = 0x040; constant
|
/external/python/cpython2/Modules/ |
D | selectmodule.c | 1887 #ifdef POLLRDNORM 1888 PyModule_AddIntConstant(m, "POLLRDNORM", POLLRDNORM);
|
/external/python/cpython3/Modules/ |
D | selectmodule.c | 2528 #ifdef POLLRDNORM 2529 PyModule_AddIntMacro(m, POLLRDNORM);
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 434 pub const POLLRDNORM: ::c_short = 0x040; constant
|
/external/rust/crates/libc/src/unix/uclibc/arm/ |
D | mod.rs | 465 pub const POLLRDNORM: ::c_short = 0x40; constant
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 520 pub const POLLRDNORM: ::c_short = POLLIN; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 749 pub const POLLNORM: ::c_short = ::POLLRDNORM;
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 532 | ::POLLRDNORM
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1068 pub const POLLRDNORM: ::c_short = 0x040; constant
|