Searched refs:SBD_COMP_CMP (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | dr.h | 82 ((t) == SBD_COMP_CMP) ? 0 : DR_MAXNUM_NT) 105 ((t) == SBD_COMP_CMP) ? DEVSET_CPU_OFFSET : 0) 107 #define DEVSET_NT2DEVPOS(t, u) (((t) == SBD_COMP_CMP) ?\ 124 ((t) == SBD_COMP_CMP) ? DEVSET_CPU_NMASK : 0) 135 ((t) == SBD_COMP_CMP) ? \ 229 (d) == SBD_COMP_CMP ? ((n) / MAX_CORES_PER_CMP) : (n))
|
H A D | sbd_ioctl.h | 50 SBD_COMP_CMP, enumerator
|
/titanic_44/usr/src/uts/sun4u/ngdr/sys/ |
H A D | dr.h | 52 ((t) == SBD_COMP_CMP) ? 0 : DR_MAXNUM_NT) 58 ((t) == SBD_COMP_CMP) ? 0 : 0) 64 ((t) == SBD_COMP_CMP) ? ((dr_devset_t)0xffffffff) : 0) 110 ((t) == SBD_COMP_CMP) ? \ 197 (d == SBD_COMP_CMP) ? (n & 0x3) : \
|
/titanic_44/usr/src/uts/i86pc/io/dr/ |
H A D | dr_cpu.c | 647 psp->ps_type = SBD_COMP_CMP; in dr_fill_cmp_stat() 648 psp->ps_unit = DR_UNUM2SBD_UNUM(csp->cs_unit, SBD_COMP_CMP); in dr_fill_cmp_stat() 673 SBD_COMP_CMP)); in dr_fill_cmp_stat() 729 if ((devset & DEVSET(SBD_COMP_CMP, cmp)) == 0) { in dr_cpu_status()
|
H A D | dr.c | 2385 case SBD_COMP_CMP: in dr_dev_status() 2453 if (devset & DEVSET(SBD_COMP_CMP, i)) { in dr_get_ncm() 2459 devset &= ~(DEVSET(SBD_COMP_CMP, DEVSET_ANYUNIT)); in dr_get_ncm() 2571 devset = DEVSET(SBD_COMP_CMP, unit); in dr_dev2devset()
|
/titanic_44/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_cpu.c | 710 psp->ps_type = SBD_COMP_CMP; in dr_fill_cmp_stat() 711 psp->ps_unit = DR_UNUM2SBD_UNUM(csp->cs_unit, SBD_COMP_CMP); in dr_fill_cmp_stat() 737 SBD_COMP_CMP)); in dr_fill_cmp_stat() 797 if ((devset & DEVSET(SBD_COMP_CMP, cmp)) == 0) { in dr_cpu_status()
|
H A D | dr.c | 2418 case SBD_COMP_CMP: in dr_dev_status() 2486 if (devset & DEVSET(SBD_COMP_CMP, i)) { in dr_get_ncm() 2492 devset &= ~(DEVSET(SBD_COMP_CMP, DEVSET_ANYUNIT)); in dr_get_ncm() 2603 devset = DEVSET(SBD_COMP_CMP, unit); in dr_dev2devset()
|
/titanic_44/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_sbd.c | 213 case SBD_COMP_CMP: in ap_cm_tgt() 783 case SBD_COMP_CMP: in ap_dev_type() 897 case SBD_COMP_CMP: in ap_cm_type() 922 case SBD_COMP_CMP: in ap_cm_ncap() 963 case SBD_COMP_CMP: { in ap_cm_capacity()
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | sbd_cpu.c | 176 psp->ps_type = SBD_COMP_CMP; in sbd_fill_cmp_stat() 279 if (DEVSET_IN_SET(devset, SBD_COMP_CMP, cmp) == 0) in sbd_cpu_flags() 297 dip = sbp->sb_devlist[NIX(SBD_COMP_CMP)][unit]; in sbd_cpu_flags()
|
H A D | sbd.c | 1393 devset = DEVSET(SBD_COMP_CMP, unit); in sbd_dev2devset() 2151 return (SBD_COMP_CMP); in get_node_type() 2229 case SBD_COMP_CMP: in sbd_setup_devlists() 4002 if (DEVSET_IN_SET(devset, SBD_COMP_CMP, c) == 0) { in sbd_cpu_cnt() 4009 if ((sbp->sb_devlist[NIX(SBD_COMP_CMP)][c] == NULL) && in sbd_cpu_cnt() 4010 (sbp->sb_devlist[NIX(SBD_COMP_CMP)][c1] == NULL)) in sbd_cpu_cnt() 4597 case SBD_COMP_CMP: in sbd_status() 4840 case SBD_COMP_CMP: in hold_rele_branch()
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | sbdpriv.h | 277 ((t) == SBD_COMP_CMP) ? 0 : SBD_MAXNUM_NT) 426 (((t) == SBD_COMP_CMP) ? \
|
H A D | sbd_ioctl.h | 46 SBD_COMP_CMP, enumerator
|
/titanic_44/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp.c | 82 { CMP_DEVNAME, "cmp", SBD_COMP_CMP },
|