Home
last modified time | relevance | path

Searched refs:SBD_COMP_CMP (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddr.h86 ((t) == SBD_COMP_CMP) ? 0 : DR_MAXNUM_NT)
109 ((t) == SBD_COMP_CMP) ? DEVSET_CPU_OFFSET : 0)
111 #define DEVSET_NT2DEVPOS(t, u) (((t) == SBD_COMP_CMP) ?\
128 ((t) == SBD_COMP_CMP) ? DEVSET_CPU_NMASK : 0)
139 ((t) == SBD_COMP_CMP) ? \
233 (d) == SBD_COMP_CMP ? ((n) / MAX_CORES_PER_CMP) : (n))
H A Dsbd_ioctl.h53 SBD_COMP_CMP, enumerator
/illumos-gate/usr/src/uts/sun4u/ngdr/sys/
H A Ddr.h56 ((t) == SBD_COMP_CMP) ? 0 : DR_MAXNUM_NT)
62 ((t) == SBD_COMP_CMP) ? 0 : 0)
68 ((t) == SBD_COMP_CMP) ? ((dr_devset_t)0xffffffff) : 0)
114 ((t) == SBD_COMP_CMP) ? \
201 (d == SBD_COMP_CMP) ? (n & 0x3) : \
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_cpu.c651 psp->ps_type = SBD_COMP_CMP; in dr_fill_cmp_stat()
652 psp->ps_unit = DR_UNUM2SBD_UNUM(csp->cs_unit, SBD_COMP_CMP); in dr_fill_cmp_stat()
677 SBD_COMP_CMP)); in dr_fill_cmp_stat()
733 if ((devset & DEVSET(SBD_COMP_CMP, cmp)) == 0) { in dr_cpu_status()
H A Ddr.c2386 case SBD_COMP_CMP: in dr_dev_status()
2454 if (devset & DEVSET(SBD_COMP_CMP, i)) { in dr_get_ncm()
2460 devset &= ~(DEVSET(SBD_COMP_CMP, DEVSET_ANYUNIT)); in dr_get_ncm()
2572 devset = DEVSET(SBD_COMP_CMP, unit); in dr_dev2devset()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_cpu.c698 psp->ps_type = SBD_COMP_CMP; in dr_fill_cmp_stat()
699 psp->ps_unit = DR_UNUM2SBD_UNUM(csp->cs_unit, SBD_COMP_CMP); in dr_fill_cmp_stat()
725 SBD_COMP_CMP)); in dr_fill_cmp_stat()
785 if ((devset & DEVSET(SBD_COMP_CMP, cmp)) == 0) { in dr_cpu_status()
H A Ddr.c2419 case SBD_COMP_CMP: in dr_dev_status()
2487 if (devset & DEVSET(SBD_COMP_CMP, i)) { in dr_get_ncm()
2493 devset &= ~(DEVSET(SBD_COMP_CMP, DEVSET_ANYUNIT)); in dr_get_ncm()
2604 devset = DEVSET(SBD_COMP_CMP, unit); in dr_dev2devset()
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c213 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()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_cpu.c178 psp->ps_type = SBD_COMP_CMP; in sbd_fill_cmp_stat()
281 if (DEVSET_IN_SET(devset, SBD_COMP_CMP, cmp) == 0) in sbd_cpu_flags()
299 dip = sbp->sb_devlist[NIX(SBD_COMP_CMP)][unit]; in sbd_cpu_flags()
H A Dsbd.c1388 devset = DEVSET(SBD_COMP_CMP, unit); in sbd_dev2devset()
2136 return (SBD_COMP_CMP); in get_node_type()
2214 case SBD_COMP_CMP: in sbd_setup_devlists()
3982 if (DEVSET_IN_SET(devset, SBD_COMP_CMP, c) == 0) { in sbd_cpu_cnt()
3989 if ((sbp->sb_devlist[NIX(SBD_COMP_CMP)][c] == NULL) && in sbd_cpu_cnt()
3990 (sbp->sb_devlist[NIX(SBD_COMP_CMP)][c1] == NULL)) in sbd_cpu_cnt()
4574 case SBD_COMP_CMP: in sbd_status()
4816 case SBD_COMP_CMP: in hold_rele_branch()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h277 ((t) == SBD_COMP_CMP) ? 0 : SBD_MAXNUM_NT)
426 (((t) == SBD_COMP_CMP) ? \
H A Dsbd_ioctl.h49 SBD_COMP_CMP, enumerator
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c82 { CMP_DEVNAME, "cmp", SBD_COMP_CMP },