Searched refs:timeoutp (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/dev/sfxge/common/ |
| H A D | ef10_mcdi.c | 127 __out uint32_t *timeoutp) in ef10_mcdi_get_timeout() argument 141 *timeoutp = EF10_MCDI_CMD_LONG_TIMEOUT_US; in ef10_mcdi_get_timeout() 146 *timeoutp = EF10_MCDI_CMD_TIMEOUT_US; in ef10_mcdi_get_timeout()
|
| H A D | siena_mcdi.c | 257 __out uint32_t *timeoutp) in siena_mcdi_get_timeout() argument 261 *timeoutp = SIENA_MCDI_CMD_TIMEOUT_US; in siena_mcdi_get_timeout()
|
| H A D | siena_impl.h | 145 __out uint32_t *timeoutp);
|
| H A D | efx_mcdi.c | 616 __out uint32_t *timeoutp) in efx_mcdi_get_timeout() argument 620 emcop->emco_get_timeout(enp, emrp, timeoutp); in efx_mcdi_get_timeout()
|
| H A D | ef10_impl.h | 337 __out uint32_t *timeoutp);
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | sshconnect.c | 430 waitrfd(int fd, int *timeoutp) in waitrfd() argument 439 for (; *timeoutp >= 0;) { in waitrfd() 440 r = poll(&pfd, 1, *timeoutp); in waitrfd() 442 ms_subtract_diff(&t_start, timeoutp); in waitrfd() 458 socklen_t addrlen, int *timeoutp) in timeout_connect() argument 464 if (*timeoutp <= 0) in timeout_connect() 475 if (waitrfd(sockfd, timeoutp) == -1) in timeout_connect()
|
| H A D | ssh-agent.c | 968 prepare_poll(struct pollfd **pfdp, size_t *npfdp, int *timeoutp, u_int maxfds) in prepare_poll() argument 1025 *timeoutp = -1; /* INFTIM */ in prepare_poll() 1028 *timeoutp = INT_MAX / 1000; in prepare_poll() 1030 *timeoutp = deadline * 1000; in prepare_poll()
|
| H A D | packet.c | 1290 struct timeval timeout, start, *timeoutp = NULL; in ssh_packet_read_seqnr() local 1325 timeoutp = &timeout; in ssh_packet_read_seqnr() 1334 NULL, NULL, timeoutp)) >= 0) in ssh_packet_read_seqnr() 1938 struct timeval start, timeout, *timeoutp = NULL; in ssh_packet_write_wait() local 1956 timeoutp = &timeout; in ssh_packet_write_wait() 1964 NULL, setp, NULL, timeoutp)) >= 0) in ssh_packet_write_wait()
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | s_client.c | 910 struct timeval timeout, *timeoutp; in s_client_main() local 2745 timeoutp = &timeout; in s_client_main() 2747 timeoutp = NULL; in s_client_main() 2842 NULL, timeoutp); in s_client_main() 2846 NULL, timeoutp); in s_client_main()
|
| H A D | s_server.c | 2242 struct timeval *timeoutp; in sv_body() local 2451 timeoutp = &timeout; in sv_body() 2453 timeoutp = NULL; in sv_body() 2455 i = select(width, (void *)&readfds, NULL, NULL, timeoutp); in sv_body()
|