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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dntwdt.c90 * ntwdt_watchdog_flags and macros to set/clear one bit in it.
114 uint32_t ntwdt_watchdog_flags; member in struct:ntwdt_runstate
659 if ((ntwdt_state->ntwdt_watchdog_flags & NTWDT_FLAG_SKIP_CYCLIC) != 0) {
660 ntwdt_state->ntwdt_watchdog_flags &= ~NTWDT_FLAG_SKIP_CYCLIC;
717 ntwdt_state->ntwdt_watchdog_flags |= NTWDT_FLAG_SKIP_CYCLIC;
719 ntwdt_state->ntwdt_watchdog_flags &= ~NTWDT_FLAG_SKIP_CYCLIC;
760 ntwdt_state->ntwdt_watchdog_flags = 0;

Completed in 58 milliseconds