Home
last modified time | relevance | path

Searched refs:POLLWRNORM (Results 1 – 18 of 18) sorted by relevance

/external/strace/tests-mx32/
Dpoll.c67 #ifdef POLLWRNORM in print_pollfd_entering()
68 PRINT_EVENT(POLLWRNORM, events); in print_pollfd_entering()
134 #ifdef POLLWRNORM in print_pollfd_exiting()
135 PRINT_EVENT(POLLWRNORM, revents); in print_pollfd_exiting()
179 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main()
231 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
Dppoll.c64 (POLLWRNORM == POLLOUT) ? "" : "|POLLWRNORM"; in main()
110 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main()
150 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
/external/strace/tests/
Dpoll.c67 #ifdef POLLWRNORM in print_pollfd_entering()
68 PRINT_EVENT(POLLWRNORM, events); in print_pollfd_entering()
134 #ifdef POLLWRNORM in print_pollfd_exiting()
135 PRINT_EVENT(POLLWRNORM, revents); in print_pollfd_exiting()
179 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main()
231 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
Dppoll.c64 (POLLWRNORM == POLLOUT) ? "" : "|POLLWRNORM"; in main()
110 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main()
150 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
/external/strace/tests-m32/
Dpoll.c67 #ifdef POLLWRNORM in print_pollfd_entering()
68 PRINT_EVENT(POLLWRNORM, events); in print_pollfd_entering()
134 #ifdef POLLWRNORM in print_pollfd_exiting()
135 PRINT_EVENT(POLLWRNORM, revents); in print_pollfd_exiting()
179 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main()
231 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
Dppoll.c64 (POLLWRNORM == POLLOUT) ? "" : "|POLLWRNORM"; in main()
110 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main()
150 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
/external/kernel-headers/original/uapi/asm-generic/
Dpoll.h15 #ifndef POLLWRNORM
16 #define POLLWRNORM 0x0100 macro
/external/strace/xlat/
Dpollflags.h23 #if defined(POLLWRNORM) || (defined(HAVE_DECL_POLLWRNORM) && HAVE_DECL_POLLWRNORM)
24 XLAT(POLLWRNORM),
Dpollflags.in5 POLLWRNORM
/external/curl/lib/
Dselect.h61 #ifndef POLLWRNORM
62 #define POLLWRNORM POLLOUT macro
Dselect.c207 pfd[num].events = POLLWRNORM|POLLOUT; in Curl_socket_check()
254 if(pfd[num].revents & (POLLWRNORM|POLLOUT)) in Curl_socket_check()
480 POLLRDNORM|POLLWRNORM|POLLRDBAND)) { in Curl_poll()
485 if(ufds[i].events & (POLLWRNORM|POLLOUT)) in Curl_poll()
Dasyn-ares.c272 pfd[i].events |= POLLWRNORM|POLLOUT; in waitperform()
296 pfd[i].revents & (POLLWRNORM|POLLOUT)? in waitperform()
/external/kernel-headers/original/uapi/asm-mips/asm/
Dpoll.h4 #define POLLWRNORM POLLOUT macro
/external/ltp/testcases/kernel/syscalls/utils/
Dpoll.h15 #define POLLWRNORM 0x0100 macro
/external/openssh/openbsd-compat/
Dbsd-poll.h52 #define POLLWRNORM POLLOUT
/external/python/cpython2/Modules/
Dselectmodule.c1846 #ifdef POLLWRNORM
1847 PyModule_AddIntConstant(m, "POLLWRNORM", POLLWRNORM);
/external/python/cpython2/Lib/plat-sunos5/
DIN.py1053 POLLWRNORM = POLLOUT variable
DSTROPTS.py1348 POLLWRNORM = POLLOUT variable