/external/strace/tests-m32/ |
D | poll.c | 68 #ifdef POLLWRNORM in print_pollfd_entering() 69 PRINT_EVENT(POLLWRNORM, events); in print_pollfd_entering() 135 #ifdef POLLWRNORM in print_pollfd_exiting() 136 PRINT_EVENT(POLLWRNORM, revents); in print_pollfd_exiting() 187 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main() 247 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
|
D | ppoll.c | 68 (POLLWRNORM == POLLOUT) ? "" : "|POLLWRNORM"; in main() 122 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main() 194 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
|
/external/strace/tests-mx32/ |
D | poll.c | 68 #ifdef POLLWRNORM in print_pollfd_entering() 69 PRINT_EVENT(POLLWRNORM, events); in print_pollfd_entering() 135 #ifdef POLLWRNORM in print_pollfd_exiting() 136 PRINT_EVENT(POLLWRNORM, revents); in print_pollfd_exiting() 187 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main() 247 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
|
D | ppoll.c | 68 (POLLWRNORM == POLLOUT) ? "" : "|POLLWRNORM"; in main() 122 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main() 194 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
|
/external/strace/tests/ |
D | poll.c | 68 #ifdef POLLWRNORM in print_pollfd_entering() 69 PRINT_EVENT(POLLWRNORM, events); in print_pollfd_entering() 135 #ifdef POLLWRNORM in print_pollfd_exiting() 136 PRINT_EVENT(POLLWRNORM, revents); in print_pollfd_exiting() 187 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main() 247 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
|
D | ppoll.c | 68 (POLLWRNORM == POLLOUT) ? "" : "|POLLWRNORM"; in main() 122 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main() 194 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
|
/external/strace/xlat/ |
D | pollflags.h | 64 #if defined(POLLWRNORM) || (defined(HAVE_DECL_POLLWRNORM) && HAVE_DECL_POLLWRNORM) 66 static_assert((POLLWRNORM) == (0x0100), "POLLWRNORM != 0x0100"); 69 # define POLLWRNORM 0x0100 178 XLAT(POLLWRNORM),
|
D | pollflags.in | 11 /* POLLWRNORM POLLOUT */ 13 POLLWRNORM 0x0100
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | poll.h | 16 #ifndef POLLWRNORM 17 #define POLLWRNORM 0x0100 macro
|
/external/curl/lib/ |
D | select.h | 62 #ifndef POLLWRNORM 63 #define POLLWRNORM POLLOUT macro
|
D | select.c | 206 pfd[num].events = POLLWRNORM|POLLOUT; in Curl_socket_check() 254 if(pfd[num].revents & (POLLWRNORM|POLLOUT)) in Curl_socket_check() 481 POLLRDNORM|POLLWRNORM|POLLRDBAND)) { in Curl_poll() 486 if(ufds[i].events & (POLLWRNORM|POLLOUT)) in Curl_poll()
|
D | asyn-ares.c | 300 pfd[i].events |= POLLWRNORM|POLLOUT; in waitperform() 324 pfd[i].revents & (POLLWRNORM|POLLOUT)? in waitperform()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | types_netbsd.go | 272 POLLWRNORM = C.POLLWRNORM const
|
D | types_darwin.go | 272 POLLWRNORM = C.POLLWRNORM const
|
D | types_openbsd.go | 277 POLLWRNORM = C.POLLWRNORM const
|
D | types_dragonfly.go | 275 POLLWRNORM = C.POLLWRNORM const
|
D | types_solaris.go | 282 POLLWRNORM = C.POLLWRNORM const
|
D | types_freebsd.go | 393 POLLWRNORM = C.POLLWRNORM const
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | poll.h | 5 #define POLLWRNORM POLLOUT macro
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | poll.h | 15 #define POLLWRNORM 0x0100 macro
|
/external/openssh/openbsd-compat/ |
D | bsd-poll.h | 52 #define POLLWRNORM POLLOUT
|
/external/syzkaller/sys/fuchsia/ |
D | posix_amd64.const | 37 POLLWRNORM = 256
|
D | posix_arm64.const | 37 POLLWRNORM = 256
|
/external/syzkaller/sys/netbsd/ |
D | sys_amd64.const | 52 POLLWRNORM = 4
|
/external/syzkaller/sys/freebsd/ |
D | sys_amd64.const | 74 POLLWRNORM = 4
|