HomeSort by relevance Sort by last modified time
    Searched defs:env_map_common (Results 1 - 2 of 2) sorted by null

  /external/u-boot/board/synopsys/hsdk/
env-lib.h 24 struct env_map_common { struct
42 void envs_cleanup_common(const struct env_map_common *map);
43 int envs_read_common(const struct env_map_common *map);
44 int envs_validate_common(const struct env_map_common *map);
45 int envs_read_validate_common(const struct env_map_common *map);
50 int envs_process_and_validate(const struct env_map_common *common,
54 int args_envs_enumerate(const struct env_map_common *map,
hsdk.c 122 static const struct env_map_common env_map_common[] = { variable in typeref:struct:env_map_common
130 static const struct env_map_common env_map_clock[] = {
143 static const struct env_map_common env_map_mask[] = {
612 ret = envs_process_and_validate(env_map_common, env_map_core, is_cpu_used);

Completed in 257 milliseconds