OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read1_fail
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/env/
ubi.c
97
int
read1_fail
, read2_fail;
local
121
read1_fail
= ubi_volume_read(CONFIG_ENV_UBI_VOLUME, (void *)tmp_env1,
123
if (
read1_fail
)
133
return env_import_redund((char *)tmp_env1,
read1_fail
, (char *)tmp_env2,
mmc.c
267
int
read1_fail
= 0, read2_fail = 0;
local
291
read1_fail
= read_env(mmc, CONFIG_ENV_SIZE, offset1, tmp_env1);
294
ret = env_import_redund((char *)tmp_env1,
read1_fail
, (char *)tmp_env2,
nand.c
322
int
read1_fail
, read2_fail;
335
read1_fail
= readenv(CONFIG_ENV_OFFSET, (u_char *) tmp_env1);
338
ret = env_import_redund((char *)tmp_env1,
read1_fail
, (char *)tmp_env2,
sf.c
168
int
read1_fail
, read2_fail;
local
185
read1_fail
= spi_flash_read(env_flash, CONFIG_ENV_OFFSET,
190
ret = env_import_redund((char *)tmp_env1,
read1_fail
, (char *)tmp_env2,
Completed in 423 milliseconds