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

  /external/u-boot/tools/env/
fw_env.h 33 * Uses fw_env_open, fw_getenv
50 * Uses fw_env_open, fw_env_write, fw_env_flush
67 * Uses fw_env_open, fw_env_write, fw_env_flush
99 * fw_env_open() - read enviroment from flash into RAM cache
106 int fw_env_open(struct env_opts *opts);
fw_env.c 462 if (fw_env_open(opts))
674 if (fw_env_open(opts)) {
751 if (fw_env_open(opts)) {
1384 int fw_env_open(struct env_opts *opts) function
    [all...]

Completed in 66 milliseconds