Searched defs:timeout (Results 251 - 275 of 446) sorted by relevance

<<1112131415161718

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c144 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
146 fd_set *exceptfds, struct timeval *timeout);
269 LDAPDebug( LDAP_DEBUG_TRACE, "nsldapi_connect_nonblock timeout: %d (msec)\n",
307 LDAPDebug( LDAP_DEBUG_TRACE, "Invalid timeout value detected.."
308 "resetting connect timeout to default value "
382 /* honour the timeout */
394 /* timeout */
1162 nsldapi_iostatus_poll( LDAP *ld, struct timeval *timeout )
1174 rc = 0; /* simulate a timeout */
1181 nsldapi_tv2ms( timeout ));
1535 nsldapi_ext_compat_poll( LDAP_X_PollFD fds[], int nfds, int timeout, struct lextiof_session_private *arg ) argument
1665 nsldapi_ext_compat_connect( const char *hostlist, int defport, int timeout, unsigned long options, struct lextiof_session_private *sessionarg, struct lextiof_socket_private **socketargp , void **not_used ) argument
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c250 do_ldapssl_connect(const char *hostlist, int defport, int timeout, argument
306 timeout, options, sessionarg, socketargp
454 ldapssl_connect(const char *hostlist, int defport, int timeout, argument
458 return( do_ldapssl_connect( hostlist, defport, timeout, options,
464 ldapssl_clientauth_connect(const char *hostlist, int defport, int timeout, argument
468 return( do_ldapssl_connect( hostlist, defport, timeout, options,
/illumos-gate/usr/src/cmd/vntsd/
H A Dvntsd.h247 #define VNTSD_CLIENT_TIMEOUT 0x4 /* timeout */
322 int timeout; /* connection timeout */ member in struct:vntsd
330 vntsd_que_t *tmoq; /* timeout queue */
341 /* timeout structure */
393 /* tcp client timeout */
394 VNTSD_ERR_CLIENT_TIMEOUT, /* client has no activity for timeout */
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyppush.c74 #define TIMEOUT INTER_TRY*4 /* Total time for timeout */
76 #define MIN_GRACE 25 /* select timeout and minimum grace */
107 static struct timeval timeout = { variable in typeref:struct:timeval
830 (void) printf("timeout in main loop select.\n");
1041 xdr_void, 0, timeout);
1056 xdr_void, 0, timeout);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c346 long timeout; local
349 timeout = rfc2131_sleep_interval(TIMEOUT, retry);
351 arpreq.tipaddr, timeout)) goto xmit;
500 long timeout; local
503 timeout = rfc2131_sleep_interval(TIMEOUT, retry);
504 if (await_reply(await_rarp, 0, rarpreq.shwaddr, timeout))
598 long timeout; local
604 timeout = rfc2131_sleep_interval(TIMEOUT, retry++);
605 if (await_reply(await_bootp, 0, NULL, timeout)){
699 long timeout; local
881 await_reply(reply_t reply, int ival, void *ptr, long timeout) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c436 req_pkt.data[2] = timeout_2; /* wd timeout 2 */
438 req_pkt.data[4] = timeout_1[1]; /* LSB for wd timeout 1 */
439 req_pkt.data[5] = timeout_1[0]; /* MSB for wd timeout 1 */
468 * Validates timeout and action fields and arms the watchdog-timers
1347 /* create timeout property here */
1643 * volatile function to read the timeout
1767 * volatile function to write the timeout
1769 * timeout property. Properties can be modified only when watchdog
1775 int32_t timeout; local
1798 /* validate the timeout value
[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/cmd-inet/usr.sbin/
H A Din.tftpd.c169 { "timeout", timeout_handler },
175 static int timeout; variable
228 "timeout value: %s\n", argv[0], optarg);
590 * Return the timeout option value string to include in the OACK reply.
605 * The timeout value in the OACK reply must match the value specified
606 * by the client, so if an invalid timeout is requested don't include
607 * the timeout option in the OACK reply.
1001 timeout += rexmtval;
1002 if (timeout >= maxtimeout)
1019 timeout
[all...]
/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_commd_server.c79 * - A timeout surveillance is started at this point.
149 /* the daemon to daemon communication has to timeout quickly */
357 * This implements a timeout surveillance for messages sent from the
698 /* set the timeout value */
991 /* set the timeout value */
1141 * We don't have a timeout registered to wake us up, so we're
1262 timestruc_t timeout; /* surveillance for remote daemon */ local
1405 * If we wakeup due to a timeout, or a signal, no result has been
1407 * If we timeout, it is likely that this is because the node has
1411 * be being processed on the slave. In this case just timeout fo
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h133 L_DECL(timeout); variable
/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...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c308 struct timeval timeout; local
341 timeout.tv_sec = 5;
342 timeout.tv_usec = 0;
345 NULL, NULL, &timeout);
3591 /* put a timeout around the whole thing */
3951 message("851 %s: Name server timeout",
4106 message("851 %s: Name server timeout",
4398 /* shorten name server timeout to avoid higher level timeouts */
H A Dusersmtp.c2516 int timeout; local
2635 ** Set timeout around data writes. Make it at least large
2642 /* simulate a DATA timeout */
2643 timeout = 10;
2646 timeout = DATA_PROGRESS_TIMEOUT * 1000;
2647 sm_io_setinfo(mci->mci_out, SM_IO_WHAT_TIMEOUT, &timeout);
2659 /* simulate a DATA timeout */
2770 ** If putbody() couldn't finish due to a timeout,
2771 ** rewind it here in the timeout handler. See
2779 syserr("451 4.4.1 timeout writin
[all...]
/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c127 #define lockdaemon_dead(ldp) ((ticker - (ldp)->timeout) > MAX_TIMEOUTS)
137 long timeout; member in struct:lockdaemon
366 ldp->timeout = ticker;
386 ldp->timeout = ticker;
672 " up %d timeout %ld missed %d state %d\n", ldp->up,
673 ldp->timeout, ticker - ldp->timeout, ldp->state);
914 (void) printf("%5ld ", ldp->timeout);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c13 * 3 - timeout waiting for a simple string.
188 int timeout = DEFAULT_CHAT_TIMEOUT; variable
270 * chat [ -v ] [ -E ] [ -T number ] [ -U number ] [ -t timeout ] [ -f chat-file ] \
322 timeout = atoi(arg);
478 Usage: %s [-e] [-E] [-v] [-V] [-t timeout] [-r report-file]\n\
1145 timeout = atoi(s);
1147 if (timeout <= 0)
1148 timeout = DEFAULT_CHAT_TIMEOUT;
1151 logf("timeout set to %d seconds", timeout);
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c793 struct timeval timeout; local
824 timeout.tv_usec = 0;
825 timeout.tv_sec = SM_CLTS_TIMEOUT;
827 CLSET_RETRY_TIMEOUT, (caddr_t)&timeout);
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c79 const gchar *devinfo_volume_get_prober (HalDevice *d, int *timeout);
80 const gchar *devinfo_storage_get_prober (HalDevice *d, int *timeout);
1241 devinfo_storage_get_prober (HalDevice *d, int *timeout) argument
1243 *timeout = DEVINFO_PROBE_STORAGE_TIMEOUT;
1248 devinfo_volume_get_prober (HalDevice *d, int *timeout) argument
1250 *timeout = DEVINFO_PROBE_VOLUME_TIMEOUT;
/illumos-gate/usr/src/cmd/svc/startd/
H A Drestarter.c36 * - timeout thread: thread to fire queued timeouts
2385 "svc.startd. Using infinite timeout.");
2431 hrtime_t now, timeout; local
2450 timeout = now + (timeout_sec * 1000000000LL);
2453 entry->te_timeout = timeout;
2458 /* Insert the calculated timeout time onto the queue. */
2505 * Walk through the (sorted) timeouts list. While the timeout
2552 * As long as the timeout list isn't empty, process it
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c36 * [ -w ] [ -W timeout ]
241 long WFlag = 0; /* wait timeout */
361 case 'W': /* wait with timeout */
605 * a_timeout - timeout if waiting to acquire busy lock:
606 * == 0 - no timeout (wait forever)
624 time_t timeout; local
643 timeout = time((time_t *)NULL) + a_timeout;
714 /* waiting for lock - if timeout specified see if time left */
718 if (curtime > timeout) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c755 CB_COMPOUND4res *res, struct timeval timeout)
780 (caddr_t)res, timeout);
841 struct timeval timeout; local
876 * Set up the timeout for the callback and make the actual call.
879 timeout.tv_sec = (rfs4_lease_time * 80) / 100;
880 timeout.tv_usec = 0;
886 timeout);
754 rfs4_do_callback(rfs4_client_t *cp, CB_COMPOUND4args *args, CB_COMPOUND4res *res, struct timeval timeout) argument
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c166 static void timeout(void);
302 (void) signal(SIGALRM, (void(*)())timeout);
655 timeout(void) function
657 (void) signal(SIGALRM, (void(*)())timeout);
720 * Don't want to wait for usual portmapper timeout you get with
721 * callrpc or clnt_call, so use rmtcall instead. Use timeout
722 * of 8 secs, based on the per try timeout of 3 secs for rmtcall
/illumos-gate/usr/src/uts/common/io/audio/drv/audiols/
H A Daudiols.c249 int i, timeout, tmp; local
260 timeout = 0;
266 if (timeout > 100)
269 timeout++;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_pf.c1174 u8_t timeout; local
1180 timeout = dhc_timeout;
1186 timeout = hc_rx_timeout;
1188 lm_setup_ndsb_index(pdev, LM_SW_VF_SB_ID(vf_info,relative_in_vf_ndsb), HC_INDEX_VF_ETH_RX_CQ_CONS, SM_RX_ID, timeout, dhc_enable);
H A Dlm_sb.c225 if (!(hc_index_entry->flags & HC_INDEX_DATA_HC_ENABLED) && hc_index_entry->timeout) {
833 void lm_setup_ndsb_index(struct _lm_device_t *pdev, u8_t sb_id, u8_t idx, u8_t sm_idx, u8_t timeout, u8_t dhc_enable) argument
841 hc_index_entry->timeout = timeout;
843 if (timeout) {
1347 u8_t timeout = 0; local
1440 timeout = (u8_t)pdev->params.hc_timeout0[SM_RX_ID][index];
1442 timeout = (u8_t)(ic->hc_usec_u_sb[index] / HC_TIMEOUT_RESOLUTION_IN_US);
1453 timeout = (u8_t)pdev->params.hc_timeout0[SM_TX_ID][index];
1455 timeout
1563 u8_t timeout = 0; local
[all...]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c1689 IN uint64_t timeout,
1703 evp_msg.evp_timeout = timeout;
1715 " timeout 0x%llx, evp_ptr 0x%p, num_ev %d\n",
1717 timeout, evp_ptr, evp_msg.evp_num_ev);
1837 IN DAT_TIMEOUT timeout,
1844 if (timeout == DAT_TIMEOUT_INFINITE) {
1847 args.cnw_timeout = (uint64_t)timeout & 0x00000000ffffffff;
1851 "cno_wait: cno 0x%p, hkey 0x%016llx, timeout 0x%016llx\n",
1687 dapls_ib_event_poll( IN DAPL_EVD *evd_ptr, IN uint64_t timeout, IN uint_t threshold, OUT dapl_ib_event_t *evp_ptr, OUT int *num_events) argument
1835 dapls_ib_cno_wait( IN DAPL_CNO *cno_ptr, IN DAT_TIMEOUT timeout, IN DAPL_EVD **evd_ptr_p) argument

Completed in 319 milliseconds

<<1112131415161718