Home
last modified time | relevance | path

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

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