| /openbmc/openbmc-test-automation/tools/ |
| H A D | generate_test_document | 51 local ret_code=0 52 python3 -m robot.testdoc tests testsdirectoryTCdocs.html || ret_code=1 53 python3 -m robot.testdoc extended extendeddirectoryTCdocs.html || ret_code=1 54 python3 -m robot.testdoc gui guidirectoryTCdocs.html || ret_code=1 55 python3 -m robot.testdoc systest systestdirectoryTCdocs.html || ret_code=1 56 python3 -m robot.testdoc xcat xcatdirectoryTCdocs.html || ret_code=1 57 python3 -m robot.testdoc mnfg mnfgdirectoryTCdocs.html || ret_code=1 58 python3 -m robot.testdoc tools toolsdirectoryTCdocs.html || ret_code=1 59 python3 -m robot.testdoc ./openpower/ras rasdirectoryTCdocs.html || ret_code=1 61 || ret_code=1 [all …]
|
| /openbmc/u-boot/tools/binman/ |
| H A D | binman | 125 ret_code = 0 134 ret_code = RunTests(options.debug, options.processes, args[1:]) 144 ret_code = control.Binman(options, args) 150 ret_code = 1 151 return ret_code 156 ret_code = RunBinman(options, args) variable 157 sys.exit(ret_code)
|
| H A D | binman.py | 125 ret_code = 0 134 ret_code = RunTests(options.debug, options.processes, args[1:]) 144 ret_code = control.Binman(options, args) 150 ret_code = 1 151 return ret_code 156 ret_code = RunBinman(options, args) variable 157 sys.exit(ret_code)
|
| /openbmc/openbmc-test-automation/templates/ |
| H A D | pgm_template.tcl | 25 proc exit_proc { {ret_code 0} } { 30 dprint_var ret_code 36 exit $ret_code
|
| /openbmc/qemu/linux-headers/linux/ |
| H A D | vfio_ccw.h | 23 __u32 ret_code; member 34 __u32 ret_code; member
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | buildman | 65 ret_code = control.DoBuildman(options, args) variable 66 sys.exit(ret_code)
|
| H A D | buildman.py | 65 ret_code = control.DoBuildman(options, args) variable 66 sys.exit(ret_code)
|
| H A D | func_test.py | 437 ret_code = self._RunControl('-b', TEST_BRANCH) 448 self.assertEqual(ret_code, 128)
|
| /openbmc/openbmc-test-automation/bin/ |
| H A D | process_plug_in_packages.py | 275 ret_code = 0 281 ret_code = 1 291 if ret_code != 0:
|
| H A D | sol_utils.tcl | 59 proc exit_proc { {ret_code 0} } { 65 dprint_var ret_code 77 exit $ret_code
|
| /openbmc/u-boot/drivers/mtd/ |
| H A D | mtdcore.c | 951 int ret_code; in mtd_read() local 964 ret_code = mtd->_read(mtd, from, len, retlen, buf); in mtd_read() 971 ret_code = mtd->_read_oob(mtd, from, &ops); in mtd_read() 977 if (unlikely(ret_code < 0)) in mtd_read() 978 return ret_code; in mtd_read() 981 return ret_code >= mtd->bitflip_threshold ? -EUCLEAN : 0; in mtd_read() 1071 int ret_code; in mtd_read_oob() local 1074 ret_code = mtd_check_oob_ops(mtd, from, ops); in mtd_read_oob() 1075 if (ret_code) in mtd_read_oob() 1076 return ret_code; in mtd_read_oob() [all …]
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | opt.tcl | 514 proc gen_exit_proc { {ret_code 0} } { 519 exit_proc $ret_code 521 exit $ret_code
|
| /openbmc/u-boot/drivers/tee/optee/ |
| H A D | rpmb.c | 38 u8 ret_code; member 111 info->ret_code = RPMB_CMD_GET_DEV_INFO_RET_OK; in rpmb_get_dev_info()
|
| /openbmc/qemu/hw/cxl/ |
| H A D | cxl-device-utils.c | 92 RET_CODE, cci->bg.ret_code); in mailbox_reg_read()
|
| H A D | cxl-mailbox-utils.c | 701 bg_op_status->returncode = cci->bg.ret_code; in cmd_infostat_bg_op_sts() 731 cci->bg.ret_code = CXL_MBOX_ABORTED; in cmd_infostat_bg_op_abort() 3945 cci->bg.ret_code = 0; in cxl_process_cci_message() 3969 cci->bg.ret_code = ret; in bg_timercb()
|
| /openbmc/qemu/include/hw/cxl/ |
| H A D | cxl_device.h | 187 uint16_t ret_code; /* Current value of retcode */ member
|
| /openbmc/u-boot/common/ |
| H A D | cli_hush.c | 1943 int a, i, ret_code=0; local 1948 return ret_code; 1973 ret_code = free_pipe_list(child->group,indent+3); 1998 return ret_code;
|