Home
last modified time | relevance | path

Searched refs:wd2_run_state (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c331 wd_data.wd2_run_state = stat; in wd_picl_update_state()
335 wd_data.wd2_run_state = stat; in wd_picl_update_state()
756 wd2_state = wd_data.wd2_run_state; in wd_worker_function()
996 *present_status = wd_data.wd2_run_state; in wd_get_wd2_status()
997 if (wd_data.wd2_run_state != WD_ARMED) { in wd_get_wd2_status()
1016 *present_status = wd_data.wd2_run_state = WD_EXPIRED; in wd_get_wd2_status()
1726 wd_data.wd2_run_state != WD_DISARMED) { in wd_write_action()
1786 wd_data.wd2_run_state != WD_DISARMED) { in wd_write_timeout()
H A Dpiclwatchdog.h150 uint8_t wd2_run_state; /* L2 status */ member