Home
last modified time | relevance | path

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

/u-boot/env/
A Dcommon.c146 const char *buf2, int buf2_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()
200 const char *buf2, int buf2_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.h337 const char *buf2, int buf2_read_fail);
350 const char *buf2, int buf2_read_fail,

Completed in 3 milliseconds