Home
last modified time | relevance | path

Searched refs:timeoutp (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/libpcap/testprogs/
H A Dselpolltest.c204 struct timeval *timeoutp; in main() local
220 timeoutp = &seltimeout; in main()
223 timeoutp = &seltimeout; in main()
225 timeoutp = NULL; in main()
229 timeoutp); in main()
/freebsd-14.2/sys/dev/sfxge/common/
H A Def10_mcdi.c124 __out uint32_t *timeoutp) in ef10_mcdi_get_timeout() argument
138 *timeoutp = EF10_MCDI_CMD_LONG_TIMEOUT_US; in ef10_mcdi_get_timeout()
143 *timeoutp = EF10_MCDI_CMD_TIMEOUT_US; in ef10_mcdi_get_timeout()
H A Dsiena_mcdi.c258 __out uint32_t *timeoutp) in siena_mcdi_get_timeout() argument
262 *timeoutp = SIENA_MCDI_CMD_TIMEOUT_US; in siena_mcdi_get_timeout()
H A Dsiena_impl.h151 __out uint32_t *timeoutp);
H A Defx_mcdi.c621 __out uint32_t *timeoutp) in efx_mcdi_get_timeout() argument
625 emcop->emco_get_timeout(enp, emrp, timeoutp); in efx_mcdi_get_timeout()
H A Def10_impl.h353 __out uint32_t *timeoutp);
/freebsd-14.2/crypto/openssh/
H A Dmisc.c323 if (timeoutp && *timeoutp == -1) in waitfd()
324 timeoutp = NULL; in waitfd()
328 if (timeoutp != NULL) in waitfd()
329 ptimeout_deadline_ms(&timeout, *timeoutp); in waitfd()
332 for (; timeoutp == NULL || *timeoutp >= 0;) { in waitfd()
346 if (timeoutp) in waitfd()
347 *timeoutp = ptimeout_get_ms(&timeout); in waitfd()
368 return waitfd(fd, timeoutp, POLLIN, stop); in waitrfd()
380 socklen_t addrlen, int *timeoutp) in timeout_connect() argument
386 if (timeoutp == NULL || *timeoutp <= 0) in timeout_connect()
[all …]
H A Dssh-agent.c2094 prepare_poll(struct pollfd **pfdp, size_t *npfdp, struct timespec *timeoutp, u_int maxfds) in prepare_poll() argument
2161 ptimeout_deadline_sec(timeoutp, deadline); in prepare_poll()
/freebsd-14.2/crypto/openssl/apps/
H A Ds_client.c814 struct timeval timeout, *timeoutp; in s_client_main() local
2727 timeoutp = &timeout; in s_client_main()
2729 timeoutp = NULL; in s_client_main()
2823 NULL, timeoutp); in s_client_main()
2827 NULL, timeoutp); in s_client_main()
H A Ds_server.c2342 struct timeval *timeoutp; in sv_body() local
2560 timeoutp = &timeout; in sv_body()
2562 timeoutp = NULL; in sv_body()
2564 i = select(width, (void *)&readfds, NULL, NULL, timeoutp); in sv_body()