Home
last modified time | relevance | path

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

/openbmc/u-boot/env/
H A Dflags.c30 static const char env_flags_vartype_rep[] = "sdxb" ENV_FLAGS_NET_VARTYPE_REPS; variable
68 printf("\t%c -\t%s\n", env_flags_vartype_rep[curtype], in env_flags_print_vartypes()
115 type = strchr(env_flags_vartype_rep, in env_flags_parse_vartype()
120 (type - &env_flags_vartype_rep[0]); in env_flags_parse_vartype()
353 name, value, env_flags_vartype_rep[type]); in env_flags_validate_type()
520 name, newval, env_flags_vartype_rep[type]); in env_flags_validate()