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

/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c140 static rootnex_state_t *rootnex_state; variable
426 rootnex_state = NULL;
480 ASSERT(rootnex_state == NULL);
481 rootnex_state = kmem_zalloc(sizeof (rootnex_state_t), KM_SLEEP);
483 rootnex_state->r_dip = dip;
484 rootnex_state->r_err_ibc = (ddi_iblock_cookie_t)ipltospl(15);
485 rootnex_state->r_reserved_msg_printed = B_FALSE;
487 rootnex_cnt = &rootnex_state->r_counters[0];
498 ddi_fm_init(dip, &fmcap, &rootnex_state->r_err_ibc);
503 kmem_free(rootnex_state, sizeo
[all...]

Completed in 51 milliseconds