Searched refs:timeoutp (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/libpcap/testprogs/ |
H A D | selpolltest.c | 204 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 D | ef10_mcdi.c | 124 __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 D | siena_mcdi.c | 258 __out uint32_t *timeoutp) in siena_mcdi_get_timeout() argument 262 *timeoutp = SIENA_MCDI_CMD_TIMEOUT_US; in siena_mcdi_get_timeout()
|
H A D | siena_impl.h | 151 __out uint32_t *timeoutp);
|
H A D | efx_mcdi.c | 621 __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 D | ef10_impl.h | 353 __out uint32_t *timeoutp);
|
/freebsd/crypto/openssh/ |
H A D | misc.c | 337 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 D | ssh-agent.c | 2094 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 D | s_client.c | 814 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 D | s_server.c | 2342 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()
|