Searched refs:nmc (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dinv1.c46 char nma[100], nmb[100], nmc[100], com[100], nmd[100]; local
98 strcpy(nmc, nma);
102 strcat(nmc, ".ic");
125 fc = fopen(nmc, appflg ? "a" : "w");
H A Dhunt1.c60 char nma[100], nmb[100], nmc[100], *qitem[100], *rprog = NULL; local
147 strcpy(nmc, nmb);
151 strcat(nmc, ".ic");
167 fc = fopen(nmc, "r");
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_intel.c341 uint8_t nmc; local
357 if (nvlist_lookup_uint8(nvl, MCINTEL_NVLIST_NMEM, &nmc) == 0) {
362 nchannels = nchannels / nmc;
367 * we will set up nmc as number of controllers and convert
370 nmc = nchannels / 2;
371 nchannels = nchannels / nmc;
377 if (topo_node_range_create(mod, pnode, name, 0, nmc-1) < 0) {
383 for (i = 0; i < nmc; i++) {
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dintel_nb5000.c1426 int nmc = 0; local
1442 nmc++;
1445 nmc++;
1451 if (nmc == 0 && nb_mask_mc_set)
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c2186 int nmc; member in struct:__anon9804
2269 ASSERT(wp->nmc < SBD_NUM_MC_PER_BOARD);
2270 mp->sbm_dip[wp->nmc++] = dip;
2452 wp->nmc = 0;

Completed in 76 milliseconds