Searched refs:nmcs (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmc.h84 int nmcs; /* The number of enabled memory controllers */ member in struct:mc_memconf
117 int nmcs; /* The number of enabled memory controllers */ member in struct:mc_ctrlconf
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_ecache.c80 mcc.nmcs = 0;
82 mcc.nmcs == 0) {
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c112 static int nmcs = 0; variable
309 if (nmcs == 1) {
375 if (nmcs == 0) {
404 if (nmcs == 0) {
455 mcmconf.nmcs = nmcs;
647 * input: nmcs and allocate space for various length of mcids
651 * EINVAL: if the given nmcs is less than that in kernel and
652 * nmcs of struct will be updated.
661 if (mcctrlconf_in.nmcs < nmc
[all...]
H A Dmc-us3.c107 static int nmcs = 0; variable
330 if (nmcs == 1) {
434 if (nmcs == 0) {
515 mcmconf.nmcs = nmcs;
724 * input: nmcs and allocate space for various length of mcids
728 * EINVAL: if the given nmcs is less than that in kernel and
729 * nmcs of struct will be updated.
738 if (mcctrlconf_in.nmcs < nmcs) {
[all...]

Completed in 63 milliseconds