Searched refs:BOOTFLOW_METHF_PXE_ONLY (Results 1 - 5 of 5) sorted by relevance

/u-boot/include/
H A Dbootflow.h164 * @BOOTFLOW_METHF_PXE_ONLY: Only use pxe (PXE boot)
173 BOOTFLOW_METHF_PXE_ONLY = 1 << 1, enumerator in enum:bootflow_meth_flags_t
/u-boot/test/boot/
H A Dbootdev.c120 ut_asserteq(BOOTFLOW_METHF_SINGLE_UCLASS | BOOTFLOW_METHF_PXE_ONLY,
178 ut_asserteq(BOOTFLOW_METHF_SINGLE_UCLASS | BOOTFLOW_METHF_PXE_ONLY,
665 ut_asserteq(BOOTFLOW_METHF_SINGLE_UCLASS | BOOTFLOW_METHF_PXE_ONLY,
/u-boot/boot/
H A Dbootmeth_script.c30 if (iter->method_flags & BOOTFLOW_METHF_PXE_ONLY)
H A Dbootmeth_efi.c141 if (iter->method_flags & BOOTFLOW_METHF_PXE_ONLY)
H A Dbootdev-uclass.c412 method_flags |= BOOTFLOW_METHF_PXE_ONLY;

Completed in 67 milliseconds