Searched refs:method_flags (Results 1 – 6 of 6) sorted by relevance
128 struct udevice *dev, int method_flags) in bootflow_iter_set_dev() argument133 dev ? dev->name : "(none)", method_flags); in bootflow_iter_set_dev()135 iter->method_flags = method_flags; in bootflow_iter_set_dev()221 int method_flags; in iter_incr() local228 &method_flags); in iter_incr()241 method_flags = 0; in iter_incr()262 &method_flags); in iter_incr()265 method_flags = 0; in iter_incr()280 bootflow_iter_set_dev(iter, dev, method_flags); in iter_incr()363 int method_flags; in bootflow_scan_first() local[all …]
380 int seq, len, method_flags; in label_to_uclass() local384 method_flags = 0; in label_to_uclass()400 method_flags |= BOOTFLOW_METHF_PXE_ONLY; in label_to_uclass()413 *method_flagsp = method_flags; in label_to_uclass()421 int seq, ret, method_flags = 0; in bootdev_find_by_label() local464 *method_flagsp = method_flags; in bootdev_find_by_label()477 int method_flags = 0; in bootdev_find_by_any() local511 *method_flagsp = method_flags; in bootdev_find_by_any()687 int method_flags; in bootdev_setup_iter() local735 method_flags = 0; in bootdev_setup_iter()[all …]
51 if (iter->method_flags & BOOTFLOW_METHF_DHCP_ONLY) in extlinux_pxe_check()
30 if (iter->method_flags & BOOTFLOW_METHF_PXE_ONLY) in script_check()
150 if (iter->method_flags & BOOTFLOW_METHF_PXE_ONLY) in distro_efi_check()
229 int method_flags; member
Completed in 17 milliseconds