linux32_ipccall.c | 292 struct linux32_semid64_ds ls64; local in function:linux32_semctl 312 error = copyin(NETBSD32PTR64(lsem.l_buf), &ls64, 313 sizeof ls64); 314 linux32_to_bsd_semid64_ds(&ls64, &bs); 366 bsd_to_linux32_semid64_ds(&bs, &ls64); 367 error = copyout(&ls64, NETBSD32PTR64(lsem.l_buf), sizeof ls64); 665 struct linux32_shmid64_ds ls64; local in function:linux32_shmctl 680 bsd_to_linux32_shmid64_ds(&bs, &ls64); 681 error = copyout(&ls64, SCARG_P32(uap, ptr), sizeof ls64) [all...] |