sys_select.c | 133 static inline int pollscan(struct pollfd *, const int, register_t *); 295 error = pollscan((struct pollfd *)fds, nf, retval); 644 * (Or just move the copyin/out into pollscan().) 679 pollscan(struct pollfd *fds, const int nfd, register_t *retval) function in typeref:typename:int
|