Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c449 static void ntwdt_arm_vwdt(ntwdt_wdog_t *wdog_state);
580 ntwdt_wdog_t *wdog_state = NULL; in ntwdt_attach() local
626 wdog_state = ntwdt_ptr->ntwdt_wdog_state; in ntwdt_attach()
633 &wdog_state->ntwdt_wdog_mtx_cookie) != DDI_SUCCESS) { in ntwdt_attach()
638 mutex_init(&wdog_state->ntwdt_wdog_mutex, NULL, MUTEX_DRIVER, in ntwdt_attach()
639 (void *)wdog_state->ntwdt_wdog_mtx_cookie); in ntwdt_attach()
642 mutex_init(&wdog_state->ntwdt_event_lock, NULL, in ntwdt_attach()
646 wdog_state->ntwdt_cyclic_interval = NANOSEC; in ntwdt_attach()
652 hdlr = &wdog_state->ntwdt_cycl_hdlr; in ntwdt_attach()
695 mutex_destroy(&wdog_state->ntwdt_event_lock); in ntwdt_attach()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c389 char *wdog_state; in rmclomv_attach() local
443 &wdog_state) == DDI_PROP_SUCCESS) { in rmclomv_attach()
444 if (strcmp(wdog_state, "app") == 0) { in rmclomv_attach()
450 ddi_prop_free(wdog_state); in rmclomv_attach()