| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | toasterui.py | 189 return_value = 0 433 return_value += 1 473 return_value += 1 475 if interrupted and return_value == 0: 476 return_value += 1 478 logger.warning("Return value is %d", return_value) 479 return return_value
|
| H A D | knotty.py | 659 return_value = 0 689 return_value = 3 722 return_value = 1 746 return_value = 1 800 return_value = event.exitcode 807 if not return_value: 808 return_value = event.exitcode 820 return_value = 1 844 return_value = 1 900 return_value = 1 [all …]
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_ekanalyzer.c | 673 int return_value = OK_STATUS; in ipmi_ekanalyzer_print() local 697 return_value = ipmi_ekanalyzer_fru_file2structure(filename[index], in ipmi_ekanalyzer_print() 706 return_value = ERROR_STATUS; in ipmi_ekanalyzer_print() 723 return_value = ipmi_ek_display_carrier_connectivity(list_record[i]); in ipmi_ekanalyzer_print() 752 return_value = ipmi_ek_display_power(argc, opt, filename, file_type); in ipmi_ekanalyzer_print() 755 return_value = ipmi_ek_display_power(argc, opt, filename, file_type); in ipmi_ekanalyzer_print() 758 return_value = ERROR_STATUS; in ipmi_ekanalyzer_print() 760 return return_value; in ipmi_ekanalyzer_print() 885 int return_value = ERROR_STATUS; in ipmi_ek_display_power() local 913 return_value = ipmi_ekanalyzer_fru_file2structure( filename[num_file], in ipmi_ek_display_power() [all …]
|
| /openbmc/skeleton/libopenbmc_intf/ |
| H A D | openbmc_intf.c | 203 GValue *return_value, in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT() argument 219 g_return_if_fail (return_value != NULL); in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT() 242 g_value_set_boolean (return_value, v_return); in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT() 248 GValue *return_value, in _g_dbus_codegen_marshal_BOOLEAN__OBJECT() argument 263 g_return_if_fail (return_value != NULL); in _g_dbus_codegen_marshal_BOOLEAN__OBJECT() 285 g_value_set_boolean (return_value, v_return); in _g_dbus_codegen_marshal_BOOLEAN__OBJECT() 291 GValue *return_value G_GNUC_UNUSED, in _g_dbus_codegen_marshal_VOID__VARIANT_STRING() 331 GValue *return_value, in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_VARIANT() argument 347 g_return_if_fail (return_value != NULL); in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_VARIANT() 370 g_value_set_boolean (return_value, v_return); in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_VARIANT() [all …]
|
| /openbmc/openbmc-test-automation/ffdc/docs/ |
| H A D | plugin.md | 106 - plugin_function: return_value = func_return_vars 110 when the return directive is used by implying "=" , the `return_value` can be 121 - return_value 202 - return_value
|
| /openbmc/openbmc-test-automation/openpower/ |
| H A D | test_timed_power_on.robot | 148 @{return_value}= Split String ${timer_value[0]} 149 ${return_value}= Evaluate ${return_value}[1] 152 RETURN ${return_value}
|
| /openbmc/u-boot/cmd/aspeed/nettest/ |
| H A D | ncsi.c | 578 char return_value; in Clear_Initial_State_SLT() local 583 …return_value = NCSI_SentWaitPacket( eng, CLEAR_INITIAL_STATE, eng->ncsi_cap.All_ID, 0 );//Internal… in Clear_Initial_State_SLT() 587 return( return_value );//Internal Channel ID = 0 in Clear_Initial_State_SLT() 592 char return_value; in Select_Package_SLT() local 601 …return_value = NCSI_SentWaitPacket( eng, SELECT_PACKAGE, ( eng->ncsi_cap.Package_ID << 5 ) + 0x1F,… in Select_Package_SLT() 602 if ( return_value ) in Select_Package_SLT() 609 return( return_value ); in Select_Package_SLT()
|
| /openbmc/u-boot/board/micronas/vct/ |
| H A D | scc.c | 524 int return_value = 0; in scc_setup_dma() local 607 return return_value; in scc_setup_dma()
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-betamax/ |
| H A D | 0001-Drop-ptests-fixtures-and-recorde_modes.patch | 266 - betamax.recorder, 'Betamax', return_value=self.mocked_betamax) 301 - betamax.recorder, 'Betamax', return_value=self.mocked_betamax)
|
| /openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
| H A D | task.hpp | |
| /openbmc/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 2878 int i,j,k, return_value = 1; in stbtt_PackFontRangesRenderIntoRects() local 2944 return_value = 0; // if any fail, report failure in stbtt_PackFontRangesRenderIntoRects() 2955 return return_value; in stbtt_PackFontRangesRenderIntoRects() 2966 int i,j,n, return_value = 1; in stbtt_PackFontRanges() local 2992 return_value = stbtt_PackFontRangesRenderIntoRects(spc, &info, ranges, num_ranges, rects); in stbtt_PackFontRanges() 2995 return return_value; in stbtt_PackFontRanges()
|
| /openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
| H A D | fetch.py | 2567 with unittest.mock.patch("shutil.which", return_value=None): 2579 with unittest.mock.patch("shutil.which", return_value=None): 2591 with unittest.mock.patch("shutil.which", return_value=None): 2610 with unittest.mock.patch("shutil.which", return_value=None):
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | recipetool.py | 890 d.getVar = Mock(return_value=commonlicdir)
|