/src/sys/compat/sunos/ |
sunos_ioctl.c | 1055 struct sunos_flock ifl; local in function:sunos_sys_fcntl 1058 error = copyin(SCARG(uap, arg), &ifl, sizeof ifl); 1061 sunos_to_bsd_flock(&ifl, &fl); 1071 bsd_to_sunos_flock(&fl, &ifl); 1073 return copyout(&ifl, SCARG(uap, arg), sizeof ifl);
|
sunos_ioctl.c | 1055 struct sunos_flock ifl; local in function:sunos_sys_fcntl 1058 error = copyin(SCARG(uap, arg), &ifl, sizeof ifl); 1061 sunos_to_bsd_flock(&ifl, &fl); 1071 bsd_to_sunos_flock(&fl, &ifl); 1073 return copyout(&ifl, SCARG(uap, arg), sizeof ifl);
|
/src/sys/compat/sunos32/ |
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);
|
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);
|