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; local
626 wdog_state = ntwdt_ptr->ntwdt_wdog_state;
633 &wdog_state->ntwdt_wdog_mtx_cookie) != DDI_SUCCESS) {
638 mutex_init(&wdog_state->ntwdt_wdog_mutex, NULL, MUTEX_DRIVER,
639 (void *)wdog_state->ntwdt_wdog_mtx_cookie);
642 mutex_init(&wdog_state->ntwdt_event_lock, NULL,
646 wdog_state->ntwdt_cyclic_interval = NANOSEC;
652 hdlr = &wdog_state->ntwdt_cycl_hdlr;
695 mutex_destroy(&wdog_state
1049 ntwdt_wdog_t *wdog_state; local
1361 ntwdt_arm_vwdt(ntwdt_wdog_t *wdog_state) argument
1378 ntwdt_swdt_to_awdt(ntwdt_wdog_t *wdog_state) argument
1444 ntwdt_wdog_t *wdog_state; local
1534 ntwdt_wdog_t *wdog_state = ntwdt_ptr->ntwdt_wdog_state; local
1580 ntwdt_wdog_t *wdog_state = ntwdt_ptr->ntwdt_wdog_state; local
1614 ntwdt_wdog_t *wdog_state = ntwdt_ptr->ntwdt_wdog_state; local
1640 ntwdt_wdog_t *wdog_state = ntwdt_ptr->ntwdt_wdog_state; local
1691 ntwdt_wdog_t *wdog_state; local
1990 ntwdt_wdog_t *wdog_state; local
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c389 char *wdog_state; local
443 &wdog_state) == DDI_PROP_SUCCESS) {
444 if (strcmp(wdog_state, "app") == 0) {
450 ddi_prop_free(wdog_state);

Completed in 73 milliseconds