Searched refs:fd_list (Results 1 – 8 of 8) sorted by relevance
/external/toybox/toys/posix/ |
D | tee.c | 29 struct fd_list { struct 30 struct fd_list *next; argument 38 struct fd_list *temp; in do_tee_open() argument 40 temp = xmalloc(sizeof(struct fd_list)); in do_tee_open() 56 struct fd_list *fdl; in tee_main()
|
/external/dhcpcd-6.8.2/ |
D | control.h | 44 struct fd_list { struct 45 TAILQ_ENTRY(fd_list) next; 52 TAILQ_HEAD(fd_list_head, fd_list); argument 61 int control_queue(struct fd_list *fd, char *data, size_t data_len, uint8_t fit);
|
D | control.c | 56 struct fd_list *fp; in control_queue_purge() 74 control_queue_free(struct fd_list *fd) in control_queue_free() 91 control_delete(struct fd_list *fd) in control_delete() 104 struct fd_list *fd = arg; in control_handle_data() 157 struct fd_list *l; in control_handle1() 299 struct fd_list *l; in control_stop() 376 struct fd_list *fd; in control_writeone() 406 control_queue(struct fd_list *fd, char *data, size_t data_len, uint8_t fit) in control_queue()
|
D | script.h | 34 int send_interface(struct fd_list *, const struct interface *);
|
D | script-stub.c | 38 send_interface(struct fd_list *fd, const struct interface *ifp) in send_interface()
|
D | dhcpcd.h | 169 int dhcpcd_handleargs(struct dhcpcd_ctx *, struct fd_list *, int, char **);
|
D | script.c | 546 send_interface1(struct fd_list *fd, const struct interface *iface, in send_interface1() 570 send_interface(struct fd_list *fd, const struct interface *ifp) in send_interface() 626 struct fd_list *fd; in script_runreason()
|
D | dhcpcd.c | 1285 struct fd_list *fd = arg; in dhcpcd_getinterfaces() 1310 dhcpcd_handleargs(struct dhcpcd_ctx *ctx, struct fd_list *fd, in dhcpcd_handleargs()
|