Home
last modified time | relevance | path

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

/openbmc/u-boot/env/
H A Dsata.c32 static inline int write_env(struct blk_desc *sata, unsigned long size, in write_env() function
68 if (write_env(sata, CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET, (u_char *)env_new)) { in env_sata_save()
H A Dmmc.c185 static inline int write_env(struct mmc *mmc, unsigned long size, in write_env() function
229 if (write_env(mmc, CONFIG_ENV_SIZE, offset, (u_char *)env_new)) { in env_mmc_save()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Denv.hpp175 inline constexpr stdexec::__write_::__write_env_t write_env{}; variable