Home
last modified time | relevance | path

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

/freebsd/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/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/crypto/openssh/
H A Dmisc.c337 waitfd(int fd, int *timeoutp, short events, volatile sig_atomic_t *stop) in waitfd() argument
344 if (timeoutp && *timeoutp == -1) in waitfd()
345 timeoutp = NULL; in waitfd()
349 if (timeoutp != NULL) in waitfd()
350 ptimeout_deadline_ms(&timeout, *timeoutp); in waitfd()
353 for (; timeoutp == NULL || *timeoutp >= 0;) { in waitfd()
367 if (timeoutp) in waitfd()
368 *timeoutp = ptimeout_get_ms(&timeout); in waitfd()
388 waitrfd(int fd, int *timeoutp, volatile sig_atomic_t *stop) { in waitrfd() argument
389 return waitfd(fd, timeoutp, POLLIN, stop); in waitrfd()
[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/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()