Searched refs:ntwdt_state (Results 1 – 1 of 1) sorted by relevance
141 static void ntwdt_arm_watchdog(ntwdt_runstate_t *ntwdt_state);474 ntwdt_runstate_t *ntwdt_state; in ntwdt_ioctl() local483 ntwdt_state = ntwdt_ptr->ntwdt_run_state; in ntwdt_ioctl()487 mutex_enter(&ntwdt_state->ntwdt_runstate_mutex); in ntwdt_ioctl()488 lom_dogstate.reset_enable = ntwdt_state->ntwdt_reset_enabled; in ntwdt_ioctl()489 lom_dogstate.dog_enable = ntwdt_state->ntwdt_watchdog_enabled; in ntwdt_ioctl()490 lom_dogstate.dog_timeout = ntwdt_state->ntwdt_watchdog_timeout; in ntwdt_ioctl()491 mutex_exit(&ntwdt_state->ntwdt_runstate_mutex); in ntwdt_ioctl()509 ntwdt_state->ntwdt_watchdog_timeout)); in ntwdt_ioctl()522 mutex_enter(&ntwdt_state->ntwdt_runstate_mutex); in ntwdt_ioctl()[all …]