Searched refs:u_fds (Results 1 – 1 of 1) sorted by relevance
485 pollcommon(register_t *retval, struct pollfd *u_fds, u_int nfds, in pollcommon() argument513 error = copyin(u_fds, fds, ni); in pollcommon()519 error = copyout(fds, u_fds, ni); in pollcommon()