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/test/py/
A Du_boot_utils.py179 def run_and_log_expect_exception(u_boot_console, cmd, retcode, msg): argument
195 assert(retcode == runner.exit_status)
199 "but it was not raised" % (retcode, msg))
/u-boot/drivers/mtd/
A Dcfi_flash.c618 int retcode; in flash_full_status_check() local
627 retcode = ERR_INVAL; in flash_full_status_check()
654 return retcode; in flash_full_status_check()
885 int retcode; in flash_write_cfibuffer() local
908 retcode = ERR_INVAL; in flash_write_cfibuffer()
1034 retcode = ERR_INVAL; in flash_write_cfibuffer()
1052 retcode = ERR_INVAL; in flash_write_cfibuffer()
1057 return retcode; in flash_write_cfibuffer()
1489 int retcode = 0; in flash_real_protect() local
1591 if (retcode == 0) { in flash_real_protect()
[all …]
/u-boot/include/
A Dgzip.h61 void gzwrite_progress_finish(int retcode, u64 totalwritten, u64 totalsize,
/u-boot/drivers/mtd/nand/raw/
A Dpxa3xx_nand.c244 int retcode; member
718 info->retcode = ERR_UNCORERR; in pxa3xx_nand_irq()
720 info->retcode = ERR_CORERR; in pxa3xx_nand_irq()
833 info->retcode = ERR_NONE; in prepare_start_command()
1274 if (info->retcode == ERR_CORERR && info->use_ecc) { in pxa3xx_nand_read_page_hwecc()
1277 } else if (info->retcode == ERR_UNCORERR && info->ecc_bch) { in pxa3xx_nand_read_page_hwecc()
1294 info->retcode = ERR_CORERR; in pxa3xx_nand_read_page_hwecc()
1296 info->retcode = ERR_NONE; in pxa3xx_nand_read_page_hwecc()
1299 } else if (info->retcode == ERR_UNCORERR && !info->ecc_bch) { in pxa3xx_nand_read_page_hwecc()
1302 info->retcode = ERR_NONE; in pxa3xx_nand_read_page_hwecc()
[all …]
/u-boot/common/
A Dcli_hush.c2690 int retcode; local
2698 retcode = parse_stream(&result, &inner, input, subst_end);
2699 if (retcode != 0) return retcode; /* syntax error or EOF */
2710 retcode = parse_stream(dest, ctx, &pipe_str, '\0');
2713 if (retcode == 1) {
2724 retcode=pclose(p);
2726 debug_printf("pclosed, retcode=%d\n",retcode);
2728 return retcode;
/u-boot/tools/binman/
A Dftest.py458 self.assertEqual(0, retcode)
718 retcode = self._DoTestFile('006_dual_image.dts')
719 self.assertEqual(0, retcode)
748 retcode = self._DoTestFile('008_pack.dts')
749 self.assertEqual(0, retcode)
932 retcode = self._DoTestFile('017_pack_image_size.dts')
933 self.assertEqual(0, retcode)
941 self.assertEqual(0, retcode)
969 retcode = self._DoTestFile('022_image_name.dts')
970 self.assertEqual(0, retcode)
[all …]

Completed in 25 milliseconds