Searched refs:waitfd (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | asynctest.c | 81 static int waitfd(void *args) in waitfd() function 262 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds() 271 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds() 286 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds() 298 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | ASYNC_start_job.pod | 293 OSSL_ASYNC_FD waitfd; 330 ASYNC_WAIT_CTX_get_all_fds(ctx, &waitfd, &numfds); 332 FD_SET(waitfd, &waitfdset); 335 select(waitfd + 1, &waitfdset, NULL, NULL, NULL);
|
| /freebsd/crypto/openssl/engines/ |
| H A D | e_afalg.c | 180 OSSL_ASYNC_FD waitfd, void *custom) in afalg_waitfd_cleanup() argument 182 close(waitfd); in afalg_waitfd_cleanup()
|
| /freebsd/crypto/openssh/ |
| H A D | misc.c | 337 waitfd(int fd, int *timeoutp, short events, volatile sig_atomic_t *stop) in waitfd() function 389 return waitfd(fd, timeoutp, POLLIN, stop); in waitrfd() 423 if (waitfd(sockfd, timeoutp, POLLIN | POLLOUT, NULL) == -1) in timeout_connect()
|
| H A D | ssh_namespace.h | 1018 #define waitfd Fssh_waitfd macro
|