/netbsd-src/lib/libc/rpc/ |
H A D | svc_fdset.c | 90 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 D | msg.h | 45 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 D | t_pipe.c | 59 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 D | msgio.c | 122 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 D | duplex_pipe.c | 43 int duplex_pipe(int *fds) in duplex_pipe()
|
/netbsd-src/lib/libc/sys/ |
H A D | ppoll.c | 40 ppoll(struct pollfd * restrict fds, nfds_t nfds, in ppoll()
|
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | mandocd.c | 58 read_fds(int clientfd, int *fds) in read_fds() 128 int fds[3]; in main() local
|
/netbsd-src/distrib/utils/sparkcrc/ |
H A D | sparkcrc.c | 84 FILE *fds; in main() local
|
/netbsd-src/regress/sys/kern/dislodgefd/ |
H A D | dislodgefd.c | 40 int fds[2]; variable
|
/netbsd-src/games/sail/ |
H A D | dr_main.c | 135 int fds[2]; in startdriver() local
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/process/ |
H A D | fdstream_test.cpp | 50 int fds[2]; in ATF_TEST_CASE_BODY() local
|
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/ |
H A D | rl-callbacktest.c | 72 fd_set fds; in main() local
|
H A D | excallback.c | 105 fd_set fds; in main() local
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/ |
H A D | rl-callbacktest.c | 72 fd_set fds; in main() local
|
H A D | excallback.c | 105 fd_set fds; in main() local
|
/netbsd-src/tests/kernel/kqueue/read/ |
H A D | t_pipe.c | 55 int fds[2]; in ATF_TC_BODY() local
|
/netbsd-src/external/mit/xorg/lib/libxcb/files/ |
H A D | dri3.c | 196 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 D | io_test.cpp | 289 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 D | io.cpp | 239 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 D | ipropd_common.c | 112 int fds[2]; in restarter() local
|
/netbsd-src/external/bsd/libarchive/dist/libarchive/ |
H A D | filter_fork_posix.c | 202 struct pollfd fds[2]; in __archive_check_child() local
|
/netbsd-src/sys/kern/ |
H A D | sys_select.c | 236 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 D | cmd_pollpal.c | 76 struct pollfd fds; in main() local
|
/netbsd-src/regress/sys/kern/latency1/ |
H A D | latency1.c | 54 int fds[2]; variable
|
/netbsd-src/usr.sbin/mopd/common/ |
H A D | loop-linux2.c | 98 fd_set fds, listeners; in Loop() local
|