/bionic/libc/kernel/uapi/asm-mips/asm/ |
poll.h | 22 #define POLLWRBAND 0x0100
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
poll.h | 6 #define POLLWRBAND 0x0100
|
/bionic/libc/kernel/uapi/asm-generic/ |
poll.h | 32 #ifndef POLLWRBAND 33 #define POLLWRBAND 0x0200
|
/external/kernel-headers/original/uapi/asm-generic/ |
poll.h | 19 #ifndef POLLWRBAND 20 #define POLLWRBAND 0x0200
|
/external/ltp/testcases/kernel/syscalls/utils/ |
poll.h | 16 #define POLLWRBAND 0x0200
|
/bionic/tests/headers/posix/ |
poll_h.c | 47 MACRO(POLLWRBAND);
|
/external/openssh/openbsd-compat/ |
bsd-poll.h | 54 #define POLLWRBAND 0x0100
|
/external/strace/xlat/ |
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), [all...] |
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
poll.h | 72 #define POLLWRBAND 0x0100
|
/external/strace/tests/ |
poll.c | 74 #ifdef POLLWRBAND 75 PRINT_EVENT(POLLWRBAND, events); 141 #ifdef POLLWRBAND 142 PRINT_EVENT(POLLWRBAND, revents); 187 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, 190 { .fd = 2, .events = POLLOUT | POLLWRBAND } 247 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND }
|
ppoll.c | 122 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND }, 141 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}" 171 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}" 194 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND } 212 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}], %u"
|
/external/strace/tests-m32/ |
poll.c | 74 #ifdef POLLWRBAND 75 PRINT_EVENT(POLLWRBAND, events); 141 #ifdef POLLWRBAND 142 PRINT_EVENT(POLLWRBAND, revents); 187 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, 190 { .fd = 2, .events = POLLOUT | POLLWRBAND } 247 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND }
|
ppoll.c | 122 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND }, 141 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}" 171 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}" 194 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND } 212 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}], %u"
|
/external/strace/tests-mx32/ |
poll.c | 74 #ifdef POLLWRBAND 75 PRINT_EVENT(POLLWRBAND, events); 141 #ifdef POLLWRBAND 142 PRINT_EVENT(POLLWRBAND, revents); 187 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND }, 190 { .fd = 2, .events = POLLOUT | POLLWRBAND } 247 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND }
|
ppoll.c | 122 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND }, 141 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}" 171 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}" 194 { .fd = pipe_fd[0], .events = POLLOUT | POLLWRNORM | POLLWRBAND } 212 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}], %u"
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
types_darwin.go | 271 POLLWRBAND = C.POLLWRBAND
|
types_dragonfly.go | 274 POLLWRBAND = C.POLLWRBAND
|
types_netbsd.go | 271 POLLWRBAND = C.POLLWRBAND
|
types_openbsd.go | 276 POLLWRBAND = C.POLLWRBAND
|
types_solaris.go | 281 POLLWRBAND = C.POLLWRBAND
|
types_freebsd.go | 392 POLLWRBAND = C.POLLWRBAND
|
ztypes_darwin_386.go | 479 POLLWRBAND = 0x100
|
ztypes_darwin_amd64.go | 489 POLLWRBAND = 0x100
|
ztypes_darwin_arm.go | 480 POLLWRBAND = 0x100
|
ztypes_darwin_arm64.go | 489 POLLWRBAND = 0x100
|