Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c458 mcmconf.ndevgrps = NDGRPS_PER_MC; in mc_ioctl()
728 if ((mccontrol_in.ndevgrps < mcport->ndevgrps) || in mc_ioctl()
729 (mcport->ndevgrps == 0)) { in mc_ioctl()
730 mccontrol_in.ndevgrps = mcport->ndevgrps; in mc_ioctl()
735 else if (mcport->ndevgrps != 0) in mc_ioctl()
746 mccontrol->ndevgrps = mcport->ndevgrps; in mc_ioctl()
1135 if (mctrl->ndevgrps == 0) in mc_logical_layout()
1146 if (mctrl->ndevgrps == NDGRPS_PER_MC && in mc_logical_layout()
1160 for (i = 0; i < mctrl->ndevgrps; i++) { in mc_logical_layout()
1337 mctrl->ndevgrps++; in mc_construct()
[all …]
H A Dmc-us3.c518 mcmconf.ndevgrps = NDGRPS; in mc_ioctl()
805 if ((mccontrol_in.ndevgrps < mcport->ndevgrps) || in mc_ioctl()
806 (mcport->ndevgrps == 0)) { in mc_ioctl()
807 mccontrol_in.ndevgrps = mcport->ndevgrps; in mc_ioctl()
811 else if (mcport->ndevgrps != 0) in mc_ioctl()
823 mccontrol->ndevgrps = mcport->ndevgrps; in mc_ioctl()
824 for (i = 0; i < mcport->ndevgrps; i++) { in mc_ioctl()
1507 mctrl->ndevgrps = 0; in mc_construct()
1555 mctrl->ndevgrps = NDGRPS; in mc_construct()
1792 ndevgrps = mctrl->ndevgrps; in mlayout_del()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c113 static int ndevgrps; /* The max. number of device groups per mc */ variable
577 if ((mccontrol = alloca((ndevgrps - 1) * in create_physical_tree()
582 mccontrol->ndevgrps = ndevgrps; in create_physical_tree()
595 if (mccontrol->ndevgrps == 0) in create_physical_tree()
601 for (i = 0; i < mccontrol->ndevgrps; i++) { in create_physical_tree()
758 ndevgrps = mcmemconf.ndevgrps; in init_mc()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmc.h87 int ndevgrps; /* The max. number of device groups per mc */ member
123 int ndevgrps; /* The number of device groups on this mc */ member
H A Dmc-us3.h122 int ndevgrps; /* The number of dimm groups */ member
H A Dmc-us3i.h150 int ndevgrps; /* The number of dimm groups */ member