Searched defs:nmcs (Results 1 - 3 of 3) 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/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