Home
last modified time | relevance | path

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

/netbsd/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); argument
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 Dcontrol.c59 control_queue_free(struct fd_list *fd) in control_queue_free()
81 control_free(struct fd_list *fd) in control_free()
97 control_hangup(struct fd_list *fd) in control_hangup()
110 control_handle_read(struct fd_list *fd) in control_handle_read()
146 control_handle_write(struct fd_list *fd) in control_handle_write()
204 struct fd_list *fd = arg; in control_handle_data()
218 control_recvdata(struct fd_list *fd, char *data, size_t len) in control_recvdata()
272 struct fd_list *
275 struct fd_list *l; in control_new()
298 struct fd_list *l; in control_handle1()
[all …]
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 Dprivsep-control.c78 ps_ctl_handleargs(struct fd_list *fd, char *data, size_t len) in ps_ctl_handleargs()
110 struct fd_list *fd; in ps_ctl_dispatch()
192 struct fd_list *fd; in ps_ctl_listen()
277 ps_ctl_sendargs(struct fd_list *fd, void *data, size_t len) in ps_ctl_sendargs()
290 ps_ctl_sendeof(struct fd_list *fd) in ps_ctl_sendeof()
H A Ddhcpcd.h209 struct fd_list *ps_control; /* Queue for the above */
210 struct fd_list *ps_control_client; /* Queue for the above */
273 int dhcpcd_handleargs(struct dhcpcd_ctx *, struct fd_list *, int, char **);
H A Dscript.h38 int send_interface(struct fd_list *, const struct interface *, int);
H A Dscript.c581 send_interface1(struct fd_list *fd, const struct interface *ifp, in send_interface1()
594 send_interface(struct fd_list *fd, const struct interface *ifp, int af) in send_interface()
741 struct fd_list *fd; in script_runreason()
H A Ddhcpcd.c1493 dhcpcd_handleargs(struct dhcpcd_ctx *ctx, struct fd_list *fd, in dhcpcd_handleargs()
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dhostio.cc32 struct fd_list struct
35 struct fd_list *next; argument
38 static struct fd_list *open_fds;
185 struct fd_list *fd_ptr; in require_valid_fd()
303 struct fd_list *new_fd; in handle_open()
334 new_fd = XNEW (struct fd_list); in handle_open()
493 struct fd_list **open_fd_p, *old_fd; in handle_close()
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dhostio.cc32 struct fd_list struct
35 struct fd_list *next; argument
38 static struct fd_list *open_fds;
185 struct fd_list *fd_ptr; in require_valid_fd()
303 struct fd_list *new_fd; in handle_open()
334 new_fd = XNEW (struct fd_list); in handle_open()
493 struct fd_list **open_fd_p, *old_fd; in handle_close()
/netbsd/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 ==