Lines Matching refs:bds
514 wnodep->bds = kmem_zalloc(sizeof (sbdp_bd_t) * boards, KM_SLEEP); in sbdp_wnode_init()
518 sbdp_bd_init(&wnodep->bds[i], i, wnode); in sbdp_wnode_init()
536 sbdp_bd_fini(&wnodep->bds[i]); in sbdp_wnode_fini()
538 kmem_free(wnodep->bds, sizeof (sbdp_bd_t) * boards); in sbdp_wnode_fini()
558 sbdp_update_bd_info(&cur->bds[board]); in sbdp_add_new_bd_info()
584 bdp = &cur->bds[board]; in sbdp_cleanup_bd()
905 bdp = &wnodep->bds[board]; in sbdp_get_bd_info()
984 bdp = &cur->bds[bd]; in sbdp_cpu_in_reset()
1016 bdp = &cur->bds[bd]; in sbdp_set_cpu_present()
1041 bdp = &cur->bds[bd]; in sbdp_is_cpu_present()
1065 bdp = &cur->bds[bd]; in sbdp_is_cpu_in_reset()