Searched defs:mcctrlconf_in (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c441 struct mc_ctrlconf *mcctrlconf, mcctrlconf_in; local
656 if (copyin((void *)arg, &mcctrlconf_in,
657 sizeof (mcctrlconf_in)) != 0)
661 if (mcctrlconf_in.nmcs < nmcs) {
662 mcctrlconf_in.nmcs = nmcs;
664 if (copyout(&mcctrlconf_in, (void *)arg,
665 sizeof (mcctrlconf_in)))
H A Dmc-us3.c501 struct mc_ctrlconf *mcctrlconf, mcctrlconf_in; local
733 if (copyin((void *)arg, &mcctrlconf_in,
738 if (mcctrlconf_in.nmcs < nmcs) {
739 mcctrlconf_in.nmcs = nmcs;
740 if (copyout(&mcctrlconf_in, (void *)arg,

Completed in 219 milliseconds