POLLOUT
#define POLLWRNORM POLLOUT
#define POLLWRNORM POLLOUT
#define POLLWRNORM POLLOUT
kernel_pollfd.events = POLLOUT;
DEFINE(UM_POLLOUT, POLLOUT);
#define POLLWRNORM POLLOUT
FDA_ADD(3, 88, POLLIN | POLLOUT, 4);
FDA_CHECK(3, 88, POLLIN | POLLOUT);
fds.events = POLLOUT;
.events = POLLIN | POLLOUT,
fds.events & POLLIN, fds.events & POLLOUT);
if ((fds.events & POLLOUT) == 0) {
if (fds.revents & POLLOUT) {
fds.events &= ~POLLOUT;
fds.events &= ~POLLOUT;
while (!do_poll(fd, POLLOUT)) {
pfd.events = POLLOUT | POLLERR;
CASE_TEST(poll_stdout); EXPECT_SYSNE(1, ({ struct pollfd fds = { 1, POLLOUT, 0}; poll(&fds, 1, 0); }), -1); break;
pollfd.events = POLLIN | POLLOUT;
pollfd.events = POLLIN | POLLOUT;
EXPECT_EQ(pollfd.revents, POLLOUT);
pollfd.events = POLLIN | POLLOUT;
pollfd.events = POLLIN | POLLOUT;
EXPECT_EQ(pollfd.revents, POLLOUT);