Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/sfxge/common/
H A Def10_mcdi.c126 __out uint32_t *timeoutp) in ef10_mcdi_get_timeout() argument
140 *timeoutp = EF10_MCDI_CMD_LONG_TIMEOUT_US; in ef10_mcdi_get_timeout()
145 *timeoutp = EF10_MCDI_CMD_TIMEOUT_US; in ef10_mcdi_get_timeout()
H A Dsiena_mcdi.c260 __out uint32_t *timeoutp) in siena_mcdi_get_timeout() argument
264 *timeoutp = SIENA_MCDI_CMD_TIMEOUT_US; in siena_mcdi_get_timeout()
H A Dsiena_impl.h153 __out uint32_t *timeoutp);
H A Defx_mcdi.c623 __out uint32_t *timeoutp) in efx_mcdi_get_timeout() argument
627 emcop->emco_get_timeout(enp, emrp, timeoutp); in efx_mcdi_get_timeout()
H A Def10_impl.h355 __out uint32_t *timeoutp);
/freebsd-13.1/crypto/openssh/
H A Dmisc.c309 waitfd(int fd, int *timeoutp, short events) in waitfd() argument
317 for (; *timeoutp >= 0;) { in waitfd()
319 r = poll(&pfd, 1, *timeoutp); in waitfd()
321 ms_subtract_diff(&t_start, timeoutp); in waitfd()
341 waitrfd(int fd, int *timeoutp) { in waitrfd() argument
342 return waitfd(fd, timeoutp, POLLIN); in waitrfd()
354 socklen_t addrlen, int *timeoutp) in timeout_connect() argument
360 if (timeoutp == NULL || *timeoutp <= 0) in timeout_connect()
376 if (waitfd(sockfd, timeoutp, POLLIN | POLLOUT) == -1) in timeout_connect()
H A Dssh-agent.c1262 prepare_poll(struct pollfd **pfdp, size_t *npfdp, int *timeoutp, u_int maxfds) in prepare_poll() argument
1329 *timeoutp = -1; /* INFTIM */ in prepare_poll()
1332 *timeoutp = INT_MAX / 1000; in prepare_poll()
1334 *timeoutp = deadline * 1000; in prepare_poll()
H A Dpacket.c1332 struct timeval timeout, start, *timeoutp = NULL; in ssh_packet_read_seqnr() local
1367 timeoutp = &timeout; in ssh_packet_read_seqnr()
1376 NULL, NULL, timeoutp)) >= 0) in ssh_packet_read_seqnr()
1994 struct timeval start, timeout, *timeoutp = NULL; in ssh_packet_write_wait() local
2012 timeoutp = &timeout; in ssh_packet_write_wait()
2020 NULL, setp, NULL, timeoutp)) >= 0) in ssh_packet_write_wait()
/freebsd-13.1/crypto/openssl/apps/
H A Ds_client.c910 struct timeval timeout, *timeoutp; in s_client_main() local
2775 timeoutp = &timeout; in s_client_main()
2777 timeoutp = NULL; in s_client_main()
2872 NULL, timeoutp); in s_client_main()
2876 NULL, timeoutp); in s_client_main()
H A Ds_server.c2250 struct timeval *timeoutp; in sv_body() local
2459 timeoutp = &timeout; in sv_body()
2461 timeoutp = NULL; in sv_body()
2463 i = select(width, (void *)&readfds, NULL, NULL, timeoutp); in sv_body()