Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dchannels.c2755 u_int *npfd_activep, u_int npfd_reserved, struct timespec *timeout) in channel_prepare_poll() argument
2758 u_int i, oalloc, p, npfd = npfd_reserved; in channel_prepare_poll()
2768 if (sc->channels_alloc >= (INT_MAX / 4) - npfd_reserved) in channel_prepare_poll()
2776 *npfd_activep = npfd_reserved; in channel_prepare_poll()
2788 p = npfd_reserved; in channel_prepare_poll()