Home
last modified time | relevance | path

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

/external/u-boot/env/
Dcommon.c109 int env_import(const char *buf, int check) in env_import() function
161 return env_import((char *)tmp_env1, 1); in env_import_redund()
164 return env_import((char *)tmp_env2, 1); in env_import_redund()
199 return env_import((char *)ep, 0); in env_import_redund()
Dremote.c51 return env_import((char *)env_ptr, 1); in env_remote_load()
Dext4.c119 return env_import(buf, 1); in env_ext4_load()
Dnvram.c65 return env_import(buf, 1); in env_nvram_load()
Dfat.c122 return env_import(buf, 1); in env_fat_load()
Donenand.c58 rc = env_import(buf, 1); in env_onenand_load()
Dubi.c165 return env_import(buf, 1); in env_ubi_load()
Dsata.c113 return env_import(buf, 1); in env_sata_load()
Deeprom.c186 return env_import(buf_env, 1); in env_eeprom_load()
Dsf.c286 ret = env_import(buf, 1); in env_sf_load()
Dmmc.c336 ret = env_import(buf, 1); in env_mmc_load()
Dnand.c380 return env_import(buf, 1); in env_nand_load()
Dflash.c353 return env_import((char *)flash_addr, 1); in env_flash_load()
/external/u-boot/include/
Denvironment.h281 int env_import(const char *buf, int check);