/freebsd/tests/sys/kqueue/libkqueue/ |
H A D | vnode.c | 152 int nfds; in test_kevent_vnode_note_attrib() local 180 int nfds; in test_kevent_vnode_note_rename() local 226 int nfds; in test_kevent_vnode_disable_and_enable() local 269 int nfds; in test_kevent_vnode_dispatch() local
|
H A D | main.c | 30 int nfds; in _test_no_kevents() local 53 int nfds; in test_no_kevents_quietly() local 73 int nfds; in kevent_get() local 90 int nfds; in kevent_get_timeout() local
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-poll.c | 46 ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *tmoutp, in ppoll() 100 poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll()
|
H A D | bsd-pselect.c | 154 pselect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, in pselect()
|
/freebsd/lib/libnv/ |
H A D | msgio.c | 223 fd_package_send(int sock, const int *fds, size_t nfds) in fd_package_send() 272 fd_package_recv(int sock, int *fds, size_t nfds) in fd_package_recv() 363 fd_recv(int sock, int *fds, size_t nfds) in fd_recv() 395 fd_send(int sock, const int *fds, size_t nfds) in fd_send()
|
/freebsd/lib/libopenbsd/ |
H A D | getdtablecount.c | 42 int nfds; in getdtablecount() local
|
/freebsd/lib/libc/gen/ |
H A D | ftw-compat11.c | 38 int (*fn)(const char *, const struct freebsd11_stat *, int), int nfds) in freebsd11_ftw() argument
|
H A D | ftw.c | 31 int nfds) in ftw()
|
H A D | nftw-compat11.c | 35 int nfds, int ftwflags) in freebsd11_nftw()
|
H A D | nftw.c | 31 struct FTW *), int nfds, int ftwflags) in nftw()
|
/freebsd/contrib/pf/libevent/ |
H A D | poll.c | 61 int nfds; /* Size of event_* */ member 153 int res, i, sec, nfds; in poll_dispatch() local
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | poll.c | 73 int nfds; /* Highest number used */ member 138 int res, i, j, nfds; in poll_dispatch() local
|
H A D | select.c | 142 int res=0, i, j, nfds; in select_dispatch() local
|
/freebsd/contrib/libevent/ |
H A D | poll.c | 73 int nfds; /* Highest number used */ member 138 int res, i, j, nfds; in poll_dispatch() local
|
H A D | select.c | 142 int res=0, i, j, nfds; in select_dispatch() local
|
/freebsd/usr.bin/ident/ |
H A D | ident.c | 217 size_t nfds; in main() local
|
/freebsd/tests/sys/kern/ |
H A D | unix_passfd_test.c | 137 putfds(char *buf, int fd, int nfds) in putfds() 452 int fd[2], nfds; in ATF_TC_BODY() local 746 int fd[2], nfds, putfd, rc; in ATF_TC_BODY() local 837 int fd[2], error, nfds, putfd; in ATF_TC_BODY() local
|
/freebsd/libexec/rbootd/ |
H A D | rbootd.c | 71 int i, nfds = getdtablesize(); in main() local
|
/freebsd/sbin/nos-tun/ |
H A D | nos-tun.c | 256 int nfds; /* Return from select() */ in main() local
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | preload.c | 865 static struct pollfd *fds_alloc(nfds_t nfds) in fds_alloc() 881 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() 913 static void select_to_rpoll(struct pollfd *fds, int *nfds, in select_to_rpoll() 932 static int rpoll_to_select(struct pollfd *fds, int nfds, in rpoll_to_select() 967 int select(int nfds, fd_set *readfds, fd_set *writefds, in select()
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | mockfs.cc | 915 int timeout_int, nfds; in read_request() local 993 int nready, nfds; in write_response() local
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | SelectHelper.cpp | 131 const unsigned nfds = static_cast<unsigned>(*max_fd) + 1; in Select() local
|
/freebsd/lib/libtacplus/ |
H A D | taclib.c | 261 int nfds; in conn_server() local 496 int nfds; in read_timed() local 648 int nfds; in send_msg() local
|
/freebsd/usr.sbin/ppp/ |
H A D | main.c | 543 int i, nfds, nothing_done; in DoLoop() local
|
/freebsd/lib/libthr/thread/ |
H A D | thr_syscalls.c | 313 __thr_poll(struct pollfd *fds, unsigned int nfds, int timeout) in __thr_poll() 332 __thr_ppoll(struct pollfd pfd[], nfds_t nfds, const struct timespec * in __thr_ppoll()
|