Searched refs:retcode (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/test/py/ |
| H A D | u_boot_utils.py | 179 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))
|
| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | func_test.py | 191 retcode = self._DoTestFile(fname) 192 self.assertEqual(0, retcode) 358 retcode = self._DoTestFile('06_dual_image.dts') 359 self.assertEqual(0, retcode) 388 retcode = self._DoTestFile('08_pack.dts') 389 self.assertEqual(0, retcode) 430 retcode = self._DoTestFile('09_pack_extra.dts') 432 self.assertEqual(0, retcode) 524 retcode = self._DoTestFile('17_pack_image_size.dts') 525 self.assertEqual(0, retcode) [all …]
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | cfi_flash.c | 611 int retcode; in flash_full_status_check() local 613 retcode = flash_status_check(info, sector, tout, prompt); in flash_full_status_check() 618 if (retcode == ERR_OK && in flash_full_status_check() 620 retcode = ERR_INVAL; in flash_full_status_check() 629 retcode = ERR_NOT_ERASED; in flash_full_status_check() 636 retcode = ERR_PROTECTED; 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() 932 retcode = ERR_NOT_ERASED; in flash_write_cfibuffer() [all …]
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | pxa3xx_nand.c | 229 int retcode; member 692 info->retcode = ERR_UNCORERR; in pxa3xx_nand_irq() 694 info->retcode = ERR_CORERR; in pxa3xx_nand_irq() 805 info->retcode = ERR_NONE; in prepare_start_command() 1246 if (info->retcode == ERR_CORERR && info->use_ecc) { in pxa3xx_nand_read_page_hwecc() 1249 } else if (info->retcode == ERR_UNCORERR && info->ecc_bch) { in pxa3xx_nand_read_page_hwecc() 1266 info->retcode = ERR_CORERR; in pxa3xx_nand_read_page_hwecc() 1268 info->retcode = ERR_NONE; in pxa3xx_nand_read_page_hwecc() 1271 } else if (info->retcode == ERR_UNCORERR && !info->ecc_bch) { in pxa3xx_nand_read_page_hwecc() 1274 info->retcode = ERR_NONE; in pxa3xx_nand_read_page_hwecc() [all …]
|
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_hush.c | 2701 int retcode; local 2709 retcode = parse_stream(&result, &inner, input, subst_end); 2710 if (retcode != 0) return retcode; /* syntax error or EOF */ 2721 retcode = parse_stream(dest, ctx, &pipe_str, '\0'); 2724 if (retcode == 1) { 2735 retcode=pclose(p); 2737 debug_printf("pclosed, retcode=%d\n",retcode); 2739 return retcode;
|
| /rk3399_rockchip-uboot/include/ |
| H A D | common.h | 660 void gzwrite_progress_finish(int retcode,
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | avbtool.py | 470 retcode = p.wait() 471 if retcode != 0: 489 retcode = p.wait() 490 if retcode != 0: 626 retcode = p.wait() 627 if retcode != 0: 637 retcode = p.wait() 638 if retcode != 0: 4049 retcode = p.wait() 4050 if retcode != 0:
|