Searched refs:method_flags (Results 1 – 5 of 5) sorted by relevance
384 int seq, len, method_flags; in label_to_uclass() local388 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() local471 *method_flagsp = method_flags; in bootdev_find_by_label()485 int method_flags = 0; in bootdev_find_by_any() local519 *method_flagsp = method_flags; in bootdev_find_by_any()690 int method_flags; in bootdev_setup_iter() local768 method_flags = 0; in bootdev_setup_iter()[all …]
131 struct udevice *dev, int method_flags) in bootflow_iter_set_dev() argument136 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() local255 &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 …]
55 if (iter->method_flags & BOOTFLOW_METHF_DHCP_ONLY) in extlinux_pxe_check()
29 if (iter->method_flags & BOOTFLOW_METHF_PXE_ONLY) in script_check()
82 if (iter->method_flags & BOOTFLOW_METHF_PXE_ONLY) in distro_efi_check()
Completed in 10 milliseconds