Searched defs:bootstd_priv (Results 1 – 1 of 1) sorted by relevance
39 struct bootstd_priv { struct40 const char **prefixes;41 const char **bootdev_order;42 const char **env_order;43 struct udevice *cur_bootdev;44 struct bootflow *cur_bootflow;45 struct list_head glob_head;46 int bootmeth_count;48 struct udevice *vbe_bootmeth;49 ofnode theme;[all …]
Completed in 6 milliseconds