/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/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/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/curl/lib/ |
D | select.c | 194 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()
|
D | select.h | 66 #ifndef POLLRDBAND 67 #define POLLRDBAND POLLPRI macro
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | types_darwin.go | 269 POLLRDBAND = C.POLLRDBAND const
|
D | types_netbsd.go | 269 POLLRDBAND = C.POLLRDBAND const
|
D | types_solaris.go | 279 POLLRDBAND = C.POLLRDBAND const
|
D | types_openbsd.go | 274 POLLRDBAND = C.POLLRDBAND const
|
D | types_dragonfly.go | 272 POLLRDBAND = C.POLLRDBAND const
|
D | types_freebsd.go | 390 POLLRDBAND = C.POLLRDBAND const
|
D | ztypes_solaris_amd64.go | 455 POLLRDBAND = 0x80 const
|
D | ztypes_netbsd_386.go | 423 POLLRDBAND = 0x80 const
|
/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/syzkaller/sys/fuchsia/ |
D | posix_arm64.const | 33 POLLRDBAND = 128
|
D | posix_amd64.const | 33 POLLRDBAND = 128
|
/external/syzkaller/sys/netbsd/ |
D | sys_amd64.const | 49 POLLRDBAND = 128
|
/external/syzkaller/sys/freebsd/ |
D | sys_amd64.const | 71 POLLRDBAND = 128
|