Searched defs:timeout (Results 376 - 400 of 446) sorted by relevance

<<1112131415161718

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h475 uint32_t timeout; /* Timeout period in seconds */ member in struct:emlxs_ub_priv
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c1520 "timeout resetting Rx ring\n"));
1697 "timeout reset tx ring %d\n",
2169 * wait loading init_text until completed or timeout
2179 "timeout waiting for init uCode load.\n");
2199 * wait loading init_data until completed or timeout
2209 "timeout waiting for init_data uCode load.\n");
2240 * wait loading run_text until completed or timeout
2250 "timeout waiting for run uCode load.\n");
2270 * wait loading run_data until completed or timeout
2280 "timeout waitin
3788 int err, n = 0, timeout = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c1460 "timeout resetting Rx ring\n"));
1636 "timeout reset tx ring %d\n",
2075 /* wait loading init_text until completed or timeout */
2084 "timeout waiting for init uCode load.\n");
2104 * wait loading init_data until completed or timeout
2114 "timeout waiting for init_data uCode load.\n");
2144 /* wait loading run_text until completed or timeout */
2153 "timeout waiting for run uCode load.\n");
2173 * wait loading run_data until completed or timeout
2183 "timeout waitin
3615 int err, n = 0, timeout = 0; local
[all...]
/illumos-gate/usr/src/uts/sun/io/
H A Dsocal.c2754 socal_transport_poll(fcal_packet_t *fcalpkt, uint_t timeout, int req_q_no) argument
2765 /* make the timeout meaningful */
2766 timeout = drv_usectohz(timeout);
2785 if ((ticker + timeout) < t)
3367 kcq->deferred_intr_timeoutid = timeout(
4919 kcq->deferred_intr_timeoutid = timeout(socal_deferred_intr,
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c453 FWD_TIMEOUT_DEFAULT, /* write timeout in seconds */
462 FWD_TIMEOUT_DEFAULT, /* forward timeout */
463 REV_TIMEOUT_DEFAULT /* reverse timeout */
785 "ecpp_detach: suspend timeout\n");
936 pp->dip, 0, "ecpp-transfer-timeout", ecpp_def_timeout);
976 "ecpp_get_prop: transfer-timeout=%d\n",
1179 * So we zero the timeout id's inside mutex and call untimeout later
1921 pp->wsrv_timer_id = timeout(ecpp_wsrv_timer,
2805 /* schedule transfer timeout */
2806 pp->timeout_id = timeout(ecpp_xfer_timeou
5733 int timeout = DMAC_RESET_TIMEOUT; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c5565 uint32_t timeout; local
5576 timeout = dfc->data1;
5578 if (timeout < (2 * hba->fc_ratov)) {
5579 timeout = 2 * hba->fc_ratov;
5700 pkt->pkt_timeout = (timeout) ? timeout : 30;
5767 uint32_t timeout; local
5774 timeout = 2 * hba->fc_ratov;
5802 pkt->pkt_timeout = (timeout) ? timeout
5953 clock_t timeout; local
6652 uint32_t timeout; local
8499 uint32_t timeout; local
8826 clock_t timeout; local
[all...]
H A Demlxs_dhchap.c340 #define NODE_EVENT_DEVICE_RM 0x0 /* Auth response timeout & fail */
341 #define NODE_EVENT_DEVICE_RECOVERY 0x1 /* Auth response timeout & recovery */
2818 "Reauth timeout. failed. 0x%x %x",
3274 "Reauth timeout.failed. 0x%x %x",
3780 "Reauth timeout.Auth initfailed. 0x%x %x",
4241 "Reauth timeout. Auth initfailed. 0x%x %x",
4635 * we donot cancel the nodev timeout here because we donot know if we
4949 * auth-rsp timeout timer if we are expecting it. should
7496 "Reauth timeout. Reauth no longer enabled. 0x%x %x",
7507 "Reauth timeout
7586 uint32_t timeout; local
[all...]
H A Demlxs_sli4.c3540 /* Non-lethalStatus mailbox timeout */
3863 uint32_t timeout; local
3942 timeout = pkt->pkt_timeout;
4018 wqe->Timer = ((timeout > 0xff) ? 0 : timeout);
4042 cmd_sbp->ticks = hba->timer_tics + timeout +
4043 ((timeout > 0xff) ? 0 : 10);
4099 timeout =
4102 timeout = 0x80000000;
4105 hba->timer_tics + timeout
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c705 * sleep until awakened by strwsrv() or timeout
6056 * timeout value, which must be a positive integer (number of
6096 * There are four possible cases here: interrupt, timeout,
6352 clock_t rval, timeout = STRTIMOUT; local
6359 timeout = scp->sc_timeout * MILLISEC;
6425 rval = str_cv_wait(&stp->sd_monitor, &stp->sd_lock, timeout, 0);
7053 * The timeout parameter is in milliseconds; -1 for infinity.
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c409 sort_servers(struct mapfs *mfs_in, int timeout) argument
417 clnt_stat = nfs_cast(mfs_in, &m1, timeout);
654 struct timeval timeout; local
1237 timeout.tv_usec = 0;
1238 timeout.tv_sec = rpc_timeout;
1525 xdr_fhstatus, (caddr_t)&fhs, timeout);
1615 xdr_mountres3, (caddr_t)&res3, timeout);
2455 struct timeval timeout; local
2464 timeout.tv_sec = 10;
2465 timeout
3581 struct timeval timeout; local
[all...]
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c504 * increment watchdog init flag, setting watchdog timeout
510 sf_watchdog_id = timeout(sf_watch,
782 * increment watchdog init flag, setting watchdog timeout
789 sf_watchdog_id = timeout(sf_watch,
2444 * and have a valid timeout, building a private list
2451 (privp->timeout != SF_INVALID_TIMEOUT)) {
2454 * timeout valid
2631 privp->timeout = sf_watchdog_time + SF_ELS_TIMEOUT;
2701 if (privp->timeout == SF_INVALID_TIMEOUT) {
2842 privp->timeout
5339 int timeout; local
6327 int rval, dflag, timeout = SF_ELS_TIMEOUT; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c1658 mDNSexport void mDNSPosixGetFDSet(mDNS *m, int *nfds, fd_set *readfds, struct timeval *timeout) argument
1687 // 4. If client's proposed timeout is more than what we want, then reduce it
1688 if (timeout->tv_sec > interval.tv_sec ||
1689 (timeout->tv_sec == interval.tv_sec && timeout->tv_usec > interval.tv_usec))
1690 *timeout = interval;
1827 // Return as soon as internal timeout expires, or a signal we're listening for is received.
1833 struct timeval timeout = *pTimeout; local
1836 mDNSPosixGetFDSet(m, &fdMax, &listenFDs, &timeout); // timeout ma
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c338 /* Disable AN timeout */
1776 u32 timeout = 2000; local
1784 for (i = 0; i < timeout; i++) {
1797 if (i == timeout) {
1803 * was a timeout, we should unconditionally clear the semaphore
1821 for (i = 0; i < timeout; i++) {
1843 if (i >= timeout) {
3068 * System-wide timeout range is encoded in PCIe Device Control2 register.
3071 * completion timeout, in units of 100 microsec. Never return less than
3192 u32 timeout local
4379 ixgbe_host_interface_command(struct ixgbe_hw *hw, u32 *buffer, u32 length, u32 timeout, bool return_data) argument
[all...]
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c1162 uint32_t timeout; local
1189 for (timeout = 100; ; ) {
1194 if (--timeout == 0)
1200 if (timeout == 0)
1203 if (timeout != 100)
1206 cmd, 10*(100-timeout), regval1, regval2));
1209 for (timeout = 1000; ; ) {
1212 if (--timeout == 0)
1225 if (timeout == 0)
1346 * ENODATA on access timeout (mayb
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c1062 xmlChar *name, *timeout, *delete; local
1080 timeout = xmlGetProp(emeth, (xmlChar *)timeout_seconds_attr);
1081 if (timeout != NULL) {
1090 u_timeout = strtoull((char *)timeout, &endptr, 10);
1091 if (errno != 0 || endptr == (char *)timeout || *endptr)
1094 (char *)timeout, (errno) ? strerror(errno):
1099 xmlFree(timeout);
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c203 time_t timeout; member in struct:reauth_cache
2723 /* "stale" is true if a reauth failed because of a nonce timeout */
3396 if (text->reauth->timeout &&
3397 time(0) - stext->timestamp > text->reauth->timeout) {
3513 if (text->reauth->timeout &&
3621 if (clientin && text->reauth->timeout) {
3714 const char *timeout = NULL; local
3737 &timeout, &len);
3738 if (timeout)
3739 reauth_cache->timeout
[all...]
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h622 extern void timeout(int);
1077 #define timeout(n) wtimeout(stdscr, n) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c203 static char *select_profile(int fd, int readonly, int timeout);
1731 int timeout = LOADPROFILE_TIMEOUT; local
1789 while (timeout > 0) {
1797 timeout--;
1813 select_profile(int fd, int readonly, int timeout) argument
1903 if ((selected == NULL) && (timeout == 0)) {
1938 int timeout = LOADPROFILE_TIMEOUT, forever = 0, len = 0; local
1967 if (sscanf(pequal, "%d", &timeout) != 1) {
1971 if (timeout == -1) {
1984 while ((forever == 1) || (timeout >
2165 int timeout = LOADPROFILE_TIMEOUT, forever = 0; local
[all...]
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c236 static int curalarm = 0; /* current timeout value (secs) */
626 * Process messages, blocking on poll because timeout is set
677 getkmsg(int timeout) argument
712 * Set the sync flag if timeout != 0, which
716 if (timeout == 0) {
752 * Set the sync flag if timeout != 0, which
766 if (timeout == 0) {
3310 * timeout for marks.
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c465 * The timeout arguments determine how long we should wait for draining.
468 tcp_drain_input(tcp_t *tcp, int sock_id, int timeout) argument
481 * structure to determine the timeout value, we need to save
485 sockets[sock_id].in_timeout = timeout;
686 * was not transmitted because of ARP timeout
1056 int timeout; local
1068 timeout = prom_gettime() + sockets[sock_id].in_timeout;
1070 timeout = prom_gettime() + tcp_accept_timeout;
1072 timeout > prom_gettime()) {
1080 /* If there is an eager, don't timeout
1705 int timeout; local
[all...]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge.h403 hxge_timeout timeout; member in struct:_hxge_t
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c456 * depending on the timeout value does a cv_wait_sig or cv_timedwait_sig
458 #define DAPLKA_EVD_WAIT(cvp, mp, timeout) \
459 ((timeout) == LONG_MAX) ? cv_wait_sig((cvp), (mp)) : \
460 cv_timedwait_sig((cvp), (mp), (timeout))
1792 * The following routines supports the timeout feature of ep_connect.
1898 (void) timeout(daplka_timer_dispatch, arg, 10);
2041 * timeout is specified by the client, a timer will be set just before
2240 * into a pointer and passed as an arg to timeout()
2279 timerp->ti_tmo_id = timeout(daplka_timer_handler,
3015 * specified a non-zero timeout t
3032 clock_t timeout; local
3844 clock_t timeout, curr_time; local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h61 * Highest possible timeout value to indicate
173 * parameter timeout when ndi_busop_bus_config() and cv_wait() are
207 * In fcp_watch() the timeout is tested. If the timout has expired,
570 * Contains the timeout value for the packet. This is not a delay or
681 * This is the timeout value for the internal packet. It seems to
687 * First time ipkt_retries is zero. As it increases, the timeout
837 * is done in the timeout function.
1213 clock_t timeout; member in struct:fcp_reset_elem
1313 * timeout values
1411 /* init() and attach() wait timeout value
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_verbs.h555 uint8_t timeout; member in struct:ib_qp_attr
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c1306 IWK_DBG((IWK_DEBUG_DMA, "timeout resetting Rx ring\n"));
1446 IWK_DBG((IWK_DEBUG_DMA, "timeout reset tx ring %d\n",
1814 IWK_DBG((IWK_DEBUG_80211, "watchdog (0x%x) timeout: "
2070 cmn_err(CE_WARN, "timeout transferring firmware\n");
2853 tx->timeout.pm_frame_timeout = LE_16(3);
2855 tx->timeout.pm_frame_timeout = LE_16(2);
2857 tx->timeout.pm_frame_timeout = 0;
3304 int times = 0, err, n = 0, timeout = 0; local
3424 timeout++;
3425 if (timeout
[all...]

Completed in 8790 milliseconds

<<1112131415161718