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

123

/freebsd-10-stable/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-stable/contrib/apr/network_io/unix/
H A Dsocket_util.c24 apr_int32_t nfds; local
/freebsd-10-stable/lib/libkse/thread/
H A Dthr_poll.c52 __poll(struct pollfd *fds, unsigned int nfds, int timeout) argument
/freebsd-10-stable/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-stable/crypto/openssh/openbsd-compat/
H A Dbsd-poll.c43 poll(struct pollfd *fds, nfds_t nfds, int timeout) argument
/freebsd-10-stable/tests/sys/kqueue/libkqueue/
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
76 int nfds; local
[all...]
/freebsd-10-stable/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-stable/libexec/rbootd/
H A Drbootd.c85 int i, nfds = getdtablesize(); local
/freebsd-10-stable/sbin/nos-tun/
H A Dnos-tun.c261 int nfds; /* Return from select() */ local
/freebsd-10-stable/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-stable/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-stable/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-stable/usr.sbin/IPXrouted/
H A Dmain.c105 int nfds; local
/freebsd-10-stable/usr.sbin/ppp/
H A Dmain.c543 int i, nfds, nothing_done; local
[all...]
/freebsd-10-stable/tests/sys/kqueue/
H A Dmain.c41 int nfds; local
59 int nfds; local
76 int nfds; local
[all...]
/freebsd-10-stable/sbin/dhclient/
H A Ddispatch.c147 int count, live_interfaces, i, to_msec, nfds = 0; local
/freebsd-10-stable/lib/libc/net/
H A Drcmd.c223 int nfds; local
/freebsd-10-stable/usr.bin/rsh/
H A Drsh.c250 int nfds, srval; local
/freebsd-10-stable/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-stable/sys/amd64/linux32/
H A Dlinux32_machdep.c81 l_int nfds; member in struct:l_old_select_argv
/freebsd-10-stable/sys/i386/linux/
H A Dlinux_machdep.c92 l_int nfds; member in struct:l_old_select_argv

Completed in 276 milliseconds

123