/src/sys/compat/ultrix/ |
ultrix_ioctl.c | 722 struct ifconf ifconfarg; local in function:ultrix_sys_ioctl 731 error = copyin(SCARG(&ap, data), &ifconfarg, 732 sizeof(ifconfarg)); 737 &ifconfarg, l); 741 return copyout(&ifconfarg, SCARG(&ap, data), 742 sizeof(ifconfarg));
|
ultrix_ioctl.c | 722 struct ifconf ifconfarg; local in function:ultrix_sys_ioctl 731 error = copyin(SCARG(&ap, data), &ifconfarg, 732 sizeof(ifconfarg)); 737 &ifconfarg, l); 741 return copyout(&ifconfarg, SCARG(&ap, data), 742 sizeof(ifconfarg));
|
ultrix_ioctl.c | 722 struct ifconf ifconfarg; local in function:ultrix_sys_ioctl 731 error = copyin(SCARG(&ap, data), &ifconfarg, 732 sizeof(ifconfarg)); 737 &ifconfarg, l); 741 return copyout(&ifconfarg, SCARG(&ap, data), 742 sizeof(ifconfarg));
|