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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c116 clock_t schpc_timeout_getmsg = 60 * 1000; /* 60 seconds */ variable
341 if (schpc_timeout_getmsg < schpc_getmsg_timeout_range.min_timeout) {
342 schpc_timeout_getmsg = schpc_getmsg_timeout_range.min_timeout;
344 schpc_timeout_getmsg);
347 if (schpc_timeout_getmsg > schpc_getmsg_timeout_range.max_timeout) {
348 schpc_timeout_getmsg = schpc_getmsg_timeout_range.max_timeout;
2763 schpc_timeout_getmsg);
3131 (void *)&reply, schpc_timeout_getmsg, entry);
3231 (void *)&reply, schpc_timeout_getmsg, entry);

Completed in 84 milliseconds