Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_misc.c2129 struct l_pselect6arg lpse6; in linux_common_pselect6() local
2136 error = copyin(sig, &lpse6, sizeof(lpse6)); in linux_common_pselect6()
2139 error = linux_copyin_sigset(td, PTRIN(lpse6.ss), in linux_common_pselect6()
2140 lpse6.ss_len, &ss, &ssp); in linux_common_pselect6()