Lines Matching defs:timeout

920 				un->un_delay_tid = timeout(
929 un->un_hib_tid = timeout(st_intr_restart, un,
1974 -1, 0, UINT16_MAX, "non motion timeout",
1975 -1, 0, UINT16_MAX, "I/O timeout",
1976 -1, 0, UINT16_MAX, "space timeout",
1977 -1, 0, UINT16_MAX, "load timeout",
1978 -1, 0, UINT16_MAX, "unload timeout",
1979 -1, 0, UINT16_MAX, "erase timeout",
2420 * Decide the timeout values for several commands by sending
2594 ushort_t timeout;
2599 rval = st_get_timeouts_value(un, SCMD_ERASE, &timeout, 0);
2608 dp->erase_timeout = timeout;
2610 rval = st_get_timeouts_value(un, SCMD_READ, &timeout, 0);
2619 dp->io_timeout = timeout;
2621 rval = st_get_timeouts_value(un, SCMD_WRITE, &timeout, 0);
2630 dp->io_timeout = max(dp->io_timeout, timeout);
2632 rval = st_get_timeouts_value(un, SCMD_SPACE, &timeout, 0);
2641 dp->space_timeout = timeout;
2643 rval = st_get_timeouts_value(un, SCMD_LOAD, &timeout, 0);
2652 dp->load_timeout = timeout;
2653 dp->unload_timeout = timeout;
2655 rval = st_get_timeouts_value(un, SCMD_REWIND, &timeout, 0);
2664 dp->rewind_timeout = timeout;
2666 rval = st_get_timeouts_value(un, SCMD_INQUIRY, &timeout, 0);
2675 dp->non_motion_timeout = timeout;
2722 "command timeout is not included.\n");
2732 * bytes. If the higher 2 bytes are not zero, the timeout value is set
6498 (void) timeout(fnc, un, drv_usectohz(1000000));
6674 * Check to see if we hit the retry timeout and one last check for
6714 (void) timeout(st_start_restart, un, timeout_interval);
8699 * For really large xfers, increase timeout
9194 return; /* timeout is setup again */
9534 un->un_delay_tid = timeout(st_delayed_cv_broadcast,
9870 /* longish timeout */
9875 /* short timeout */
9885 * Save the throttle before setting up the timeout
9892 return; /* timeout is setup again */
10143 * Check to see if we hit the retry timeout. We check to make sure
10178 un->un_hib_tid = timeout(st_intr_restart, un, timeout_interval);
11330 * Check to see if we hit the retry timeout. We check to make sure
17051 int timout = ST_TRAN_BUSY_TIMEOUT; /* short (default) timeout */
17143 /* longish timeout */
17156 * Save the throttle before setting up the timeout
17163 return; /* timeout is setup again */