sunos32_ioctl.c | 1085 struct sunos_flock ifl; local in function:sunos32_sys_fcntl 1088 error = copyin(SCARG_P32(uap, arg), &ifl, sizeof ifl); 1091 sunos_to_bsd_flock(&ifl, &fl); 1098 bsd_to_sunos_flock(&fl, &ifl); 1099 return copyout(&ifl, SCARG_P32(uap, arg), sizeof ifl);
|