Lines Matching refs:std
94 struct bootstd_priv *std; in do_bootflow_scan() local
106 ret = bootstd_get_priv(&std); in do_bootflow_scan()
125 dev = std->cur_bootdev; in do_bootflow_scan()
134 std->cur_bootflow = NULL; in do_bootflow_scan()
194 struct bootstd_priv *std; in do_bootflow_list() local
204 ret = bootstd_get_priv(&std); in do_bootflow_list()
207 dev = std->cur_bootdev; in do_bootflow_list()
237 struct bootstd_priv *std; in do_bootflow_select() local
245 ret = bootstd_get_priv(&std); in do_bootflow_select()
250 std->cur_bootflow = NULL; in do_bootflow_select()
253 dev = std->cur_bootdev; in do_bootflow_select()
290 std->cur_bootflow = found; in do_bootflow_select()
298 struct bootstd_priv *std; in do_bootflow_info() local
306 ret = bootstd_get_priv(&std); in do_bootflow_info()
310 if (!std->cur_bootflow) { in do_bootflow_info()
314 bflow = std->cur_bootflow; in do_bootflow_info()
361 struct bootstd_priv *std; in do_bootflow_boot() local
365 ret = bootstd_get_priv(&std); in do_bootflow_boot()
373 if (!std->cur_bootflow) { in do_bootflow_boot()
377 bflow = std->cur_bootflow; in do_bootflow_boot()
388 struct bootstd_priv *std; in do_bootflow_menu() local
401 ret = bootstd_get_priv(&std); in do_bootflow_menu()
405 ret = bootflow_menu_run(std, text_mode, &bflow); in do_bootflow_menu()
416 std->cur_bootflow = bflow; in do_bootflow_menu()