Searched defs:drmach_to_putmsg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c1385 clock_t drmach_to_putmsg; /* set in drmach_mbox_init */ variable
1389 * Normally, drmach_to_putmsg is set dynamically during initialization in
1392 * dynamic setting of drmach_to_putmsg (thereby allowing it to be tuned in
1987 drmach_to_putmsg);
2464 cmn_err(CE_NOTE, "!using tuned drmach_to_putmsg = 0x%lx\n",
2465 drmach_to_putmsg);
2470 drmach_to_putmsg = 60000;
2472 drmach_to_putmsg = mboxsc_putmsg_def_timeout() * 6;
2475 mbxtoz.max_timeout, drmach_to_putmsg);

Completed in 84 milliseconds