Lines Matching refs:bflow
38 struct bootflow *bflow; in bootflow_menu_new() local
78 for (ret = bootflow_first_glob(&bflow), i = 0; !ret && i < 36; in bootflow_menu_new()
79 ret = bootflow_next_glob(&bflow), i++) { in bootflow_menu_new()
84 if (bflow->state != BOOTFLOWST_READY) in bootflow_menu_new()
92 label = strdup(dev_get_parent(bflow->dev)->name); in bootflow_menu_new()
98 add_gap = last_bootdev != bflow->dev; in bootflow_menu_new()
99 last_bootdev = bflow->dev; in bootflow_menu_new()
105 bflow->os_name ? bflow->os_name : in bootflow_menu_new()
106 bflow->name, NULL); in bootflow_menu_new()
110 if (bflow->logo) { in bootflow_menu_new()
113 bflow->logo, NULL); in bootflow_menu_new()
265 struct bootflow *bflow; in bootflow_menu_run() local
268 for (ret = bootflow_first_glob(&bflow), i = 0; !ret && i < 36; in bootflow_menu_run()
269 ret = bootflow_next_glob(&bflow), i++) { in bootflow_menu_run()
271 sel_bflow = bflow; in bootflow_menu_run()