Searched refs:waitfd (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | asynctest.c | 80 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 | 256 OSSL_ASYNC_FD waitfd; 291 ASYNC_WAIT_CTX_get_all_fds(ctx, &waitfd, &numfds); 293 FD_SET(waitfd, &waitfdset); 294 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() 199 /* Get waitfd from ASYNC_WAIT_CTX if it is already set */ in afalg_setup_async_event_notification() 204 * waitfd is not set in ASYNC_WAIT_CTX, create a new one in afalg_setup_async_event_notification()
|
/freebsd/crypto/openssh/ |
H A D | misc.c | 316 waitfd(int fd, int *timeoutp, short events, volatile sig_atomic_t *stop) in waitfd() function 368 return waitfd(fd, timeoutp, POLLIN, stop); in waitrfd() 402 if (waitfd(sockfd, timeoutp, POLLIN | POLLOUT, NULL) == -1) in timeout_connect()
|
H A D | ssh_namespace.h | 1008 #define waitfd Fssh_waitfd macro
|