Searched refs:waitfd (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | ASYNC_start_job.pod | 252 OSSL_ASYNC_FD waitfd; 287 ASYNC_WAIT_CTX_get_all_fds(ctx, &waitfd, &numfds); 289 FD_SET(waitfd, &waitfdset); 290 select(waitfd + 1, &waitfdset, NULL, NULL, NULL);
|
| /freebsd-13.1/crypto/openssl/engines/ |
| H A D | e_afalg.c | 132 OSSL_ASYNC_FD waitfd, void *custom) in afalg_waitfd_cleanup() argument 134 close(waitfd); in afalg_waitfd_cleanup()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | misc.c | 309 waitfd(int fd, int *timeoutp, short events) in waitfd() function 342 return waitfd(fd, timeoutp, POLLIN); in waitrfd() 376 if (waitfd(sockfd, timeoutp, POLLIN | POLLOUT) == -1) in timeout_connect()
|
| H A D | ssh_namespace.h | 921 #define waitfd Fssh_waitfd macro
|
| H A D | ChangeLog | 4568 upstream: In waitfd(), when poll returns early we are subtracting 7206 upstream: handle EINTR in waitfd() and timeout_connect() helpers;
|