Searched refs:timeout (Results 251 - 275 of 853) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_radiuspacket.c41 int timeout);
310 iscsit_net_recvmsg(ksocket_t socket, struct msghdr *msg, int timeout) argument
322 /* If timeout requested on receive */
323 if (timeout > 0) {
356 tl.tv_sec = timeout;
358 /* Set recv timeout */
367 * data is received or timeout.
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal.h86 extern struct timeval timeout;
/illumos-gate/usr/src/uts/sun4v/ontario/io/
H A Dtsalarm.c91 /* defines for 'timeout' */
140 uint32_t timeout; /* timeout in seconds */ member in struct:tsal_pcp_req_msg_hdr
157 uint32_t timeout; /* timeout in seconds */ member in struct:tsal_pcp_resp_msg_hdr
232 tsal_pcp_msg_t *resp_msg, uint32_t timeout);
889 * uint32_t timeout - timeout field when waiting for data from channel.
896 tsal_pcp_msg_t *resp_msg, uint32_t timeout)
938 req_msg_hdr->timeout
895 tsal_pcp_send_recv(tsalarm_softc_t *sc, tsal_pcp_msg_t *req_msg, tsal_pcp_msg_t *resp_msg, uint32_t timeout) argument
1393 uint32_t timeout; local
[all...]
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dnetpr.h112 int timeout; member in struct:job
/illumos-gate/usr/src/boot/sys/boot/arm/at91/bootiic/
H A Denv_vars.c52 ReadCharFromEnvironment(int timeout) argument
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c273 struct timeval timeout; local
289 timeout = utimeout; /* use supplied timeout */
291 timeout = cu->cu_total; /* use default timeout */
347 if (timeout.tv_sec == 0 && timeout.tv_usec == 0) {
365 poll_time.tv_sec = timeout.tv_sec - time_waited.tv_sec;
366 poll_time.tv_usec = timeout.tv_usec - time_waited.tv_usec;
375 * this could happen if time_waited >= timeout
[all...]
/illumos-gate/usr/src/lib/libinetutil/common/
H A Deh.c274 int n_lit, timeout, sig, saved_errno; local
280 timeout = tq ? iu_earliest_timer(tq) : INFTIM;
289 n_lit = poll(eh->iueh_pollfds, eh->iueh_num_fds, timeout);
316 * timeout occurred. we must have a valid tq pointer
317 * since that's the only way a timeout can happen.
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_lock.c44 * Daemon timeout value
65 int idle_timeout; /* persist idle timeout value */
1264 rcmd_start_timer(int timeout) argument
1268 if (timeout == 0)
1269 timeout = RCM_DAEMON_TIMEOUT; /* default to 5 minutes */
1271 dr_req_list->idle_timeout = timeout; /* persist timeout */
1273 if (timeout > 0) {
1274 abstime.tv_sec = time(NULL) + timeout;
1282 if (timeout >
[all...]
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmexpress.c235 char *timeout; local
268 timeout = optarg;
276 pmtab->p_timeout = atoi(timeout);
310 "[-l ttylabel] [-t timeout] [-p prompt] [-m modules]\n";
353 log("getty: timeout argument <%s> "
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ep_connect.c60 * timeout
80 IN DAT_TIMEOUT timeout,
99 timeout,
284 private_data_size, &prd, timeout);
76 dapl_ep_connect( IN DAT_EP_HANDLE ep_handle, IN DAT_IA_ADDRESS_PTR remote_ia_address, IN DAT_CONN_QUAL remote_conn_qual, IN DAT_TIMEOUT timeout, IN DAT_COUNT private_data_size, IN const DAT_PVOID private_data, IN DAT_QOS qos, IN DAT_CONNECT_FLAGS connect_flags) argument
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dnet.c275 net_get(struct iodesc *desc, void *pkt, size_t len, time_t timeout) argument
283 printf("net_get: pkt %p, len %d, timeout %d\n", pkt, len, timeout);
295 } while ((rlen == -1 || rlen == 0) && (getsecs() - t < timeout));
/illumos-gate/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c109 /* 'agent-system' timeout values in seconds */
717 timestruc_t timeout; local
759 timeout.tv_sec = v12n_ldma_timeout;
760 timeout.tv_nsec = 0;
765 &v12n_ldma_cv_lock, &timeout)) != EINTR)
770 * Check for timeout or an error.
790 &v12n_ldma_cv_lock, &timeout)) != EINTR)
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c483 struct timeval *timeout, LDAPMessage **res )
490 if ( timeout != NULL && timeout->tv_sec == 0 &&
491 timeout->tv_usec == 0 ) {
505 if ( ldap_result( ld, msgid, 1, timeout, res ) == -1 ) {
482 ldap_url_search_st( LDAP *ld, const char *url, int attrsonly, struct timeval *timeout, LDAPMessage **res ) argument
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_cm.c70 IN DAT_COUNT prd_size, IN DAPL_PRIVATE *prd_ptr, IN DAT_TIMEOUT timeout)
86 " prd_size %d, timeout 0x%x\n",
88 ep_p->qp_handle->ep_hkey, prd_size, timeout);
96 if (timeout == DAT_TIMEOUT_INFINITE) {
99 args.epc_timeout = timeout;
103 remote_ia_address, timeout, &dgid);
68 dapls_ib_connect(IN DAT_EP_HANDLE ep_handle, IN DAT_IA_ADDRESS_PTR remote_ia_address, IN DAT_CONN_QUAL remote_conn_qual, IN DAT_COUNT prd_size, IN DAPL_PRIVATE *prd_ptr, IN DAT_TIMEOUT timeout) argument
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt_budp.c248 struct timeval timeout; local
254 timeout = utimeout; /* use supplied timeout */
256 timeout = cu->cu_total; /* use default timeout */
259 * set a media level timeout
265 wait_time = (timeout.tv_sec * 1000) + (timeout.tv_usec / 1000);
331 * a media level timeout above.
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c680 * The default connection timeout is over two minutes.
684 * reasonable timeout value. Using 2X retrans, which
685 * gives us a 10 sec. connect timeout. If we're waiting
835 struct timespec now, timeout, finish; local
916 timeout = evConsTime(seconds, 0);
917 finish = evAddTime(now, timeout);
926 timeout = evSubTime(finish, now);
928 timeout = evConsTime(0, 0);
929 n = pselect(s + 1, &dsmask, NULL, NULL, &timeout, NULL);
931 timeout
[all...]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c51 ** timeout -- time to complete operation (milliseconds)
60 sm_print(fp, timeout, uio)
62 int timeout;
72 err = sm_fvwrite(fp, timeout, uio);
165 ** timeout -- time to complete the print
175 sm_io_vfprintf(fp, timeout, fmt0, ap)
177 int timeout;
229 if (sm_print(fp, timeout, &uio)) \
247 if (uio.uio_resid && sm_print(fp, timeout, &uio)) \
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dniu.c57 int timeout = 0; local
65 if (timeout >= phy_lock_timeout)
67 timeout++;
107 long timeout = 0; local
152 timeout++;
154 (timeout++ < UNM_NIU_PHY_WAITMAX));
156 if (timeout < UNM_NIU_PHY_WAITMAX) {
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c178 u32 timeout = IXGBE_VF_INIT_TIMEOUT; local
199 while (!mbx->ops.check_for_rst(hw, 0) && timeout) {
200 timeout--;
204 if (!timeout)
210 /* mailbox timeout can now become active */
211 mbx->timeout = IXGBE_VF_MBX_INIT_TIMEOUT;
553 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout)
605 if (!mbx->timeout) {
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c184 int countdown = mbx->timeout;
200 mbx->timeout = 0;
215 int countdown = mbx->timeout;
231 mbx->timeout = 0;
273 * received an ack to that message within delay * timeout period
282 /* exit if either we can't write or there isn't a defined timeout */
283 if (!mbx->ops.write || !mbx->timeout)
535 /* start mailbox as timed out and let the reset_hw call set the timeout
537 mbx->timeout = 0;
763 mbx->timeout
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c1582 * Determines if any timeout event has occurred and returns the number of
1583 * milliseconds until the next timeout event for the phyint. Returns
1590 uint_t timeout; local
1771 timeout = ns2ms(pr_statp->pr_hrtime_start);
1773 timeout += cur_tg->tg_crtt;
1775 timeout += probe_interval;
1777 if (TIME_LT(timeout, cur_time)) {
1778 pr_statp->pr_time_lost = timeout;
1793 * unacked probes, and they are yet to timeout
2292 uint_t timeout; local
2418 uint_t timeout; local
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c672 uint64_t timeout; local
721 &cte_mask, &need_session, &timeout, &timeout_retry)) == NULL) {
936 * to override faulty timeout values on the way to
938 * import are treated the same as INFINITE timeout services.
942 if (timeout != METHOD_TIMEOUT_INFINITE && !is_timeout_ovr(inst))
943 timeout_insert(inst, ctid, timeout);
945 timeout = METHOD_TIMEOUT_INFINITE;
986 /* return ERANGE if this service doesn't retry on timeout */
1036 if (timeout != METHOD_TIMEOUT_INFINITE)
1037 timeout
[all...]
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c70 static uint32_t timeout; /* timeout in milliseconds */ variable
371 if (timeout == 0)
372 timeout = 4000;
374 timeout <<= 1;
375 if (timeout > 64000)
376 timeout = 64000;
378 init_timeout = now + timeout;
396 break; /* collection timeout */
642 timeout
[all...]
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dnetdfs.ndl111 DWORD timeout;
123 DWORD timeout;
135 DWORD timeout;
157 DWORD timeout;
180 DWORD timeout;
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dengine.c258 struct timeval timeout; local
282 timeout.tv_sec = ctx->ctx_timeout;
283 timeout.tv_usec = 0;
313 if ((buf = mi_rd_cmd(sd, &timeout, &cmd, &len,
412 if (sendreply(r, sd, &timeout, ctx) != MI_SUCCESS)
601 ** timeout_ptr -- (ptr to) timeout to use for sending
1600 struct timeval timeout; local
1602 timeout.tv_sec = g->a_ctx->ctx_timeout;
1603 timeout.tv_usec = 0;
1608 sendreply(r, sd, &timeout,
[all...]

Completed in 140 milliseconds

<<11121314151617181920>>