HomeSort by: relevance | last modified time | path
    Searched defs:npfd_active (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
serverloop.c 352 u_int npfd_alloc = 0, npfd_active = 0; local
393 &pfd, &npfd_alloc, &npfd_active, &osigset,
398 channel_after_poll(ssh, pfd, npfd_active);
clientloop.c 1458 u_int npfd_alloc = 0, npfd_active = 0; local
1601 &npfd_active, channel_did_enqueue, &osigset,
1610 channel_after_poll(ssh, pfd, npfd_active);

Completed in 28 milliseconds