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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dntwdt.c240 ntwdt_state_t *ntwdt_ptr = NULL; /* pointer to ntwdt_runstatep */
241 ntwdt_runstate_t *ntwdt_runstatep = NULL; local
280 ntwdt_runstatep = ntwdt_ptr->ntwdt_run_state;
283 &ntwdt_runstatep->ntwdt_runstate_mtx_cookie) != DDI_SUCCESS) {
288 mutex_init(&ntwdt_runstatep->ntwdt_runstate_mutex,
291 (void *)ntwdt_runstatep->ntwdt_runstate_mtx_cookie);
295 ntwdt_runstatep->ntwdt_cyclic_interval = NTWDT_CYCLIC_INTERVAL;
298 hdlr = &ntwdt_runstatep->ntwdt_cycl_hdlr;
331 mutex_destroy(&ntwdt_runstatep->ntwdt_runstate_mutex);
334 kmem_free(ntwdt_runstatep, sizeo
[all...]

Completed in 57 milliseconds