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

/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/sys/
H A Dmboxsc.h77 clock_t max_timeout; member in struct:mboxsc_timeout_range
/opensolaris-onvv-gate/usr/src/cmd/fps/fpsd/
H A Dfpsd_sched.c136 int max_timeout; local
195 max_timeout = fpsd.d_interval * 1000;
196 while (elapsed_time < max_timeout) {
/opensolaris-onvv-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.c1283 rangep->max_timeout = MBOXSC_PUTMSG_MAX_TIMEOUT_MSECS;
1302 rangep->max_timeout = MBOXSC_GETMSG_MAX_TIMEOUT_MSECS;
H A Ddrmach.c2466 mbxtoz.max_timeout, drmach_to_putmsg);
/opensolaris-onvv-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 107 milliseconds