HomeSort by: relevance | last modified time | path
    Searched defs:pollscan (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
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
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

Completed in 23 milliseconds