| /openbmc/qemu/crypto/ |
| H A D | secret_keyring.c | 45 long retcode; in qcrypto_secret_keyring_load_data() local 55 retcode = keyctl_read(secret->serial, NULL, 0); in qcrypto_secret_keyring_load_data() 56 if (retcode <= 0) { in qcrypto_secret_keyring_load_data() 60 buffer = g_new0(uint8_t, retcode); in qcrypto_secret_keyring_load_data() 62 retcode = keyctl_read(secret->serial, buffer, retcode); in qcrypto_secret_keyring_load_data() 63 if (retcode < 0) { in qcrypto_secret_keyring_load_data() 68 *outputlen = retcode; in qcrypto_secret_keyring_load_data()
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | __init__.py | 13 def __init__(self, retcode, cmd, output = None): argument 14 self.retcode = retcode 18 …mand '%s' returned non-zero exit status %d with output: %s" % (self.cmd, self.retcode, self.output)
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | yocto-check-layer-wrapper | 43 retcode=$? 47 exit $retcode
|
| H A D | runqemu | 1607 retcode = process.wait() 1608 if retcode: 1609 if retcode == -signal.SIGTERM:
|
| /openbmc/qemu/linux-user/arm/ |
| H A D | signal.c | 98 abi_ulong retcode[4]; member 107 QEMU_BUILD_BUG_ON(offsetof(struct sigframe, retcode[3]) 109 QEMU_BUILD_BUG_ON(offsetof(struct rt_sigframe, sig.retcode[3]) 179 abi_ulong retcode; in setup_return() local 214 retcode = default_sigreturn + (is_fdpic * 2 + is_rt) * 8; in setup_return() 223 write_arm_fdpic_sigreturn(frame->retcode, in setup_return() 227 write_arm_sigreturn(frame->retcode, in setup_return() 235 __put_user((abi_ulong)ka->sa_restorer, &frame->retcode[3]); in setup_return() 237 retcode = ka->sa_restorer; in setup_return() 246 env->regs[14] = retcode; in setup_return() [all …]
|
| /openbmc/u-boot/scripts/kconfig/tests/ |
| H 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
|
| /openbmc/qemu/tests/image-fuzzer/ |
| H A D | runner.py | 187 retcode = run_app(temp_log, cmd) 188 if retcode == 0: 245 retcode = run_app(temp_log, current_cmd) 253 if retcode < 0: 256 % (test_summary, str_signal(-retcode)), 263 "'%d'\n\n" % (test_summary, retcode),
|
| /openbmc/u-boot/drivers/mtd/ |
| H A D | cfi_flash.c | 610 int retcode; in flash_full_status_check() local 612 retcode = flash_status_check(info, sector, tout, prompt); in flash_full_status_check() 617 if (retcode == ERR_OK && in flash_full_status_check() 619 retcode = ERR_INVAL; in flash_full_status_check() 628 retcode = ERR_NOT_ERASED; in flash_full_status_check() 635 retcode = ERR_PROTECTED; in flash_full_status_check() 646 return retcode; in flash_full_status_check() 877 int retcode; in flash_write_cfibuffer() local 900 retcode = ERR_INVAL; in flash_write_cfibuffer() 931 retcode = ERR_NOT_ERASED; in flash_write_cfibuffer() [all …]
|
| /openbmc/u-boot/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))
|
| /openbmc/u-boot/tools/binman/ |
| H A D | ftest.py | 302 retcode = self._DoTestFile(fname, map=map, update_dtb=update_dtb, 304 self.assertEqual(0, retcode) 534 retcode = self._DoTestFile('006_dual_image.dts') 535 self.assertEqual(0, retcode) 564 retcode = self._DoTestFile('008_pack.dts') 565 self.assertEqual(0, retcode) 606 retcode = self._DoTestFile('009_pack_extra.dts') 608 self.assertEqual(0, retcode) 700 retcode = self._DoTestFile('017_pack_image_size.dts') 701 self.assertEqual(0, retcode) [all …]
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | pxa3xx_nand.c | 228 int retcode; member 691 info->retcode = ERR_UNCORERR; in pxa3xx_nand_irq() 693 info->retcode = ERR_CORERR; in pxa3xx_nand_irq() 804 info->retcode = ERR_NONE; in prepare_start_command() 1245 if (info->retcode == ERR_CORERR && info->use_ecc) { in pxa3xx_nand_read_page_hwecc() 1248 } else if (info->retcode == ERR_UNCORERR && info->ecc_bch) { in pxa3xx_nand_read_page_hwecc() 1265 info->retcode = ERR_CORERR; in pxa3xx_nand_read_page_hwecc() 1267 info->retcode = ERR_NONE; in pxa3xx_nand_read_page_hwecc() 1270 } else if (info->retcode == ERR_UNCORERR && !info->ecc_bch) { in pxa3xx_nand_read_page_hwecc() 1273 info->retcode = ERR_NONE; in pxa3xx_nand_read_page_hwecc() [all …]
|
| /openbmc/qemu/linux-user/xtensa/ |
| H A D | signal.c | 50 uint8_t retcode[6]; member 212 install_sigtramp(frame->retcode); in setup_rt_frame()
|
| /openbmc/qemu/linux-user/i386/ |
| H A D | signal.c | 157 char retcode[8]; member 168 char retcode[8]; member 484 install_sigtramp(frame->retcode); in setup_frame() 566 install_rt_sigtramp(frame->retcode); in setup_rt_frame()
|
| /openbmc/u-boot/common/ |
| H A D | cli_hush.c | 2700 int retcode; local 2708 retcode = parse_stream(&result, &inner, input, subst_end); 2709 if (retcode != 0) return retcode; /* syntax error or EOF */ 2720 retcode = parse_stream(dest, ctx, &pipe_str, '\0'); 2723 if (retcode == 1) { 2734 retcode=pclose(p); 2736 debug_printf("pclosed, retcode=%d\n",retcode); 2738 return retcode;
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | oescripts.py | 78 self.assertEqual(2, e.retcode)
|
| /openbmc/u-boot/include/ |
| H A D | common.h | 437 void gzwrite_progress_finish(int retcode,
|
| /openbmc/qemu/qga/ |
| H A D | commands-posix.c | 105 int retcode = -1; in ga_run_command() local 184 retcode = WEXITSTATUS(status); in ga_run_command() 213 return retcode; in ga_run_command()
|
| /openbmc/openbmc/poky/scripts/esdk-tools/ |
| H A D | runqemu | 1607 retcode = process.wait() 1608 if retcode: 1609 if retcode == -signal.SIGTERM:
|
| /openbmc/openbmc/poky/meta/lib/oeqa/buildperf/ |
| H A D | base.py | 298 log.error("Command failed: %s", err.retcode)
|