Home
last modified time | relevance | path

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

/external/dhcpcd/
Dcontrol.h33 struct fd_list { struct
36 struct fd_list *next; argument
38 extern struct fd_list *fds;
Dcontrol.c50 struct fd_list *fds = NULL;
55 struct fd_list *l, *last = NULL; in remove_control_data()
75 struct fd_list *l = arg; in handle_control_data()
105 struct fd_list *l; in handle_control()
156 struct fd_list *l, *ll; in stop_control()
Ddhcpcd.h155 int handle_args(struct fd_list *, int, char **);
Dconfigure.c348 const struct fd_list *fd; in run_script_reason()
Ddhcpcd.c1598 handle_args(struct fd_list *fd, int argc, char **argv) in handle_args()
/external/chromium_org/third_party/sqlite/src/test/
Dmisc7.test69 set fd_list [use_up_files]
85 close [lindex $fd_list 0]
86 set fd_list [lrange $fd_list 1 end]
89 foreach fd $fd_list {