Home
last modified time | relevance | path

Searched refs:return_value (Results 1 – 13 of 13) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtoasterui.py189 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 Dknotty.py659 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 Dipmi_ekanalyzer.c673 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 Dopenbmc_intf.c203 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 Dplugin.md106 - 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 Dtest_timed_power_on.robot148 @{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 Dncsi.c578 char return_value; in Clear_Initial_State_SLT() local
583return_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
601return_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 Dscc.c524 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 D0001-Drop-ptests-fixtures-and-recorde_modes.patch266 - 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 Dtask.hpp
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h2878 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 Dfetch.py2567 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 Drecipetool.py890 d.getVar = Mock(return_value=commonlicdir)