Home
last modified time | relevance | path

Searched refs:ret_code (Results 1 – 17 of 17) sorted by relevance

/openbmc/openbmc-test-automation/tools/
H A Dgenerate_test_document51 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 Dbinman125 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 Dbinman.py125 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 Dpgm_template.tcl25 proc exit_proc { {ret_code 0} } {
30 dprint_var ret_code
36 exit $ret_code
/openbmc/qemu/linux-headers/linux/
H A Dvfio_ccw.h23 __u32 ret_code; member
34 __u32 ret_code; member
/openbmc/u-boot/tools/buildman/
H A Dbuildman65 ret_code = control.DoBuildman(options, args) variable
66 sys.exit(ret_code)
H A Dbuildman.py65 ret_code = control.DoBuildman(options, args) variable
66 sys.exit(ret_code)
H A Dfunc_test.py437 ret_code = self._RunControl('-b', TEST_BRANCH)
448 self.assertEqual(ret_code, 128)
/openbmc/openbmc-test-automation/bin/
H A Dprocess_plug_in_packages.py275 ret_code = 0
281 ret_code = 1
291 if ret_code != 0:
H A Dsol_utils.tcl59 proc exit_proc { {ret_code 0} } {
65 dprint_var ret_code
77 exit $ret_code
/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c951 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 Dopt.tcl514 proc gen_exit_proc { {ret_code 0} } {
519 exit_proc $ret_code
521 exit $ret_code
/openbmc/u-boot/drivers/tee/optee/
H A Drpmb.c38 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 Dcxl-device-utils.c92 RET_CODE, cci->bg.ret_code); in mailbox_reg_read()
H A Dcxl-mailbox-utils.c701 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 Dcxl_device.h187 uint16_t ret_code; /* Current value of retcode */ member
/openbmc/u-boot/common/
H A Dcli_hush.c1943 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;