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

/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c88 static int wd_pat_thr_priority = -1; variable
156 wd_pat_thr_priority = strtol(value,
550 if (wd_pat_thr_priority < 0 || wd_pat_thr_priority > 59) {
551 wd_pat_thr_priority = WD_DEFAULT_THREAD_PRIORITY;
559 rtp->rt_pri = wd_pat_thr_priority;

Completed in 103 milliseconds