Home
last modified time | relevance | path

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

/u-boot/boot/
A Dbootflow.c128 struct udevice *dev, int method_flags) in bootflow_iter_set_dev() argument
133 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() local
228 &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 …]
A Dbootdev-uclass.c380 int seq, len, method_flags; in label_to_uclass() local
384 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() local
464 *method_flagsp = method_flags; in bootdev_find_by_label()
477 int method_flags = 0; in bootdev_find_by_any() local
511 *method_flagsp = method_flags; in bootdev_find_by_any()
687 int method_flags; in bootdev_setup_iter() local
735 method_flags = 0; in bootdev_setup_iter()
[all …]
A Dbootmeth_pxe.c51 if (iter->method_flags & BOOTFLOW_METHF_DHCP_ONLY) in extlinux_pxe_check()
A Dbootmeth_script.c30 if (iter->method_flags & BOOTFLOW_METHF_PXE_ONLY) in script_check()
A Dbootmeth_efi.c150 if (iter->method_flags & BOOTFLOW_METHF_PXE_ONLY) in distro_efi_check()
/u-boot/include/
A Dbootflow.h229 int method_flags; member

Completed in 17 milliseconds