Searched defs:npfd (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ssh-agent.c | 2035 after_poll(struct pollfd *pfd, size_t npfd, u_int maxfds) in after_poll() 2092 size_t i, j, npfd = 0; in prepare_poll() local 2231 size_t npfd = 0; in main() local
|
H A D | channels.c | 2697 struct pollfd *pfd, u_int npfd) in channel_prepare_pollfd() 2803 u_int i, oalloc, p, npfd = npfd_reserved; in channel_prepare_poll() local 2840 fd_ready(Channel *c, int p, struct pollfd *pfds, u_int npfd, int fd, in fd_ready() 2868 channel_after_poll(struct ssh *ssh, struct pollfd *pfd, u_int npfd) in channel_after_poll()
|
H A D | sshd.c | 1142 int i, j, ret, npfd; local
|