Home
last modified time | relevance | path

Searched refs:DR_UNUM2SBD_UNUM (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/sun4u/ngdr/io/
H A Ddr_cpu.c295 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 Ddr.c2869 bp->b_path, name, DR_UNUM2SBD_UNUM(unum, nt)); in dr_dev_found()
/titanic_44/usr/src/uts/i86pc/io/dr/
H A Ddr_cpu.c648 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 Ddr.c2838 bp->b_path, name, DR_UNUM2SBD_UNUM(unum, nt)); in dr_dev_found()
/titanic_44/usr/src/uts/sun4u/ngdr/sys/
H A Ddr.h195 #define DR_UNUM2SBD_UNUM(n, d) ((d == SBD_COMP_IO) ? (n & 0xf) : \ macro
/titanic_44/usr/src/uts/i86pc/sys/
H A Ddr.h227 #define DR_UNUM2SBD_UNUM(n, d) \ macro