Home
last modified time | relevance | path

Searched refs:ENV_FLAGS_VARACCESS_PREVENT_OVERWR (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/env/
H A Dflags.c36 ENV_FLAGS_VARACCESS_PREVENT_OVERWR,
38 ENV_FLAGS_VARACCESS_PREVENT_OVERWR,
538 if (item->flags & ENV_FLAGS_VARACCESS_PREVENT_OVERWR) { in env_flags_validate()
/openbmc/u-boot/include/
H A Denv_flags.h173 #define ENV_FLAGS_VARACCESS_PREVENT_OVERWR 0x00000020 macro
/openbmc/u-boot/tools/env/
H A Dfw_env.c568 ENV_FLAGS_VARACCESS_PREVENT_OVERWR)) { in fw_env_write()