Searched refs:max_timeout (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dmboxsc.h77 clock_t max_timeout; member in struct:mboxsc_timeout_range
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsckmdrv.c235 if (sckm_getmsg_timeout > timeout_range.max_timeout) {
236 sckm_getmsg_timeout = timeout_range.max_timeout;
H A Dschpc.c306 if (schpc_timeout_putmsg > schpc_putmsg_timeout_range.max_timeout) {
307 schpc_timeout_putmsg = schpc_putmsg_timeout_range.max_timeout;
347 if (schpc_timeout_getmsg > schpc_getmsg_timeout_range.max_timeout) {
348 schpc_timeout_getmsg = schpc_getmsg_timeout_range.max_timeout;
359 if (schpc_timeout_event > schpc_getmsg_timeout_range.max_timeout) {
360 schpc_timeout_event = schpc_getmsg_timeout_range.max_timeout;
H A Dmboxsc.c1282 rangep->max_timeout = MBOXSC_PUTMSG_MAX_TIMEOUT_MSECS;
1301 rangep->max_timeout = MBOXSC_GETMSG_MAX_TIMEOUT_MSECS;
H A Ddrmach.c2475 mbxtoz.max_timeout, drmach_to_putmsg);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c170 static int max_timeout = 5; /* quit after this consecutive timeouts */ variable
426 max_timeout = str2int(optarg, "max timeout", 1, -1);
1634 for (probe = 0; (probe < nprobes) && (timeouts < max_timeout);
2203 "[-Q max_timeout]\n"

Completed in 110 milliseconds