Searched refs:mcctrlconf_in (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | mc-us3i.c | 441 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 D | mc-us3.c | 501 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 64 milliseconds