Home
last modified time | relevance | path

Searched refs:uentry (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/compat/linux/
HDlinux_futex.c1197 l_ulong uentry; in fetch_robust_entry() local
1202 error = copyin((const void *)head, &uentry, sizeof(l_ulong)); in fetch_robust_entry()
1209 *entry = (void *)(uentry & ~1UL); in fetch_robust_entry()
1210 *pi = uentry & 1; in fetch_robust_entry()