Home
last modified time | relevance | path

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

/openbmc/u-boot/env/
H A Dcommon.c107 int env_import(const char *buf, int check) in env_import() function
159 return env_import((char *)tmp_env1, 1); in env_import_redund()
162 return env_import((char *)tmp_env2, 1); in env_import_redund()
197 return env_import((char *)ep, 0); in env_import_redund()
H A Dremote.c51 return env_import((char *)env_ptr, 1); in env_remote_load()
H A Dext4.c119 return env_import(buf, 1); in env_ext4_load()
H A Dnvram.c65 return env_import(buf, 1); in env_nvram_load()
H A Dfat.c122 return env_import(buf, 1); in env_fat_load()
H A Donenand.c58 rc = env_import(buf, 1); in env_onenand_load()
H A Dsata.c113 return env_import(buf, 1); in env_sata_load()
H A Dubi.c165 return env_import(buf, 1); in env_ubi_load()
H A Deeprom.c186 return env_import(buf_env, 1); in env_eeprom_load()
H A Dsf.c274 ret = env_import(buf, 1); in env_sf_load()
H A Dnand.c378 return env_import(buf, 1); in env_nand_load()
H A Dmmc.c336 ret = env_import(buf, 1); in env_mmc_load()
H A Dflash.c353 return env_import((char *)flash_addr, 1); in env_flash_load()
/openbmc/u-boot/include/
H A Denvironment.h271 int env_import(const char *buf, int check);