Searched defs:nfds (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-current/lib/libc/sys/
H A Dpoll.c40 poll(struct pollfd pfd[], nfds_t nfds, int timeout) argument
H A Dppoll.c40 ppoll(struct pollfd pfd[], nfds_t nfds, const struct timespec *__restrict argument
/freebsd-current/lib/libopenbsd/
H A Dgetdtablecount.c42 int nfds; local
/freebsd-current/lib/libc/gen/
H A Dftw-compat11.c37 freebsd11_ftw(const char *path, int (*fn)(const char *, const struct freebsd11_stat *, int), int nfds) argument
H A Dftw.c30 ftw(const char *path, int (*fn)(const char *, const struct stat *, int), int nfds) argument
H A Dnftw-compat11.c33 freebsd11_nftw(const char *path, int (*fn)(const char *, const struct freebsd11_stat *, int, struct FTW *), int nfds, int ftwflags) argument
H A Dnftw.c30 nftw(const char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int nfds, int ftwflags) argument
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-poll.c46 ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *tmoutp, argument
100 poll(struct pollfd *fds, nfds_t nfds, int timeout) argument
H A Dbsd-pselect.c154 pselect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, argument
/freebsd-current/tests/sys/kqueue/libkqueue/
H A Dvnode.c152 int nfds; local
180 int nfds; local
226 int nfds; local
269 int nfds; local
[all...]
H A Dmain.c30 int nfds; local
53 int nfds; local
73 int nfds; local
90 int nfds; local
[all...]
/freebsd-current/usr.bin/ident/
H A Dident.c217 size_t nfds; local
/freebsd-current/libexec/rbootd/
H A Drbootd.c71 int i, nfds = getdtablesize(); local
/freebsd-current/contrib/pf/libevent/
H A Dpoll.c61 int nfds; /* Size of event_* */ member in struct:pollop
153 int res, i, sec, nfds; local
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dpoll.c73 int nfds; /* Highest number used */ member in struct:pollop
138 int res, i, j, nfds; local
[all...]
H A Dselect.c142 int res=0, i, j, nfds; local
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DSelectHelper.cpp131 const unsigned nfds = static_cast<unsigned>(*max_fd) + 1; local
/freebsd-current/sbin/nos-tun/
H A Dnos-tun.c258 int nfds; /* Return from select() */ local
/freebsd-current/contrib/libevent/
H A Dselect.c142 int res=0, i, j, nfds; local
H A Dpoll.c73 int nfds; /* Highest number used */ member in struct:pollop
138 int res, i, j, nfds; local
[all...]
/freebsd-current/lib/libnv/
H A Dmsgio.c223 fd_package_send(int sock, const int *fds, size_t nfds) argument
272 fd_package_recv(int sock, int *fds, size_t nfds) argument
363 fd_recv(int sock, int *fds, size_t nfds) argument
395 fd_send(int sock, const int *fds, size_t nfds) argument
[all...]
/freebsd-current/sbin/dhclient/
H A Ddispatch.c155 int count, live_interfaces, i, to_msec, nfds = 0; local
/freebsd-current/usr.sbin/ppp/
H A Dmain.c543 int i, nfds, nothing_done; local
[all...]
/freebsd-current/lib/libpam/modules/pam_exec/
H A Dpam_exec.c172 nfds_t nfds, nreadfds; local
[all...]
/freebsd-current/lib/libcasper/libcasper/
H A Dservice.c422 int maxfd, nfds; local

Completed in 356 milliseconds

123