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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c478 if (wd_data.wd1_timeout >= 0) {
479 wd_time1 = wd_data.wd1_timeout/WD_L1_RESOLUTION;
506 if (wd_data.wd1_timeout == -1) {
571 switch (wd_data.wd1_timeout) {
610 if (wd_data.wd1_timeout > WD_PAT_TIME) {
613 pat_time = wd_data.wd1_timeout - 80;
623 sleep_time = wd_data.wd1_timeout - pat_time;
625 if (wd_data.wd1_timeout <= 0 || sleep_time <= 0) {
776 if (wd_data.wd1_timeout >= 0) {
844 if (wd_data.wd1_timeout >
[all...]
H A Dpiclwatchdog.h152 int32_t wd1_timeout; /* L1 timeout */ member in struct:__anon1232

Completed in 55 milliseconds