Home
last modified time | relevance | path

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

/netbsd/src/sys/compat/linux32/common/
Dlinux32_unistd.c79 static int linux32_select1(struct lwp *, register_t *,
126 return linux32_select1(l, retval, SCARG(uap, nfds), in linux32_sys_select()
145 return linux32_select1(l, retval, lsp32.nfds, in linux32_sys_oldselect()
151 linux32_select1(struct lwp *l, register_t *retval, int nfds, in linux32_select1() function