Home
last modified time | relevance | path

Searched refs:retcode (Results 1 – 7 of 7) sorted by relevance

/u-boot/scripts/kconfig/tests/
A Dconftest.py82 self.retcode = ps.returncode
89 if self.retcode == 0 and out_file:
102 print("[retcode]\n{}\n".format(self.retcode))
114 return self.retcode
/u-boot/drivers/mtd/
A Dcfi_flash.c611 int retcode; in flash_full_status_check() local
620 retcode = ERR_INVAL; in flash_full_status_check()
647 return retcode; in flash_full_status_check()
878 int retcode; in flash_write_cfibuffer() local
901 retcode = ERR_INVAL; in flash_write_cfibuffer()
1027 retcode = ERR_INVAL; in flash_write_cfibuffer()
1045 retcode = ERR_INVAL; in flash_write_cfibuffer()
1050 return retcode; in flash_write_cfibuffer()
1482 int retcode = 0; in flash_real_protect() local
1584 if (retcode == 0) { in flash_real_protect()
[all …]
/u-boot/test/py/
A Du_boot_utils.py185 def run_and_log_expect_exception(u_boot_console, cmd, retcode, msg): argument
201 assert retcode == runner.exit_status
205 "but it was not raised" % (retcode, msg))
/u-boot/include/
A Dgzip.h61 void gzwrite_progress_finish(int retcode, ulong totalwritten, ulong totalsize,
/u-boot/drivers/mtd/nand/raw/
A Dpxa3xx_nand.c244 int retcode; member
673 info->retcode = ERR_UNCORERR; in pxa3xx_nand_irq()
675 info->retcode = ERR_CORERR; in pxa3xx_nand_irq()
788 info->retcode = ERR_NONE; in prepare_start_command()
1229 if (info->retcode == ERR_CORERR && info->use_ecc) { in pxa3xx_nand_read_page_hwecc()
1232 } else if (info->retcode == ERR_UNCORERR && info->ecc_bch) { in pxa3xx_nand_read_page_hwecc()
1249 info->retcode = ERR_CORERR; in pxa3xx_nand_read_page_hwecc()
1251 info->retcode = ERR_NONE; in pxa3xx_nand_read_page_hwecc()
1254 } else if (info->retcode == ERR_UNCORERR && !info->ecc_bch) { in pxa3xx_nand_read_page_hwecc()
1257 info->retcode = ERR_NONE; in pxa3xx_nand_read_page_hwecc()
[all …]
/u-boot/common/
A Dcli_hush.c2695 int retcode; local
2703 retcode = parse_stream(&result, &inner, input, subst_end);
2704 if (retcode != 0) return retcode; /* syntax error or EOF */
2715 retcode = parse_stream(dest, ctx, &pipe_str, '\0');
2718 if (retcode == 1) {
2729 retcode=pclose(p);
2731 debug_printf("pclosed, retcode=%d\n",retcode);
2733 return retcode;
/u-boot/tools/binman/
A Dftest.py532 self.assertEqual(0, retcode)
819 self.assertEqual(0, retcode)
849 self.assertEqual(0, retcode)
1046 self.assertEqual(0, retcode)
1054 self.assertEqual(0, retcode)
1083 self.assertEqual(0, retcode)
1948 self.assertEqual(0, retcode)
4911 retcode = self._DoTestFile(
4914 self.assertEqual(0, retcode)
6059 self.assertEqual(0, retcode)
[all …]

Completed in 845 milliseconds