Home
last modified time | relevance | path

Searched refs:POLLWRBAND (Results 1 – 25 of 51) sorted by relevance

123

/external/strace/xlat/
Dpollflags.h73 #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),
Dpollflags.in17 POLLWRBAND 0x0100
19 POLLWRBAND 0x0200
/external/strace/tests-mx32/
Dpoll.c74 #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()
Dppoll.c122 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND }, in main()
194 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND } in main()
/external/strace/tests/
Dpoll.c74 #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()
Dppoll.c122 { .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/
Dpoll.c74 #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()
Dppoll.c122 { .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/
Dpoll.h19 #ifndef POLLWRBAND
20 #define POLLWRBAND 0x0200 macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dtypes_darwin.go271 POLLWRBAND = C.POLLWRBAND const
Dtypes_netbsd.go271 POLLWRBAND = C.POLLWRBAND const
Dtypes_solaris.go281 POLLWRBAND = C.POLLWRBAND const
Dtypes_openbsd.go276 POLLWRBAND = C.POLLWRBAND const
Dtypes_dragonfly.go274 POLLWRBAND = C.POLLWRBAND const
Dtypes_freebsd.go392 POLLWRBAND = C.POLLWRBAND const
Dztypes_solaris_amd64.go457 POLLWRBAND = 0x100 const
Dztypes_netbsd_386.go425 POLLWRBAND = 0x100 const
Dztypes_darwin_386.go479 POLLWRBAND = 0x100 const
/external/kernel-headers/original/uapi/asm-mips/asm/
Dpoll.h6 #define POLLWRBAND 0x0100 macro
/external/ltp/testcases/kernel/syscalls/utils/
Dpoll.h16 #define POLLWRBAND 0x0200 macro
/external/openssh/openbsd-compat/
Dbsd-poll.h54 #define POLLWRBAND 0x0100
/external/syzkaller/sys/fuchsia/
Dposix_arm64.const36 POLLWRBAND = 512
Dposix_amd64.const36 POLLWRBAND = 512
/external/syzkaller/sys/netbsd/
Dsys_amd64.const51 POLLWRBAND = 256
/external/syzkaller/sys/freebsd/
Dsys_amd64.const73 POLLWRBAND = 256

123