Lines Matching refs:flags
89 void bootflow_iter_init(struct bootflow_iter *iter, int flags) in bootflow_iter_init() argument
93 iter->flags = flags; in bootflow_iter_init()
145 if ((iter->flags & (BOOTFLOWIF_SHOW | BOOTFLOWIF_SINGLE_DEV)) == in bootflow_iter_set_dev()
150 ucp->flags & BOOTMETHF_GLOBAL) in bootflow_iter_set_dev()
221 if (iter->flags & BOOTFLOWIF_SINGLE_PARTITION) in iter_incr()
245 if (iter->flags & BOOTFLOWIF_SINGLE_DEV) { in iter_incr()
257 (iter->flags & BOOTFLOWIF_SINGLE_UCLASS)) { in iter_incr()
265 iter->flags & BOOTFLOWIF_SINGLE_MEDIA) { in iter_incr()
374 if (iter->flags & BOOTFLOWIF_ALL) in bootflow_check()
382 struct bootflow_iter *iter, int flags, in bootflow_scan_first() argument
388 flags |= BOOTFLOWIF_SKIP_GLOBAL; in bootflow_scan_first()
389 bootflow_iter_init(iter, flags); in bootflow_scan_first()
395 ret = bootmeth_setup_iter_order(iter, !(flags & BOOTFLOWIF_SKIP_GLOBAL)); in bootflow_scan_first()
417 if (iter->flags & BOOTFLOWIF_ALL) in bootflow_scan_first()
446 if (iter->flags & BOOTFLOWIF_ALL) in bootflow_scan_next()
474 if (!(bflow->flags & BOOTFLOWF_STATIC_BUF)) in bootflow_free()
532 (bflow->flags & BOOTFLOWF_USE_PRIOR_FDT)) in bootflow_run_boot()
656 int flags) in on_bootargs() argument