Searched refs:POLLWRNORM (Results 1 – 10 of 10) sorted by relevance
16 #ifndef POLLWRNORM17 #define POLLWRNORM 0x0100 macro
5 #define POLLWRNORM POLLOUT macro
15 #define POLLWRNORM POLLOUT macro
49 ``POLLWRNORM`` flags. When the function timed out it returns a value of60 ``POLLWRNORM`` flags in the ``revents`` field.
48 ``POLLWRNORM`` flags are set. If there are events in the event queue,
268 fd[0].events = POLLOUT | POLLWRNORM;286 if (retval && (fd[0].revents & POLLWRNORM)) {
134 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever
3794 - .events = POLLIN | POLLRDNORM | POLLPRI | POLLOUT | POLLWRNORM, /* default blocking captu…3873 - pfd.events = POLLOUT | POLLWRNORM;3997 + const unsigned int poll_out = (POLLOUT | POLLWRNORM);4036 - if (pfd.revents & (POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM)) {4065 - if (pfd.revents & (POLLOUT | POLLWRNORM))16709 + events = POLLOUT | POLLWRNORM;