/src/sys/compat/sunos32/ |
sunos32_ioctl.c | 746 struct oifconf ifcf; local in function:sunos32_sys_ioctl 755 error = copyin(SCARG_P32(uap, data), &ifcf, sizeof(ifcf)); 759 &ifcf, l); 762 return copyout(&ifcf, SCARG_P32(uap, data), sizeof(ifcf));
|
sunos32_ioctl.c | 746 struct oifconf ifcf; local in function:sunos32_sys_ioctl 755 error = copyin(SCARG_P32(uap, data), &ifcf, sizeof(ifcf)); 759 &ifcf, l); 762 return copyout(&ifcf, SCARG_P32(uap, data), sizeof(ifcf));
|
sunos32_ioctl.c | 746 struct oifconf ifcf; local in function:sunos32_sys_ioctl 755 error = copyin(SCARG_P32(uap, data), &ifcf, sizeof(ifcf)); 759 &ifcf, l); 762 return copyout(&ifcf, SCARG_P32(uap, data), sizeof(ifcf));
|
sunos32_ioctl.c | 746 struct oifconf ifcf; local in function:sunos32_sys_ioctl 755 error = copyin(SCARG_P32(uap, data), &ifcf, sizeof(ifcf)); 759 &ifcf, l); 762 return copyout(&ifcf, SCARG_P32(uap, data), sizeof(ifcf));
|