Home
last modified time | relevance | path

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

/u-boot/env/
A Dcommon.c331 int env_check_redund(const char *buf1, int buf1_read_fail, in env_check_redund() argument
340 if (buf1_read_fail && buf2_read_fail) { in env_check_redund()
343 } else if (buf1_read_fail || buf2_read_fail) { in env_check_redund()
348 if (!buf1_read_fail) in env_check_redund()
378 int env_import_redund(const char *buf1, int buf1_read_fail, in env_import_redund() argument
385 ret = env_check_redund(buf1, buf1_read_fail, buf2, buf2_read_fail); in env_import_redund()
/u-boot/include/
A Denv.h331 int env_check_redund(const char *buf1, int buf1_read_fail,
344 int env_import_redund(const char *buf1, int buf1_read_fail,

Completed in 5 milliseconds