Searched refs:DR_UNUM2SBD_UNUM (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_cpu.c | 295 curr_cpu = DR_UNUM2SBD_UNUM(up->sbc_cm.sbdev_unum, in dr_pre_attach_cpu() 568 curr_cpu = DR_UNUM2SBD_UNUM(up->sbc_cm.sbdev_unum, in dr_pre_detach_cpu() 711 psp->ps_unit = DR_UNUM2SBD_UNUM(csp->cs_unit, SBD_COMP_CMP); in dr_fill_cmp_stat() 736 ASSERT(psp->ps_unit == DR_UNUM2SBD_UNUM(csp[core].cs_unit, in dr_fill_cmp_stat()
|
H A D | dr.c | 2869 bp->b_path, name, DR_UNUM2SBD_UNUM(unum, nt)); in dr_dev_found()
|
/titanic_44/usr/src/uts/i86pc/io/dr/ |
H A D | dr_cpu.c | 648 psp->ps_unit = DR_UNUM2SBD_UNUM(csp->cs_unit, SBD_COMP_CMP); in dr_fill_cmp_stat() 672 ASSERT(psp->ps_unit == DR_UNUM2SBD_UNUM(csp[core].cs_unit, in dr_fill_cmp_stat()
|
H A D | dr.c | 2838 bp->b_path, name, DR_UNUM2SBD_UNUM(unum, nt)); in dr_dev_found()
|
/titanic_44/usr/src/uts/sun4u/ngdr/sys/ |
H A D | dr.h | 195 #define DR_UNUM2SBD_UNUM(n, d) ((d == SBD_COMP_IO) ? (n & 0xf) : \ macro
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | dr.h | 227 #define DR_UNUM2SBD_UNUM(n, d) \ macro
|