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.c356 * Wait up to *timeoutp milliseconds for events on fd. Updates in waitfd()
357 * *timeoutp with time remaining. in waitfd()
361 waitfd(int fd, int *timeoutp, short events, volatile sig_atomic_t *stop) in waitfd()
368 if (timeoutp && *timeoutp == -1) in waitfd()
369 timeoutp = NULL; in waitfd()
373 if (timeoutp != NULL) in waitfd()
374 ptimeout_deadline_ms(&timeout, *timeoutp); in waitfd()
377 for (; timeoutp == NULL || *timeoutp > in waitfd()
334 waitfd(int fd,int * timeoutp,short events,volatile sig_atomic_t * stop) waitfd() argument
385 waitrfd(int fd,int * timeoutp,volatile sig_atomic_t * stop) waitrfd() argument
398 timeout_connect(int sockfd,const struct sockaddr * serv_addr,socklen_t addrlen,int * timeoutp) timeout_connect() argument
[all...]
H A Dssh-agent.c2115 prepare_poll(struct pollfd **pfdp, size_t *npfdp, struct timespec *timeoutp, u_int maxfds) in prepare_poll()
2182 ptimeout_deadline_sec(timeoutp, deadline); in keydrop_handler()
2079 prepare_poll(struct pollfd ** pfdp,size_t * npfdp,struct timespec * timeoutp,u_int maxfds) prepare_poll() argument
/freebsd/crypto/openssl/apps/
H A Ds_client.c961 struct timeval timeout, *timeoutp; in s_client_main() local
2974 timeoutp = &timeout; in s_client_main()
2976 timeoutp = NULL; in s_client_main()
3113 NULL, timeoutp); in s_client_main()
3117 NULL, timeoutp); in s_client_main()
3126 if (timeoutp != NULL) { in s_client_main()
H A Ds_server.c2550 struct timeval *timeoutp; in sv_body() local
2768 timeoutp = &timeout; in sv_body()
2770 timeoutp = NULL; in sv_body()
2772 i = select(width, (void *)&readfds, NULL, NULL, timeoutp); in sv_body()