Searched refs:lpse6 (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c2272 struct l_pselect6arg lpse6; local
2282 error = copyin(args->sig, &lpse6, sizeof(lpse6));
2285 if (lpse6.ss_len != sizeof(l_ss))
2287 if (lpse6.ss != 0) {
2288 error = copyin(PTRIN(lpse6.ss), &l_ss,

Completed in 129 milliseconds