Home
last modified time | relevance | path

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

/freebsd/sys/amd64/linux32/
H A Dlinux32_machdep.c253 struct linux_select_args newsel; in linux_old_select() local
260 newsel.nfds = linux_args.nfds; in linux_old_select()
261 newsel.readfds = PTRIN(linux_args.readfds); in linux_old_select()
262 newsel.writefds = PTRIN(linux_args.writefds); in linux_old_select()
263 newsel.exceptfds = PTRIN(linux_args.exceptfds); in linux_old_select()
264 newsel.timeout = PTRIN(linux_args.timeout); in linux_old_select()
265 return (linux_select(td, &newsel)); in linux_old_select()