Searched refs:doppoll (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/kern/ |
H A D | sys_generic.c | 90 int doppoll(struct proc *, struct pollfd *, u_int, struct timespec *, 879 return (doppoll(p, SCARG(uap, fds), SCARG(uap, nfds), tsp, NULL, in sys_poll() 915 return (doppoll(p, SCARG(uap, fds), SCARG(uap, nfds), tsp, ssp, in sys_ppoll() 920 doppoll(struct proc *p, struct pollfd *fds, u_int nfds, in doppoll() function
|