netbsd32_ipc.c | 360 netbsd32_long l32; local in function:netbsd32_msgsnd_fetch_type 366 error = copyin(src, &l32, sizeof(l32)); 368 *l = l32; 392 netbsd32_long l32; local in function:netbsd32_msgrcv_put_type 397 l32 = (netbsd32_long)(*l); 398 return copyout(&l32, dst, sizeof(l32));
|