Home
last modified time | relevance | path

Searched refs:buf1_read_fail (Results 1 – 2 of 2) sorted by relevance

/u-boot/env/
A Dcommon.c145 int env_check_redund(const char *buf1, int buf1_read_fail, in env_check_redund() argument
154 if (buf1_read_fail && buf2_read_fail) { in env_check_redund()
156 } else if (buf1_read_fail || buf2_read_fail) { in env_check_redund()
161 if (buf1_read_fail && buf2_read_fail) { in env_check_redund()
163 } else if (!buf1_read_fail && buf2_read_fail) { in env_check_redund()
166 } else if (buf1_read_fail && !buf2_read_fail) { in env_check_redund()
199 int env_import_redund(const char *buf1, int buf1_read_fail, in env_import_redund() argument
206 ret = env_check_redund(buf1, buf1_read_fail, buf2, buf2_read_fail); in env_import_redund()
/u-boot/include/
A Denv.h336 int env_check_redund(const char *buf1, int buf1_read_fail,
349 int env_import_redund(const char *buf1, int buf1_read_fail,

Completed in 4 milliseconds