Home
last modified time | relevance | path

Searched refs:POLLOUT (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/bits/
Dpoll.h27 #define POLLOUT 04 /* Writing now will not block. */ macro
33 # define POLLWRNORM POLLOUT /* Writing now will not block. */
34 # define POLLWRBAND POLLOUT /* Priority data may be written. */
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Dpoll.h27 #define POLLOUT 0x004 /* Writing now will not block. */ macro
33 # define POLLWRNORM POLLOUT /* Writing now will not block. */
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dpoll.h27 #define POLLOUT 0x004 /* Writing now will not block. */ macro
33 # define POLLWRNORM POLLOUT /* Writing now will not block. */
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/bits/
Dpoll.h27 #define POLLOUT 0x004 /* Writing now will not block. */ macro
33 # define POLLWRNORM POLLOUT /* Writing now will not block. */
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dpoll.h27 #define POLLOUT 0x004 /* Writing now will not block. */ macro
/glibc-2.36/conform/data/
Dpoll.h-data13 constant POLLOUT
/glibc-2.36/resolv/
Dres_send.c975 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()
/glibc-2.36/hurd/
Dhurdselect.c159 if (pollfds[i].events & POLLOUT) in _hurd_select()
599 revents |= POLLOUT; in _hurd_select()
/glibc-2.36/nscd/
Dnscd_helper.c230 fds[0].events = POLLOUT | POLLERR | POLLHUP; in open_socket()
/glibc-2.36/debug/
Dtst-fortify.c1744 fds[0].events = POLLOUT; in do_test()
/glibc-2.36/ChangeLog.old/
DChangeLog.1313485 * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.