Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/io/
H A Dmc-us3i.c112 static int nmcs = 0; variable
309 if (nmcs == 1) { in mc_attach()
375 if (nmcs == 0) { in mc_detach()
404 if (nmcs == 0) { in mc_open()
455 mcmconf.nmcs = nmcs; in mc_ioctl()
661 if (mcctrlconf_in.nmcs < nmcs) { in mc_ioctl()
662 mcctrlconf_in.nmcs = nmcs; in mc_ioctl()
677 size = sizeof (*mcctrlconf) + ((nmcs - 1) * in mc_ioctl()
681 mcctrlconf->nmcs = nmcs; in mc_ioctl()
692 ASSERT(i == nmcs); in mc_ioctl()
[all …]
H A Dmc-us3.c107 static int nmcs = 0; variable
330 if (nmcs == 1) { in mc_attach()
434 if (nmcs == 0) { in mc_detach()
515 mcmconf.nmcs = nmcs; in mc_ioctl()
738 if (mcctrlconf_in.nmcs < nmcs) { in mc_ioctl()
739 mcctrlconf_in.nmcs = nmcs; in mc_ioctl()
754 size = sizeof (struct mc_ctrlconf) + ((nmcs - 1) * in mc_ioctl()
758 mcctrlconf->nmcs = nmcs; in mc_ioctl()
769 ASSERT(i == nmcs); in mc_ioctl()
928 nmcs++; in mc_get_mcregs()
[all …]
/titanic_50/usr/src/uts/sun4u/sys/
H A Dmc.h84 int nmcs; /* The number of enabled memory controllers */ member
117 int nmcs; /* The number of enabled memory controllers */ member
/titanic_50/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_ecache.c80 mcc.nmcs = 0; in ecache_scan_dir()
82 mcc.nmcs == 0) { in ecache_scan_dir()