Home
last modified time | relevance | path

Searched defs:fds (Results 1 – 25 of 140) sorted by relevance

123456

/freebsd/contrib/netbsd-tests/kernel/
H A Dmsg.h45 msg_open(struct msg_fds *fds) in msg_open()
58 msg_close(struct msg_fds *fds) in msg_close()
67 msg_write_child(const char *info, struct msg_fds *fds, void *msg, size_t len) in msg_write_child()
85 msg_write_parent(const char *info, struct msg_fds *fds, void *msg, size_t len) in msg_write_parent()
103 msg_read_parent(const char *info, struct msg_fds *fds, void *msg, size_t len) in msg_read_parent()
121 msg_read_child(const char *info, struct msg_fds *fds, void *msg, size_t len) in msg_read_child()
/freebsd/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_pipe.c59 int fds[2]; in ATF_TC_BODY() local
83 int fds[2]; in ATF_TC_BODY() local
124 int fds[2]; in ATF_TC_BODY() local
/freebsd/lib/libnv/
H A Dmsgio.c89 fd_set fds; in fd_wait() local
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/crypto/openssh/openbsd-compat/
H A Dbsd-poll.c46 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()
/freebsd/contrib/ofed/librdmacm/examples/
H A Driostream.c148 struct pollfd fds; in send_msg() local
177 struct pollfd fds; in send_xfer() local
206 struct pollfd fds; in recv_msg() local
409 struct pollfd fds; in server_connect() local
440 struct pollfd fds; in client_connect() local
H A Drstream.c150 struct pollfd fds; in send_xfer() local
182 struct pollfd fds; in recv_xfer() local
373 struct pollfd fds; in server_connect() local
407 struct pollfd fds; in client_connect() local
H A Dudpong.c172 struct pollfd fds; in svr_send() local
199 struct pollfd fds; in svr_recv() local
311 struct pollfd fds; in client_send() local
337 struct pollfd fds; in client_recv() local
/freebsd/usr.sbin/bsdinstall/runconsoles/
H A Dcommon.h36 volatile int fds[2]; member
42 int error, fds[2], i; in pipe_barrier_init() local
/freebsd/contrib/mandoc/
H A Dmandocd.c62 read_fds(int clientfd, int *fds) in read_fds()
132 int fds[3]; in main() local
/freebsd/tools/tools/netrate/juggle/
H A Djuggle.c155 int fds[2]; in pipe_create() local
169 int fds[2]; in socketpairdgram_create() local
183 int fds[2]; in socketpairstream_create() local
/freebsd/crypto/openssh/openbsd-compat/regress/
H A Dclosefromtest.c39 int i, max, fds[NUM_OPENS]; in main() local
/freebsd/contrib/kyua/utils/process/
H A Dfdstream_test.cpp50 int fds[2]; in ATF_TEST_CASE_BODY() local
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c50 int fds[10]; in main() local
/freebsd/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_pipe.c55 int fds[2]; in ATF_TC_BODY() local
/freebsd/contrib/netbsd-tests/lib/librumphijack/
H A Dh_client.c74 fd_set fds; in main() local
/freebsd/tests/sys/file/
H A Dftruncate_test.c60 int error, fd, fds[2], i, read_only_fd; in main() local
/freebsd/tests/sys/audit/
H A Dopen.c51 static struct pollfd fds[1]; variable
/freebsd/contrib/libarchive/libarchive/
H A Dfilter_fork_posix.c204 struct pollfd fds[2]; __archive_check_child() local
/freebsd/usr.bin/talk/
H A Dio.c67 struct pollfd fds[2]; in talk() local
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_poll.c158 int fds[2]; in ATF_TC_BODY() local
247 int fds[2]; in ATF_TC_BODY() local
/freebsd/stand/kboot/kboot/
H A Dhostcons.c93 long fds = 1 << 0; in hostcons_poll() local
/freebsd/libexec/ftpd/
H A Dpopen.c61 static int fds; variable
/freebsd/crypto/heimdal/lib/roken/
H A Dmini_inetd.c94 rk_socket_t *fds; in mini_inetd_addrinfo() local
/freebsd/tests/sys/kern/
H A Dlistener_wakeup.c152 fd_set fds; in sleep_select() local
165 struct pollfd fds = { in sleep_poll() local
/freebsd/tools/regression/sockets/sblock/
H A Dsblock.c151 int error, fds[2], recver_fd, sender_fd; in main() local

123456