Home
last modified time | relevance | path

Searched refs:method_flags (Results 1 – 5 of 5) sorted by relevance

/boot/
A Dbootdev-uclass.c384 int seq, len, method_flags; in label_to_uclass() local
388 method_flags = 0; in label_to_uclass()
404 method_flags |= BOOTFLOW_METHF_PXE_ONLY; in label_to_uclass()
417 *method_flagsp = method_flags; in label_to_uclass()
425 int seq, ret, method_flags = 0; in bootdev_find_by_label() local
471 *method_flagsp = method_flags; in bootdev_find_by_label()
485 int method_flags = 0; in bootdev_find_by_any() local
519 *method_flagsp = method_flags; in bootdev_find_by_any()
690 int method_flags; in bootdev_setup_iter() local
768 method_flags = 0; in bootdev_setup_iter()
[all …]
A Dbootflow.c131 struct udevice *dev, int method_flags) in bootflow_iter_set_dev() argument
136 dev ? dev->name : "(none)", method_flags); in bootflow_iter_set_dev()
138 iter->method_flags = method_flags; in bootflow_iter_set_dev()
248 int method_flags = 0; in iter_incr() local
255 &method_flags); in iter_incr()
292 if (iter->method_flags & in iter_incr()
298 method_flags = BOOTFLOW_METHF_SINGLE_UCLASS; in iter_incr()
305 &method_flags); in iter_incr()
323 bootflow_iter_set_dev(iter, dev, method_flags); in iter_incr()
404 int method_flags; in bootflow_scan_first() local
[all …]
A Dbootmeth_pxe.c55 if (iter->method_flags & BOOTFLOW_METHF_DHCP_ONLY) in extlinux_pxe_check()
A Dbootmeth_script.c29 if (iter->method_flags & BOOTFLOW_METHF_PXE_ONLY) in script_check()
A Dbootmeth_efi.c82 if (iter->method_flags & BOOTFLOW_METHF_PXE_ONLY) in distro_efi_check()

Completed in 10 milliseconds