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

  /src/tests/net/inpcb/
inpcb_bind.c 110 cleanup(int *fds, int num_fds)
112 while (num_fds-- > 0)
  /src/usr.bin/nc/
netcat.c 1069 int n, num_fds; local in function:readwrite
1118 num_fds = poll(pfd, 4, timeout);
1121 if (num_fds == -1) {
1127 if (num_fds == 0)

Completed in 11 milliseconds