Searched refs:rootnex_state (Results 1 – 1 of 1) sorted by relevance
140 static rootnex_state_t *rootnex_state; variable426 rootnex_state = NULL; in _init()480 ASSERT(rootnex_state == NULL); in rootnex_attach()481 rootnex_state = kmem_zalloc(sizeof (rootnex_state_t), KM_SLEEP); in rootnex_attach()483 rootnex_state->r_dip = dip; in rootnex_attach()484 rootnex_state->r_err_ibc = (ddi_iblock_cookie_t)ipltospl(15); in rootnex_attach()485 rootnex_state->r_reserved_msg_printed = B_FALSE; in rootnex_attach()487 rootnex_cnt = &rootnex_state->r_counters[0]; in rootnex_attach()498 ddi_fm_init(dip, &fmcap, &rootnex_state->r_err_ibc); in rootnex_attach()503 kmem_free(rootnex_state, sizeof (rootnex_state_t)); in rootnex_attach()[all …]