/glibc-2.36/support/ |
D | support_capture_subprocess.c | 43 pfd->events = 0; in transfer() 49 pfd->events = 0; in transfer() 64 { .fd = proc->stdout_pipe[0], .events = POLLIN }, in support_capture_poll() 65 { .fd = proc->stderr_pipe[0], .events = POLLIN }, in support_capture_poll() 74 while (fds[0].events != 0 || fds[1].events != 0); in support_capture_poll()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | epoll_wait.c | 27 epoll_wait (int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument 30 return SYSCALL_CANCEL (epoll_wait, epfd, events, maxevents, timeout); in epoll_wait() 32 return epoll_pwait (epfd, events, maxevents, timeout, NULL); in epoll_wait()
|
D | tst-epoll.c | 64 event.events = EPOLLIN | EPOLLET; in test_epoll_basic() 75 event.events = EPOLLIN | EPOLLET; in test_epoll_basic() 106 TEST_VERIFY (event.events & EPOLLIN); in test_epoll_basic() 135 event.events = EPOLLIN | EPOLLET; in test_epoll_large_timeout()
|
D | epoll_pwait.c | 36 int epoll_pwait (int epfd, struct epoll_event *events, in epoll_pwait() argument 40 return SYSCALL_CANCEL (epoll_pwait, epfd, events, maxevents, in epoll_pwait()
|
/glibc-2.36/sunrpc/ |
D | svc_run.c | 83 my_pollfd[i].events = svc_pollfd[i].events; in libc_hidden_nolink_sunrpc()
|
D | rtime.c | 105 fd.events = POLLIN; in rtime()
|
D | svc.c | 110 svc_pollfd[i].events = (POLLIN | POLLPRI | in xprt_register() 124 svc_pollfd[svc_max_pollfd - 1].events = (POLLIN | POLLPRI | in xprt_register()
|
D | pmap_rmt.c | 257 fd.events = POLLIN; in clnt_broadcast()
|
D | svc_tcp.c | 331 pollfd.events = POLLIN; in readtcp()
|
D | svc_unix.c | 430 pollfd.events = POLLIN; in readunix()
|
D | clnt_tcp.c | 478 fd.events = POLLIN; in readtcp()
|
D | clnt_unix.c | 546 fd.events = POLLIN; in readunix()
|
D | clnt_udp.c | 362 fd.events = POLLIN; in clntudp_call()
|
/glibc-2.36/resolv/ |
D | res_send.c | 975 pfd[0].events = POLLOUT; in send_dg() 1077 pfd[0].events = POLLIN; in send_dg() 1120 pfd[0].events = POLLIN; in send_dg() 1122 pfd[0].events = POLLIN | POLLOUT; in send_dg() 1273 pfd[0].events = POLLOUT; in send_dg()
|
/glibc-2.36/hurd/ |
D | hurdselect.c | 157 if (pollfds[i].events & POLLIN) in _hurd_select() 159 if (pollfds[i].events & POLLOUT) in _hurd_select() 161 if (pollfds[i].events & POLLPRI) in _hurd_select()
|
/glibc-2.36/io/sys/ |
D | poll.h | 39 short int events; /* Types of events poller cares about. */ member
|
/glibc-2.36/conform/data/ |
D | poll.h-data | 4 element {struct pollfd} {short int} events
|
/glibc-2.36/stdlib/ |
D | arc4random.c | 62 struct pollfd pfd = { .events = POLLIN }; in __arc4random_buf()
|
/glibc-2.36/nis/ |
D | nis_callback.c | 213 my_pollfd[i].events = svc_pollfd[i].events; in internal_nis_do_callback()
|
/glibc-2.36/sysdeps/unix/sysv/linux/sys/ |
D | epoll.h | 86 uint32_t events; /* Epoll events */ member
|
/glibc-2.36/nscd/ |
D | connections.c | 2019 conns[0].events = POLLRDNORM; in main_loop_poll() 2027 conns[1].events = POLLRDNORM; in main_loop_poll() 2039 conns[nused].events = POLLRDNORM; in main_loop_poll() 2076 conns[firstfree].events = POLLRDNORM; in main_loop_poll() 2194 ev.events = EPOLLRDNORM; in main_loop_epoll() 2203 ev.events = EPOLLRDNORM; in main_loop_epoll() 2215 ev.events = EPOLLRDNORM; in main_loop_epoll()
|
D | nscd_helper.c | 55 fds[0].events = POLLIN | POLLERR | POLLHUP; in wait_on_socket() 230 fds[0].events = POLLOUT | POLLERR | POLLHUP; in open_socket()
|
/glibc-2.36/inet/ |
D | rcmd.c | 149 pfd[0].events = POLLIN; in rcmd_af() 150 pfd[1].events = POLLIN; in rcmd_af()
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-cancel4.c | 359 struct pollfd rfs[1] = { [0] = { .fd = fd, .events = POLLIN } }; in tf_poll() 392 struct pollfd rfs[1] = { [0] = { .fd = fd, .events = POLLIN } }; in tf_ppoll()
|
/glibc-2.36/elf/ |
D | rtld-debugger-interface.txt | 56 on in order to notice certain events.
|