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

123

/freebsd-10.3-release/lib/libc/sys/
H A Dpoll.c44 poll(struct pollfd pfd[], nfds_t nfds, int timeout) argument
H A Dppoll.c44 ppoll(struct pollfd pfd[], nfds_t nfds, const struct timespec *__restrict argument
/freebsd-10.3-release/lib/libkse/thread/
H A Dthr_poll.c52 __poll(struct pollfd *fds, unsigned int nfds, int timeout) argument
/freebsd-10.3-release/contrib/apr/network_io/unix/
H A Dsocket_util.c24 apr_int32_t nfds; local
/freebsd-10.3-release/lib/libc/gen/
H A Dftw.c33 ftw(const char *path, int (*fn)(const char *, const struct stat *, int), int nfds) argument
H A Dnftw.c33 nftw(const char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int nfds, int ftwflags) argument
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-poll.c43 poll(struct pollfd *fds, nfds_t nfds, int timeout) argument
/freebsd-10.3-release/tests/sys/kqueue/
H A Dvnode.c97 int nfds; local
125 int nfds; local
171 int nfds; local
214 int nfds; local
[all...]
H A Dmain.c41 int nfds; local
59 int nfds; local
/freebsd-10.3-release/libexec/rbootd/
H A Drbootd.c85 int i, nfds = getdtablesize(); local
/freebsd-10.3-release/contrib/ntp/sntp/libevent/
H A Dpoll.c62 int nfds; /* Highest number used */ member in struct:pollop
127 int res, i, j, nfds; local
[all...]
H A Dselect.c142 int res=0, i, j, nfds; local
/freebsd-10.3-release/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-10.3-release/lib/libnv/
H A Dmsgio.c240 fd_package_send(int sock, const int *fds, size_t nfds) argument
289 fd_package_recv(int sock, int *fds, size_t nfds) argument
357 fd_recv(int sock, int *fds, size_t nfds) argument
389 fd_send(int sock, const int *fds, size_t nfds) argument
[all...]
/freebsd-10.3-release/sbin/nos-tun/
H A Dnos-tun.c261 int nfds; /* Return from select() */ local
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DConnectionFileDescriptor.cpp749 const int nfds = std::max<int>(data_fd, pipe_fd) + 1; local
[all...]
/freebsd-10.3-release/lib/libc/net/
H A Drcmd.c223 int nfds; local
/freebsd-10.3-release/sbin/dhclient/
H A Ddispatch.c147 int count, live_interfaces, i, to_msec, nfds = 0; local
/freebsd-10.3-release/usr.bin/rsh/
H A Drsh.c245 int nfds, srval; local
/freebsd-10.3-release/usr.sbin/IPXrouted/
H A Dmain.c105 int nfds; local
/freebsd-10.3-release/usr.sbin/ppp/
H A Dmain.c543 int i, nfds, nothing_done; local
[all...]
/freebsd-10.3-release/lib/libthr/thread/
H A Dthr_syscalls.c311 __thr_poll(struct pollfd *fds, unsigned int nfds, int timeout) argument
330 __thr_ppoll(struct pollfd pfd[], nfds_t nfds, const struct timespec * argument
/freebsd-10.3-release/lib/libusb/
H A Dlibusb10_io.c104 nfds_t nfds; local
/freebsd-10.3-release/usr.sbin/lpr/lpd/
H A Dlpd.c362 int domain, nfds, s; local
/freebsd-10.3-release/lib/libc/resolv/
H A Dres_send.c1161 pselect(int nfds, void *rfds, void *wfds, void *efds, argument

Completed in 353 milliseconds

123