Lines Matching refs:std
57 struct bootstd_priv *std; in bootstd_clear_glob() local
59 if (bootstd_get_priv(&std)) in bootstd_clear_glob()
62 bootstd_clear_glob_(std); in bootstd_clear_glob()
79 struct bootstd_priv *std = dev_get_priv(dev); in bootstd_get_bootdev_order() local
83 log_debug("- targets %s %p\n", targets, std->bootdev_order); in bootstd_get_bootdev_order()
85 str_free_list(std->env_order); in bootstd_get_bootdev_order()
86 std->env_order = str_to_list(targets); in bootstd_get_bootdev_order()
87 if (!std->env_order) { in bootstd_get_bootdev_order()
91 return std->env_order; in bootstd_get_bootdev_order()
94 return std->bootdev_order; in bootstd_get_bootdev_order()
99 struct bootstd_priv *std = dev_get_priv(dev); in bootstd_get_prefixes() local
101 return std->prefixes ? std->prefixes : default_prefixes; in bootstd_get_prefixes()
119 struct bootstd_priv *std = dev_get_priv(dev); in bootstd_probe() local
121 INIT_LIST_HEAD(&std->glob_head); in bootstd_probe()