Searched refs:min_timeout (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dmboxsc.h76 clock_t min_timeout; member in struct:mboxsc_timeout_range
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsckmdrv.c229 if (sckm_getmsg_timeout < timeout_range.min_timeout) {
230 sckm_getmsg_timeout = timeout_range.min_timeout;
H A Dschpc.c300 if (schpc_timeout_putmsg < schpc_putmsg_timeout_range.min_timeout) {
301 schpc_timeout_putmsg = schpc_putmsg_timeout_range.min_timeout;
341 if (schpc_timeout_getmsg < schpc_getmsg_timeout_range.min_timeout) {
342 schpc_timeout_getmsg = schpc_getmsg_timeout_range.min_timeout;
353 if (schpc_timeout_event < schpc_getmsg_timeout_range.min_timeout) {
354 schpc_timeout_event = schpc_getmsg_timeout_range.min_timeout;
H A Dmboxsc.c1281 rangep->min_timeout = MBOXSC_PUTMSG_MIN_TIMEOUT_MSECS;
1300 rangep->min_timeout = MBOXSC_GETMSG_MIN_TIMEOUT_MSECS;
H A Ddrmach.c2474 " is 0x%lx\n", mbxtoz.min_timeout,

Completed in 72 milliseconds