Home | History | Annotate | Download | only in netbsd32

Lines Matching defs:head

89 		syscallarg(netbsd32_voidp) head;
92 void *head = SCARG_P32(uap, head);
96 if ((uintptr_t)head % sizeof(uint32_t))
99 l->l_robust_head = (uintptr_t)head;
113 void *head;
118 error = futex_robust_head_lookup(l, SCARG(uap, lwpid), &head);
122 head32.i32 = (uintptr_t)head;
123 if (NETBSD32PTR64(head32) != head)
126 /* Copy out the head pointer and the head structure length. */