Searched defs:npfd (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ssh-agent.c | 2040 after_poll(struct pollfd *pfd, size_t npfd, u_int maxfds) in after_poll() 2097 size_t i, j, npfd = 0; in prepare_poll() local 2236 size_t npfd = 0; in main() local
|
H A D | sshd.c | 877 int i, ret, npfd; in server_accept_loop() local
|
H A D | channels.c | 2692 struct pollfd *pfd, u_int npfd) in channel_prepare_pollfd() 2798 u_int i, oalloc, p, npfd = npfd_reserved; in channel_prepare_poll() local 2835 fd_ready(Channel *c, int p, struct pollfd *pfds, u_int npfd, int fd, in fd_ready() 2863 channel_after_poll(struct ssh *ssh, struct pollfd *pfd, u_int npfd) in channel_after_poll()
|