Searched refs:POLLOUT (Results 1 – 11 of 11) sorted by relevance
27 #define POLLOUT 04 /* Writing now will not block. */ macro33 # define POLLWRNORM POLLOUT /* Writing now will not block. */34 # define POLLWRBAND POLLOUT /* Priority data may be written. */
27 #define POLLOUT 0x004 /* Writing now will not block. */ macro33 # define POLLWRNORM POLLOUT /* Writing now will not block. */
27 #define POLLOUT 0x004 /* Writing now will not block. */ macro
13 constant POLLOUT
975 pfd[0].events = POLLOUT; in send_dg()1039 if (pfd[0].revents & POLLOUT) { in send_dg()1122 pfd[0].events = POLLIN | POLLOUT; in send_dg()1273 pfd[0].events = POLLOUT; in send_dg()
159 if (pollfds[i].events & POLLOUT) in _hurd_select()599 revents |= POLLOUT; in _hurd_select()
230 fds[0].events = POLLOUT | POLLERR | POLLHUP; in open_socket()
1744 fds[0].events = POLLOUT; in do_test()
13485 * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.