Searched refs:retcode (Results 1 – 7 of 7) sorted by relevance
| /u-boot/scripts/kconfig/tests/ |
| A D | conftest.py | 82 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 D | cfi_flash.c | 611 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 D | u_boot_utils.py | 185 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 D | gzip.h | 61 void gzwrite_progress_finish(int retcode, ulong totalwritten, ulong totalsize,
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | pxa3xx_nand.c | 244 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 D | cli_hush.c | 2695 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 D | ftest.py | 532 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 39 milliseconds