HomeSort by: relevance | last modified time | path
    Searched defs:head32 (Results 1 - 2 of 2) sorted by relevancy

  /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));

Completed in 22 milliseconds