HomeSort by relevance Sort by last modified time
    Searched refs:POLLOUT (Results 1 - 25 of 163) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/kernel/uapi/asm-mips/asm/
poll.h 21 #define POLLWRNORM POLLOUT
  /external/kernel-headers/original/uapi/asm-mips/asm/
poll.h 5 #define POLLWRNORM POLLOUT
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
poll.h 68 #define POLLOUT 0x0004
70 #define POLLWRNORM POLLOUT
  /external/ltp/testcases/kernel/syscalls/utils/
poll.h 7 #define POLLOUT 0x0004
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
poll.h 28 #define POLLOUT 0x004 /* Writing now will not block. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
poll.h 28 #define POLLOUT 0x004 /* Writing now will not block. */
  /external/strace/xlat/
pollflags.h 17 #if defined(POLLOUT) || (defined(HAVE_DECL_POLLOUT) && HAVE_DECL_POLLOUT)
18 XLAT(POLLOUT),
  /bionic/libc/kernel/uapi/asm-generic/
poll.h 23 #define POLLOUT 0x0004
  /bionic/tests/headers/posix/
poll_h.c 45 MACRO(POLLOUT);
  /external/kernel-headers/original/uapi/asm-generic/
poll.h 8 #define POLLOUT 0x0004
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
poll.h 7 #define POLLOUT 0x0004
  /external/libevent/
devpoll.c 207 what |= POLLIN | POLLOUT;
209 what |= POLLIN | POLLOUT;
213 if (what & POLLOUT)
245 res |= POLLOUT;
264 res |= POLLOUT;
276 if ((res & (POLLIN|POLLOUT)) != (POLLIN|POLLOUT)) {
284 devpoll_queue(devpollop, fd, POLLOUT);
285 } else if ((res & POLLOUT) && (old & EV_READ)) {
poll.c 202 what |= POLLIN|POLLOUT;
205 if (what & POLLOUT)
265 pfd->events |= POLLOUT;
299 pfd->events &= ~POLLOUT;
  /external/curl/lib/
select.h 44 #define POLLOUT 0x04
63 #define POLLWRNORM POLLOUT
select.c 207 pfd[num].events = POLLWRNORM|POLLOUT;
254 if(pfd[num].revents & (POLLWRNORM|POLLOUT))
464 ufds[i].revents |= (POLLIN|POLLOUT);
479 if(ufds[i].events & (POLLIN|POLLOUT|POLLPRI|
485 if(ufds[i].events & (POLLWRNORM|POLLOUT))
553 ufds[i].revents |= POLLOUT;
  /external/ltp/testcases/kernel/syscalls/poll/
poll01.c 22 * Check that poll() works for POLLOUT and POLLIN and that revents is set
40 {.fd = fildes[1], .events = POLLOUT},
46 tst_res(TFAIL | TTERRNO, "poll() POLLOUT failed");
50 if (outfds[0].revents != POLLOUT) {
51 tst_res(TFAIL | TTERRNO, "poll() failed to set POLLOUT");
55 tst_res(TPASS, "poll() POLLOUT");
  /external/valgrind/memcheck/tests/linux/
syscalls-2007.c 51 pfd[0].events = POLLIN|POLLOUT;
53 pfd[1].events = POLLIN|POLLOUT;
  /external/netcat/
atomicio.c 49 pfd.events = f == read ? POLLIN : POLLOUT;
  /external/strace/tests/
poll.c 64 PRINT_EVENT(POLLOUT, events);
131 PRINT_EVENT(POLLOUT, revents);
187 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND },
189 { .fd = fds[1], .events = POLLOUT },
190 { .fd = 2, .events = POLLOUT | POLLWRBAND }
247 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND }
ppoll.c 68 (POLLWRNORM == POLLOUT) ? "" : "|POLLWRNORM";
122 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND },
124 { .fd = pipe_fd[3], .events = POLLOUT }
141 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}"
143 ", {fd=%d, events=POLLIN|POLLPRI}, {fd=%d, events=POLLOUT}]"
148 " ([{fd=%d, revents=POLLOUT%s}, {fd=%d, revents=POLLOUT}]"
171 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}"
173 ", {fd=%d, events=POLLIN|POLLPRI}, {fd=%d, events=POLLOUT}]"
178 " ([{fd=%d, revents=POLLOUT%s}, {fd=%d, revents=POLLOUT}]
    [all...]
  /external/strace/tests-m32/
poll.c 64 PRINT_EVENT(POLLOUT, events);
131 PRINT_EVENT(POLLOUT, revents);
187 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND },
189 { .fd = fds[1], .events = POLLOUT },
190 { .fd = 2, .events = POLLOUT | POLLWRBAND }
247 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND }
ppoll.c 68 (POLLWRNORM == POLLOUT) ? "" : "|POLLWRNORM";
122 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND },
124 { .fd = pipe_fd[3], .events = POLLOUT }
141 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}"
143 ", {fd=%d, events=POLLIN|POLLPRI}, {fd=%d, events=POLLOUT}]"
148 " ([{fd=%d, revents=POLLOUT%s}, {fd=%d, revents=POLLOUT}]"
171 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}"
173 ", {fd=%d, events=POLLIN|POLLPRI}, {fd=%d, events=POLLOUT}]"
178 " ([{fd=%d, revents=POLLOUT%s}, {fd=%d, revents=POLLOUT}]
    [all...]
  /external/strace/tests-mx32/
poll.c 64 PRINT_EVENT(POLLOUT, events);
131 PRINT_EVENT(POLLOUT, revents);
187 { .fd = 1, .events = POLLOUT | POLLWRNORM | POLLWRBAND },
189 { .fd = fds[1], .events = POLLOUT },
190 { .fd = 2, .events = POLLOUT | POLLWRBAND }
247 { .fd = 0, .events = POLLOUT | POLLWRNORM | POLLWRBAND }
ppoll.c 68 (POLLWRNORM == POLLOUT) ? "" : "|POLLWRNORM";
122 { .fd = pipe_fd[1], .events = POLLOUT | POLLWRNORM | POLLWRBAND },
124 { .fd = pipe_fd[3], .events = POLLOUT }
141 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}"
143 ", {fd=%d, events=POLLIN|POLLPRI}, {fd=%d, events=POLLOUT}]"
148 " ([{fd=%d, revents=POLLOUT%s}, {fd=%d, revents=POLLOUT}]"
171 ", {fd=%d, events=POLLOUT%s|POLLWRBAND}"
173 ", {fd=%d, events=POLLIN|POLLPRI}, {fd=%d, events=POLLOUT}]"
178 " ([{fd=%d, revents=POLLOUT%s}, {fd=%d, revents=POLLOUT}]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_poll.py 39 p.register(wr, select.POLLOUT)
49 ready_writers = find_ready_matching(ready, select.POLLOUT)

Completed in 168 milliseconds

1 2 3 4 5 6 7