Lines Matching refs:nmcs
107 static int nmcs = 0;
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) {
739 mcctrlconf_in.nmcs = nmcs;
754 size = sizeof (struct mc_ctrlconf) + ((nmcs - 1) *
758 mcctrlconf->nmcs = nmcs;
769 ASSERT(i == nmcs);
928 nmcs++;
1795 nmcs--;