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

/illumos-gate/usr/src/uts/common/sys/
H A Dlom_priv.h244 * reset_system_on_timeout false means the microcontroller will only
248 uint8_t reset_system_on_timeout; member in struct:__anon8100
/illumos-gate/usr/src/uts/common/io/
H A Dbscv.c5556 "wdog_timeout_s %d, reset_system_on_timeout %s",
5559 ((bscv_wdog_t *)info.data)->reset_system_on_timeout ? "yes" : "no");
5563 ((bscv_wdog_t *)info.data)->reset_system_on_timeout);
5572 uint8_t reset_system_on_timeout)
5601 ssp->watchdog_reset_on_timeout = reset_system_on_timeout;
5569 bscv_write_wdog_cfg(bscv_soft_state_t *ssp, uint_t wdog_timeout_s, boolean_t enable_wdog, uint8_t reset_system_on_timeout) argument

Completed in 74 milliseconds