/src/sys/compat/linux32/common/ |
linux32_unistd.c | 139 struct linux32_oldselect lsp32; local in function:linux32_sys_oldselect 142 if ((error = copyin(SCARG_P32(uap, lsp), &lsp32, sizeof(lsp32))) != 0) 145 return linux32_select1(l, retval, lsp32.nfds, 146 NETBSD32PTR64(lsp32.readfds), NETBSD32PTR64(lsp32.writefds), 147 NETBSD32PTR64(lsp32.exceptfds), NETBSD32PTR64(lsp32.timeout));
|
linux32_unistd.c | 139 struct linux32_oldselect lsp32; local in function:linux32_sys_oldselect 142 if ((error = copyin(SCARG_P32(uap, lsp), &lsp32, sizeof(lsp32))) != 0) 145 return linux32_select1(l, retval, lsp32.nfds, 146 NETBSD32PTR64(lsp32.readfds), NETBSD32PTR64(lsp32.writefds), 147 NETBSD32PTR64(lsp32.exceptfds), NETBSD32PTR64(lsp32.timeout));
|