Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c703 struct mc_memconf mcmemconf; in init_mc() local
751 if (ioctl(fd, MCIOC_MEMCONF, &mcmemconf) == -1) { in init_mc()
756 nsegments = mcmemconf.nsegments; in init_mc()
757 nbanks = mcmemconf.nbanks; in init_mc()
758 ndevgrps = mcmemconf.ndevgrps; in init_mc()
759 ndevs = mcmemconf.ndevs; in init_mc()
760 transfersize = mcmemconf.xfer_size; in init_mc()