Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Denv_flags.h131 int env_flags_validate_type(const char *name, const char *newval);
/openbmc/u-boot/env/
H A Dflags.c343 int env_flags_validate_type(const char *name, const char *value) in env_flags_validate_type() function
391 return env_flags_validate_type(name, val[0]); in env_flags_validate_env_set_params()
/openbmc/u-boot/tools/env/
H A Dfw_env.c813 if (env_flags_validate_type(name, val) < 0) { in fw_parse_script()