/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() 292 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check() 299 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check() 397 POLLRDNORM|POLLWRNORM|POLLRDBAND)) { in Curl_poll() 404 if(ufds[i].events & (POLLRDBAND|POLLPRI)) in Curl_poll() 437 if(ufds[i].events & POLLRDBAND) in Curl_poll() 438 ufds[i].revents |= POLLRDBAND; in Curl_poll()
|
D | select.h | 66 #ifndef POLLRDBAND 67 #define POLLRDBAND POLLPRI macro
|
/external/strace/xlat/ |
D | pollflags.h | 55 #if defined(POLLRDBAND) || (defined(HAVE_DECL_POLLRDBAND) && HAVE_DECL_POLLRDBAND) 57 static_assert((POLLRDBAND) == (0x0080), "POLLRDBAND != 0x0080"); 60 # define POLLRDBAND 0x0080 173 XLAT(POLLRDBAND),
|
D | pollflags.in | 8 POLLRDBAND 0x0080
|
/external/strace/tests-m32/ |
D | poll.c | 71 #ifdef POLLRDBAND in print_pollfd_entering() 72 PRINT_EVENT(POLLRDBAND, events); in print_pollfd_entering() 138 #ifdef POLLRDBAND in print_pollfd_exiting() 139 PRINT_EVENT(POLLRDBAND, 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 | 71 #ifdef POLLRDBAND in print_pollfd_entering() 72 PRINT_EVENT(POLLRDBAND, events); in print_pollfd_entering() 138 #ifdef POLLRDBAND in print_pollfd_exiting() 139 PRINT_EVENT(POLLRDBAND, 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 | 71 #ifdef POLLRDBAND in print_pollfd_entering() 72 PRINT_EVENT(POLLRDBAND, events); in print_pollfd_entering() 138 #ifdef POLLRDBAND in print_pollfd_exiting() 139 PRINT_EVENT(POLLRDBAND, 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/rust/crates/libc/src/unix/newlib/xtensa/ |
D | mod.rs | 69 pub const POLLRDBAND: ::c_short = 1 << 2; constant 70 pub const POLLPRI: ::c_short = POLLRDBAND;
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | poll.h | 14 #define POLLRDBAND 0x0080 macro
|
/external/openssh/openbsd-compat/ |
D | bsd-poll.h | 53 #define POLLRDBAND 0x0080
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | poll.h | 15 #define POLLRDBAND 0x0080 macro
|
/external/rust/crates/nix/src/ |
D | poll.rs | 73 POLLRDBAND;
|
/external/python/cpython2/Modules/ |
D | selectmodule.c | 1890 #ifdef POLLRDBAND 1891 PyModule_AddIntConstant(m, "POLLRDBAND", POLLRDBAND);
|
/external/python/cpython3/Modules/ |
D | selectmodule.c | 2497 #ifdef POLLRDBAND 2498 PyModule_AddIntMacro(m, POLLRDBAND);
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 1054 POLLRDBAND = 0x0080 variable
|
D | STROPTS.py | 1349 POLLRDBAND = 0x0080 variable
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 457 pub const POLLRDBAND: ::c_short = 0x080; constant
|
/external/igt-gpu-tools/runner/ |
D | executor.c | 1250 struct pollfd sigpoll = { .fd = sigfd, .events = POLLIN | POLLRDBAND }; in should_die_because_signal()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 698 | ::POLLRDBAND
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 526 pub const POLLRDBAND: ::c_short = 0x0008; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1181 pub const POLLRDBAND: ::c_short = 0x080; constant
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 876 pub const POLLRDBAND: ::c_short = 0x0080; constant
|