Searched refs:mcmconf (Results 1 – 2 of 2) sorted by relevance
436 struct mc_memconf mcmconf; in mc_ioctl() local455 mcmconf.nmcs = nmcs; in mc_ioctl()456 mcmconf.nsegments = nsegments; in mc_ioctl()457 mcmconf.nbanks = NLOGBANKS_PER_SEG; in mc_ioctl()458 mcmconf.ndevgrps = NDGRPS_PER_MC; in mc_ioctl()459 mcmconf.ndevs = NDIMMS_PER_DGRP; in mc_ioctl()460 mcmconf.len_dev = MAX_DEVLEN; in mc_ioctl()461 mcmconf.xfer_size = TRANSFER_SIZE; in mc_ioctl()465 if (copyout(&mcmconf, (void *)arg, sizeof (mcmconf))) in mc_ioctl()
496 struct mc_memconf mcmconf; in mc_ioctl() local515 mcmconf.nmcs = nmcs; in mc_ioctl()516 mcmconf.nsegments = nsegments; in mc_ioctl()517 mcmconf.nbanks = maxbanks; in mc_ioctl()518 mcmconf.ndevgrps = NDGRPS; in mc_ioctl()519 mcmconf.ndevs = NDIMMS; in mc_ioctl()520 mcmconf.len_dev = MAX_DEVLEN; in mc_ioctl()521 mcmconf.xfer_size = TRANSFER_SIZE; in mc_ioctl()525 if (copyout(&mcmconf, (void *)arg, sizeof (struct mc_memconf))) in mc_ioctl()