Searched refs:hwd_sb (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/opl/oplhwd/ |
H A D | oplhwd.c | 306 hwd_sb_t hwd_sb; local 319 bzero(&hwd_sb, sizeof (hwd_sb_t)); 350 if (mdb_vread(&hwd_sb, sizeof (hwd_sb_t), (uintptr_t)sbp) == -1) { 436 \tPSB =0x%x\n", hwd_sb.sb_status, 437 hwd_stat_decode(hwd_sb.sb_status), 438 hwd_sb.sb_mode, (hwd_sb.sb_mode == 0 ? "PSB" : "XSB"), 439 hwd_sb.sb_psb_number); 445 cmup = &hwd_sb.sb_cmu.cmu_ch; 505 scp = &hwd_sb [all...] |
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 1980 hwd_sb_t *hwd_sb = NULL; local 2006 if ((hwd_sb = (hwd_sb_t *)((char *)hwd_h + hwd_h->hdr_sb_info_offset)) 2013 if (copyout((void *)&hwd_sb->sb_cmu.cmu_ch, 2022 if (copyout((void *)&hwd_sb->sb_pci_ch[ch].pci_leaf[leaf],
|
Completed in 80 milliseconds