Home | Sort by: relevance | last modified time | path |
/src/sys/compat/netbsd32/ | |
netbsd32_futex.c | 115 netbsd32_voidp head32; local in function:netbsd32___futex_get_robust_list 122 head32.i32 = (uintptr_t)head; 123 if (NETBSD32PTR64(head32) != head) 128 error = copyout(&head32, SCARG_P32(uap, headp), sizeof(head32)); |
netbsd32_futex.c | 115 netbsd32_voidp head32; local in function:netbsd32___futex_get_robust_list 122 head32.i32 = (uintptr_t)head; 123 if (NETBSD32PTR64(head32) != head) 128 error = copyout(&head32, SCARG_P32(uap, headp), sizeof(head32)); |