/external/strace/xlat/ |
D | pollflags.h | 73 #if defined(POLLWRBAND) || (defined(HAVE_DECL_POLLWRBAND) && HAVE_DECL_POLLWRBAND) 75 static_assert((POLLWRBAND) == (0x0100), "POLLWRBAND != 0x0100"); 78 # define POLLWRBAND 0x0100 81 #if defined(POLLWRBAND) || (defined(HAVE_DECL_POLLWRBAND) && HAVE_DECL_POLLWRBAND) 83 static_assert((POLLWRBAND) == (0x0200), "POLLWRBAND != 0x0200"); 86 # define POLLWRBAND 0x0200 182 XLAT(POLLWRBAND), 184 XLAT(POLLWRBAND),
|
D | pollflags.in | 17 POLLWRBAND 0x0100 19 POLLWRBAND 0x0200
|
/external/strace/tests-mx32/ |
D | poll.c | 74 #ifdef POLLWRBAND in print_pollfd_entering() 75 PRINT_EVENT(POLLWRBAND, events); in print_pollfd_entering() 141 #ifdef POLLWRBAND in print_pollfd_exiting() 142 PRINT_EVENT(POLLWRBAND, revents); in print_pollfd_exiting() 187 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main() 190 { .fd = 2, .events = POLLOUT | POLLWRBAND } in main() 247 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
|
D | ppoll.c | 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 | 74 #ifdef POLLWRBAND in print_pollfd_entering() 75 PRINT_EVENT(POLLWRBAND, events); in print_pollfd_entering() 141 #ifdef POLLWRBAND in print_pollfd_exiting() 142 PRINT_EVENT(POLLWRBAND, revents); in print_pollfd_exiting() 187 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main() 190 { .fd = 2, .events = POLLOUT | POLLWRBAND } in main() 247 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
|
D | ppoll.c | 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-m32/ |
D | poll.c | 74 #ifdef POLLWRBAND in print_pollfd_entering() 75 PRINT_EVENT(POLLWRBAND, events); in print_pollfd_entering() 141 #ifdef POLLWRBAND in print_pollfd_exiting() 142 PRINT_EVENT(POLLWRBAND, revents); in print_pollfd_exiting() 187 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main() 190 { .fd = 2, .events = POLLOUT | POLLWRBAND } in main() 247 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
|
D | ppoll.c | 122 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main() 194 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | poll.h | 19 #ifndef POLLWRBAND 20 #define POLLWRBAND 0x0200 macro
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | types_darwin.go | 271 POLLWRBAND = C.POLLWRBAND const
|
D | types_netbsd.go | 271 POLLWRBAND = C.POLLWRBAND const
|
D | types_solaris.go | 281 POLLWRBAND = C.POLLWRBAND const
|
D | types_openbsd.go | 276 POLLWRBAND = C.POLLWRBAND const
|
D | types_dragonfly.go | 274 POLLWRBAND = C.POLLWRBAND const
|
D | types_freebsd.go | 392 POLLWRBAND = C.POLLWRBAND const
|
D | ztypes_solaris_amd64.go | 457 POLLWRBAND = 0x100 const
|
D | ztypes_netbsd_386.go | 425 POLLWRBAND = 0x100 const
|
D | ztypes_darwin_386.go | 479 POLLWRBAND = 0x100 const
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | poll.h | 6 #define POLLWRBAND 0x0100 macro
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | poll.h | 16 #define POLLWRBAND 0x0200 macro
|
/external/openssh/openbsd-compat/ |
D | bsd-poll.h | 54 #define POLLWRBAND 0x0100
|
/external/syzkaller/sys/fuchsia/ |
D | posix_arm64.const | 36 POLLWRBAND = 512
|
D | posix_amd64.const | 36 POLLWRBAND = 512
|
/external/syzkaller/sys/netbsd/ |
D | sys_amd64.const | 51 POLLWRBAND = 256
|
/external/syzkaller/sys/freebsd/ |
D | sys_amd64.const | 73 POLLWRBAND = 256
|