Home
last modified time | relevance | path

Searched refs:sopoll (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dsocketvar.h528 int sopoll(struct socket *so, int events, struct ucred *active_cred,
/freebsd/sys/kern/
H A Dsys_socket.c291 return (sopoll(so, events, fp->f_cred, td)); in soo_poll()
H A Dsys_generic.c1798 if (sopoll(so, events, NULL, td) != 0) { in selsocket()
H A Duipc_socket.c4393 sopoll(struct socket *so, int events, struct ucred *active_cred, function