Lines Matching refs:nmcs
112 static int nmcs = 0;
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 < nmcs) {
662 mcctrlconf_in.nmcs = nmcs;
677 size = sizeof (*mcctrlconf) + ((nmcs - 1) *
681 mcctrlconf->nmcs = nmcs;
692 ASSERT(i == nmcs);
1352 nmcs++;
1357 DPRINTF(MC_CNSTRC_DEBUG, ("mc_construct: nmcs %d memsize %ld"
1358 "nsegments %d\n", nmcs, memsize, nsegments));
1382 nmcs--;