Searched refs:read_env (Results 1 – 3 of 3) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __read_env.hpp | 135 inline constexpr __read::__read_env_t read_env{}; variable 146 return read_env(get_scheduler); in operator ()() 152 return read_env(get_delegation_scheduler); in operator ()() 158 return read_env(get_allocator); in operator ()() 164 return read_env(get_stop_token); in operator ()()
|
/openbmc/u-boot/env/ |
H A D | mmc.c | 247 static inline int read_env(struct mmc *mmc, unsigned long size, in read_env() function 291 read1_fail = read_env(mmc, CONFIG_ENV_SIZE, offset1, tmp_env1); in env_mmc_load() 292 read2_fail = read_env(mmc, CONFIG_ENV_SIZE, offset2, tmp_env2); in env_mmc_load() 330 if (read_env(mmc, CONFIG_ENV_SIZE, offset, buf)) { in env_mmc_load()
|
H A D | sata.c | 78 static inline int read_env(struct blk_desc *sata, unsigned long size, in read_env() function 108 if (read_env(sata, CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET, buf)) { in env_sata_load()
|