Searched defs:dep_list (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dresolve.c39 struct dep_list struct
43 struct dep_list *next;
63 free_dep_list (struct dep_list *head)
67 struct dep_list *next;
78 static struct dep_list *
81 struct dep_list *dep_list = 0; local
86 struct dep_list *dep;
99 dep->next = dep_list;
100 dep_list
186 add_module(const char *dir, struct dep_list *dep_list, struct mod_list **mod_head, struct grub_util_path_list **path_head, const char *name) argument
237 struct dep_list *dep_list; local
[all...]

Completed in 20 milliseconds