Searched refs:fd_list (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dcontrol.h54 struct fd_list { struct
55 TAILQ_ENTRY(fd_list) next;
64 TAILQ_HEAD(fd_list_head, fd_list);
74 struct fd_list *control_new(struct dhcpcd_ctx *, int, unsigned int);
75 void control_free(struct fd_list *);
76 void control_delete(struct fd_list *);
77 int control_queue(struct fd_list *, void *, size_t);
78 void control_recvdata(struct fd_list *fd, char *, size_t);
H A Dprivsep-control.h37 ssize_t ps_ctl_handleargs(struct fd_list *, char *, size_t);
38 ssize_t ps_ctl_sendargs(struct fd_list *, void *, size_t);
39 ssize_t ps_ctl_sendeof(struct fd_list *fd);
H A Dscript.h38 int send_interface(struct fd_list *, const struct interface *, int);
H A Dprivsep-control.c79 ps_ctl_handleargs(struct fd_list *fd, char *data, size_t len)
111 struct fd_list *fd;
193 struct fd_list *fd;
281 ps_ctl_sendargs(struct fd_list *fd, void *data, size_t len)
294 ps_ctl_sendeof(struct fd_list *fd)
H A Ddhcpcd.h205 struct fd_list *ps_control; /* Queue for the above */
206 struct fd_list *ps_control_client; /* Queue for the above */
270 int dhcpcd_handleargs(struct dhcpcd_ctx *, struct fd_list *, int, char **);
H A Dcontrol.c59 control_queue_free(struct fd_list *fd)
81 control_free(struct fd_list *fd)
97 control_hangup(struct fd_list *fd)
110 control_handle_read(struct fd_list *fd)
149 control_handle_write(struct fd_list *fd)
207 struct fd_list *fd = arg;
225 control_recvdata(struct fd_list *fd, char *data, size_t len)
279 struct fd_list *
282 struct fd_list *l;
305 struct fd_list *
[all...]
H A Dscript.c581 send_interface1(struct fd_list *fd, const struct interface *ifp,
594 send_interface(struct fd_list *fd, const struct interface *ifp, int af)
750 struct fd_list *fd;
H A Ddhcpcd.c1524 dhcpcd_handleargs(struct dhcpcd_ctx *ctx, struct fd_list *fd,
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dhostio.cc32 struct fd_list struct
35 struct fd_list *next;
38 static struct fd_list *open_fds;
185 struct fd_list *fd_ptr;
303 struct fd_list *new_fd;
334 new_fd = XNEW (struct fd_list);
493 struct fd_list **open_fd_p, *old_fd;
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dhostio.cc32 struct fd_list struct
35 struct fd_list *next;
38 static struct fd_list *open_fds;
185 struct fd_list *fd_ptr;
305 struct fd_list *new_fd;
336 new_fd = XNEW (struct fd_list);
495 struct fd_list **open_fd_p, *old_fd;
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_io.c250 vsock_t *fd_list; variable
4513 while (fd_list != NULL)
4514 close_and_delete_fd_from_list(fd_list->fd);
4535 LINK_SLIST(fd_list, lsock, link);
4547 UNLINK_EXPR_SLIST(lsock, fd_list, fd ==

Completed in 175 milliseconds