Home
last modified time | relevance | path

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

12

/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-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/
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/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/curl/lib/
Dselect.c194 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI; in Curl_socket_check()
200 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI; in Curl_socket_check()
242 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check()
249 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check()
481 POLLRDNORM|POLLWRNORM|POLLRDBAND)) { in Curl_poll()
488 if(ufds[i].events & (POLLRDBAND|POLLPRI)) in Curl_poll()
Dselect.h66 #ifndef POLLRDBAND
67 #define POLLRDBAND POLLPRI macro
/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/libc/src/unix/uclibc/mips/
Dmod.rs259 pub const POLLRDBAND: ::c_short = 0x080; constant
/external/python/cpython2/Modules/
Dselectmodule.c1890 #ifdef POLLRDBAND
1891 PyModule_AddIntConstant(m, "POLLRDBAND", POLLRDBAND);
/external/python/cpython3/Modules/
Dselectmodule.c2531 #ifdef POLLRDBAND
2532 PyModule_AddIntMacro(m, POLLRDBAND);
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs436 pub const POLLRDBAND: ::c_short = 0x080; constant
/external/python/cpython2/Lib/plat-sunos5/
DIN.py1054 POLLRDBAND = 0x0080 variable
DSTROPTS.py1349 POLLRDBAND = 0x0080 variable
/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/uclibc/arm/
Dmod.rs464 pub const POLLRDBAND: ::c_short = 0x80; constant
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs522 pub const POLLRDBAND: ::c_short = 0x0008; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs533 | ::POLLRDBAND
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1069 pub const POLLRDBAND: ::c_short = 0x080; constant
/external/rust/crates/libc/src/vxworks/
Dmod.rs853 pub const POLLRDBAND: ::c_short = 0x0080; constant

12