Home
last modified time | relevance | path

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

123456

/netbsd-src/lib/libc/rpc/
H A Dsvc_fdset.c90 svc_fdset_print(const char *func, size_t line, struct svc_fdset *fds, in svc_fdset_print()
142 svc_fdset_sanitize(struct svc_fdset *fds) in svc_fdset_sanitize()
158 struct svc_fdset *fds = v; in svc_fdset_free() local
177 svc_pollfd_alloc(struct svc_fdset *fds) in svc_pollfd_alloc()
192 svc_pollfd_add(int fd, struct svc_fdset *fds) in svc_pollfd_add()
223 svc_pollfd_del(int fd, struct svc_fdset *fds) in svc_pollfd_del()
253 svc_fdset_resize(int fd, struct svc_fdset *fds) in svc_fdset_resize()
280 struct svc_fdset *fds; in svc_fdset_alloc() local
326 struct svc_fdset *fds = svc_fdset_alloc(0); in svc_fdset_zero() local
340 struct svc_fdset *fds = svc_fdset_alloc(fd); in svc_fdset_set() local
[all …]
/netbsd-src/tests/lib/libc/sys/
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()
138 #define PARENT_TO_CHILD(info, fds, msg) \ argument
142 #define CHILD_FROM_PARENT(info, fds, msg) \ argument
146 #define CHILD_TO_PARENT(info, fds, msg) \ argument
150 #define PARENT_FROM_CHILD(info, fds, msg) \ argument
/netbsd-src/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
/netbsd-src/sys/external/bsd/libnv/dist/
H A Dmsgio.c122 fd_set fds; in fd_wait() local
256 fd_package_send(int sock, const int *fds, size_t nfds) in fd_package_send()
305 fd_package_recv(int sock, int *fds, size_t nfds) in fd_package_recv()
372 fd_recv(int sock, int *fds, size_t nfds) in fd_recv()
404 fd_send(int sock, const int *fds, size_t nfds) in fd_send()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dduplex_pipe.c43 int duplex_pipe(int *fds) in duplex_pipe()
/netbsd-src/lib/libc/sys/
H A Dppoll.c40 ppoll(struct pollfd * restrict fds, nfds_t nfds, in ppoll()
/netbsd-src/external/bsd/mdocml/dist/
H A Dmandocd.c58 read_fds(int clientfd, int *fds) in read_fds()
128 int fds[3]; in main() local
/netbsd-src/distrib/utils/sparkcrc/
H A Dsparkcrc.c84 FILE *fds; in main() local
/netbsd-src/regress/sys/kern/dislodgefd/
H A Ddislodgefd.c40 int fds[2]; variable
/netbsd-src/games/sail/
H A Ddr_main.c135 int fds[2]; in startdriver() local
/netbsd-src/external/bsd/kyua-cli/dist/utils/process/
H A Dfdstream_test.cpp50 int fds[2]; in ATF_TEST_CASE_BODY() local
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Drl-callbacktest.c72 fd_set fds; in main() local
H A Dexcallback.c105 fd_set fds; in main() local
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/
H A Drl-callbacktest.c72 fd_set fds; in main() local
H A Dexcallback.c105 fd_set fds; in main() local
/netbsd-src/tests/kernel/kqueue/read/
H A Dt_pipe.c55 int fds[2]; in ATF_TC_BODY() local
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Ddri3.c196 int fds[1]; in xcb_dri3_pixmap_from_buffer_checked() local
240 int fds[1]; in xcb_dri3_pixmap_from_buffer() local
346 int fds[1]; in xcb_dri3_fence_from_fd_checked() local
381 int fds[1]; in xcb_dri3_fence_from_fd() local
660 int fds[num_buffers]; in xcb_dri3_pixmap_from_buffers_checked() local
724 int fds[num_buffers]; in xcb_dri3_pixmap_from_buffers() local
1014 int fds[1]; in xcb_dri3_import_syncobj_checked() local
1046 int fds[1]; in xcb_dri3_import_syncobj() local
/netbsd-src/external/bsd/atf/dist/tools/
H A Dio_test.cpp289 int fds[2]; in ATF_TEST_CASE_BODY() local
342 mock_muxer(const int* fds, const size_t nfds, const size_t bufsize) : in mock_muxer()
399 int fds[2] = {pipeout[0], pipeerr[0]}; in muxer_test() local
H A Dio.cpp239 safe_poll(struct pollfd fds[], nfds_t nfds, int timeout) in safe_poll()
272 impl::muxer::muxer(const int* fds, const size_t nfds, const size_t bufsize) : in muxer()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dipropd_common.c112 int fds[2]; in restarter() local
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Dfilter_fork_posix.c202 struct pollfd fds[2]; in __archive_check_child() local
/netbsd-src/sys/kern/
H A Dsys_select.c236 sel_do_scan(const char *opname, void *fds, const int nf, const size_t ni, in sel_do_scan() argument
525 struct pollfd *fds; pollcommon() local
574 pollscan(struct pollfd * fds,const int nfd,register_t * retval) pollscan() argument
724 fd_mask *fds = (fd_mask *)l->l_selbits; sel_setevents() local
[all...]
/netbsd-src/sys/modules/examples/pollpal/
H A Dcmd_pollpal.c76 struct pollfd fds; in main() local
/netbsd-src/regress/sys/kern/latency1/
H A Dlatency1.c54 int fds[2]; variable
/netbsd-src/usr.sbin/mopd/common/
H A Dloop-linux2.c98 fd_set fds, listeners; in Loop() local

123456