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.c2753 u_int *npfd_activep, u_int npfd_reserved, struct timespec *timeout) in channel_prepare_poll() argument
2756 u_int i, oalloc, p, npfd = npfd_reserved; in channel_prepare_poll()
2766 if (sc->channels_alloc >= (INT_MAX / 4) - npfd_reserved) in channel_prepare_poll()
2774 *npfd_activep = npfd_reserved; in channel_prepare_poll()
2786 p = npfd_reserved; in channel_prepare_poll()