Home
last modified time | relevance | path

Searched refs:POLLRDBAND (Results 1 – 25 of 29) sorted by relevance

12

/external/curl/lib/
Dselect.c266 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()
Dselect.h66 #ifndef POLLRDBAND
67 #define POLLRDBAND POLLPRI macro
/external/strace/xlat/
Dpollflags.h55 #if defined(POLLRDBAND) || (defined(HAVE_DECL_POLLRDBAND) && HAVE_DECL_POLLRDBAND)
57 static_assert((POLLRDBAND) == (0x0080), "POLLRDBAND != 0x0080");
60 # define POLLRDBAND 0x0080
173 XLAT(POLLRDBAND),
Dpollflags.in8 POLLRDBAND 0x0080
/external/strace/tests-m32/
Dpoll.c71 #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()
Dppoll.c121 { .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/
Dpoll.c71 #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()
Dppoll.c121 { .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/
Dpoll.c71 #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()
Dppoll.c121 { .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/
Dmod.rs69 pub const POLLRDBAND: ::c_short = 1 << 2; constant
70 pub const POLLPRI: ::c_short = POLLRDBAND;
/external/ltp/testcases/kernel/syscalls/utils/
Dpoll.h14 #define POLLRDBAND 0x0080 macro
/external/openssh/openbsd-compat/
Dbsd-poll.h53 #define POLLRDBAND 0x0080
/external/kernel-headers/original/uapi/asm-generic/
Dpoll.h15 #define POLLRDBAND 0x0080 macro
/external/rust/crates/nix/src/
Dpoll.rs73 POLLRDBAND;
/external/python/cpython2/Modules/
Dselectmodule.c1890 #ifdef POLLRDBAND
1891 PyModule_AddIntConstant(m, "POLLRDBAND", POLLRDBAND);
/external/python/cpython3/Modules/
Dselectmodule.c2497 #ifdef POLLRDBAND
2498 PyModule_AddIntMacro(m, POLLRDBAND);
/external/python/cpython2/Lib/plat-sunos5/
DIN.py1054 POLLRDBAND = 0x0080 variable
DSTROPTS.py1349 POLLRDBAND = 0x0080 variable
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs457 pub const POLLRDBAND: ::c_short = 0x080; constant
/external/igt-gpu-tools/runner/
Dexecutor.c1250 struct pollfd sigpoll = { .fd = sigfd, .events = POLLIN | POLLRDBAND }; in should_die_because_signal()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs698 | ::POLLRDBAND
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs526 pub const POLLRDBAND: ::c_short = 0x0008; constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1181 pub const POLLRDBAND: ::c_short = 0x080; constant
/external/rust/crates/libc/src/vxworks/
Dmod.rs876 pub const POLLRDBAND: ::c_short = 0x0080; constant

12