Searched refs:write_env (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/env/ |
H A D | sata.c | 32 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 D | mmc.c | 185 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 D | env.hpp | 175 inline constexpr stdexec::__write_::__write_env_t write_env{}; variable
|