| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | physical.h | 64 int (*removefromset)(struct physical *, fd_set *, fd_set *, fd_set *); 157 extern int physical_doUpdateSet(struct fdescriptor *, fd_set *, fd_set *, 158 fd_set *, int *, int); 159 extern int physical_IsSet(struct fdescriptor *, const fd_set *); 161 const fd_set *); 163 extern int physical_RemoveFromSet(struct physical *, fd_set *, fd_set *, 164 fd_set *);
|
| D | descriptor.h | 44 int (*UpdateSet)(struct fdescriptor *, fd_set *, fd_set *, fd_set *, int *); 45 int (*IsSet)(struct fdescriptor *, const fd_set *); 46 void (*Read)(struct fdescriptor *, struct bundle *, const fd_set *); 47 int (*Write)(struct fdescriptor *, struct bundle *, const fd_set *);
|
| D | datalink.h | 151 extern int datalink_RemoveFromSet(struct datalink *, fd_set *, fd_set *, 152 fd_set *);
|
| D | ether.c | 136 ether_RemoveFromSet(struct physical *p, fd_set *r, fd_set *w, fd_set *e) in ether_RemoveFromSet() 222 fd_set *r; in ether_MessageIn() 377 ether_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in ether_UpdateSet() 396 ether_IsSet(struct fdescriptor *d, const fd_set *fdset) in ether_IsSet() 410 const fd_set *fdset) in ether_DescriptorRead()
|
| D | server.c | 51 server_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in server_UpdateSet() 73 server_IsSet(struct fdescriptor *d, const fd_set *fdset) in server_IsSet() 89 server_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in server_Read() 195 server_Write(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in server_Write()
|
| D | netgraph.c | 175 fd_set *r; in ng_MessageIn() 247 ng_RemoveFromSet(struct physical *p, fd_set *r, fd_set *w, fd_set *e) in ng_RemoveFromSet() 353 ng_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in ng_UpdateSet() 379 ng_IsSet(struct fdescriptor *d, const fd_set *fdset) in ng_IsSet() 393 const fd_set *fdset) in ng_DescriptorRead()
|
| D | prompt.c | 132 prompt_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in prompt_UpdateSet() 163 prompt_IsSet(struct fdescriptor *d, const fd_set *fdset) in prompt_IsSet() 182 prompt_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in prompt_Read() 303 prompt_Write(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in prompt_Write()
|
| D | defs.h | 134 extern fd_set *mkfdset(void); 135 extern void zerofdset(fd_set *);
|
| /mirbsd/src/sbin/isakmpd/ |
| D | transport.h | 71 int (*fd_set) (struct transport *, fd_set *, int); member 74 int (*fd_isset) (struct transport *, fd_set *); 146 extern int transport_fd_set(fd_set *); 147 extern void transport_handle_messages(fd_set *); 151 extern int transport_pending_wfd_set(fd_set *); 157 extern void transport_send_messages(fd_set *);
|
| D | transport.c | 189 transport_fd_set(fd_set * fds) in transport_fd_set() 197 n = t->vtbl->fd_set(t, fds, 1); in transport_fd_set() 215 transport_pending_wfd_set(fd_set * fds) in transport_pending_wfd_set() 224 n = t->vtbl->fd_set(t, fds, 1); in transport_pending_wfd_set() 241 transport_handle_messages(fd_set *fds) in transport_handle_messages() 249 (*t->vtbl->fd_set)(t, fds, 0); in transport_handle_messages() 264 transport_send_messages(fd_set * fds) in transport_send_messages() 286 t->vtbl->fd_set(t, fds, 0); in transport_send_messages()
|
| /mirbsd/src/usr.bin/ssh/ |
| D | channels.c | 771 typedef void chan_fn(Channel *c, fd_set *readset, fd_set *writeset); 777 channel_pre_listener(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_listener() 784 channel_pre_connecting(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_connecting() 791 channel_pre_open_13(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_open_13() 800 channel_pre_open(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_open() 840 channel_pre_input_draining(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_input_draining() 853 channel_pre_output_draining(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_output_draining() 929 channel_pre_x11_open_13(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_x11_open_13() 955 channel_pre_x11_open(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_x11_open() 983 channel_decode_socks4(Channel *c, fd_set *readset, fd_set *writeset) in channel_decode_socks4() [all …]
|
| D | channels.h | 222 void channel_prepare_select(fd_set **, fd_set **, int *, u_int*, int); 223 void channel_after_select(fd_set *, fd_set *);
|
| D | serverloop.c | 151 notify_prepare(fd_set *readset) in notify_prepare() 157 notify_done(fd_set *readset) in notify_done() 274 wait_until_can_do_something(fd_set **readsetp, fd_set **writesetp, int *maxfdp, in wait_until_can_do_something() 373 process_input(fd_set *readset) in process_input() 435 process_output(fd_set *writeset) in process_output() 523 fd_set *readset = NULL, *writeset = NULL; in server_loop() 790 fd_set *readset = NULL, *writeset = NULL; in server_loop2()
|
| /mirbsd/src/usr.bin/telnet/ |
| D | network.c | 65 fd_set *fdsp; in stilloob() 70 if ((fdsp = (fd_set *)malloc(fdsn)) == NULL) in stilloob() 76 value = select(net+1, (fd_set *)0, (fd_set *)0, fdsp, &timeout); in stilloob()
|
| /mirbsd/src/lib/libevent/ |
| D | select.c | 73 fd_set *event_readset_in; 74 fd_set *event_writeset_in; 75 fd_set *event_readset_out; 76 fd_set *event_writeset_out; 213 fd_set *readset_in = NULL; in select_resize() 214 fd_set *writeset_in = NULL; in select_resize() 215 fd_set *readset_out = NULL; in select_resize() 216 fd_set *writeset_out = NULL; in select_resize()
|
| /mirbsd/src/sys/compat/linux/ |
| D | linux_misc.h | 72 int linux_select1(struct proc *, register_t *, int, fd_set *, fd_set *, 73 fd_set *, struct timeval_compat *);
|
| D | linux_types.h | 120 fd_set *readfds; 121 fd_set *writefds; 122 fd_set *exceptfds;
|
| /mirbsd/src/gnu/usr.bin/cvs/lib/ |
| D | sunos57-select.c | 60 rpl_select (int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, in rpl_select() 80 fd_set null_rfds, null_wfds; in rpl_select()
|
| /mirbsd/src/sys/kern/ |
| D | sys_generic.c | 65 int selscan(struct proc *, fd_set *, fd_set *, int, register_t *); 655 fd_set bits[6], *pibits[3], *pobits[3]; in sys_select() 671 pibits[0] = (fd_set *)&mbits[ni * 0]; in sys_select() 672 pibits[1] = (fd_set *)&mbits[ni * 1]; in sys_select() 673 pibits[2] = (fd_set *)&mbits[ni * 2]; in sys_select() 674 pobits[0] = (fd_set *)&mbits[ni * 3]; in sys_select() 675 pobits[1] = (fd_set *)&mbits[ni * 4]; in sys_select() 676 pobits[2] = (fd_set *)&mbits[ni * 5]; in sys_select() 761 fd_set *ibits, *obits; 777 ni = sizeof(fd_set); [all …]
|
| /mirbsd/src/include/rpc/ |
| D | svc.h | 265 extern fd_set svc_fdset; 281 extern void svc_getreqset(fd_set *); 282 extern void svc_getreqset2(fd_set *, int);
|
| /mirbsd/src/usr.bin/window/ |
| D | wwiomux.c | 66 fd_set imask; in wwiomux() 119 n = select(n + 1, &imask, (fd_set *)0, (fd_set *)0, &tv); in wwiomux()
|
| /mirbsd/src/gnu/usr.bin/perl/NetWare/ |
| D | nw5sck.h | 122 int nw_select(int nfds, fd_set* rd, fd_set* wr, fd_set* ex, const struct timeval* timeout);
|
| D | nw5sck.c | 303 nw_select(int nfds, fd_set* rd, fd_set* wr, fd_set* ex, const struct timeval* timeout) in nw_select()
|
| /mirbsd/src/include/ |
| D | unistd.h | 198 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
|
| /mirbsd/src/lib/libpthread/uthread/ |
| D | uthread_select.c | 54 select(int numfds, fd_set * readfds, fd_set * writefds, in select() 55 fd_set * exceptfds, struct timeval * timeout) in select()
|