Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.c2607 u_int i, oalloc; in channel_handler() local
2612 for (i = 0, oalloc = sc->channels_alloc; i < oalloc; i++) { in channel_handler()
2668 u_int i, oalloc; in channel_before_prepare_io() local
2670 for (i = 0, oalloc = sc->channels_alloc; i < oalloc; i++) { in channel_before_prepare_io()
2803 u_int i, oalloc, p, npfd = npfd_reserved; in channel_prepare_poll() local
2822 oalloc = sc->channels_alloc; in channel_prepare_poll()
2826 if (oalloc != sc->channels_alloc) { in channel_prepare_poll()
2829 "(was %u, now %u)", oalloc, sc->channels_alloc); in channel_prepare_poll()