Home
last modified time | relevance | path

Searched refs:back (Results 1 – 25 of 497) sorted by relevance

12345678910>>...20

/openbmc/telemetry/src/metrics/
H A Dcollection_function.cpp30 return readings.back().second; in calculateForStartupInterval()
56 return readings.back().second; in calculateForStartupInterval()
79 const auto duration = timestamp - readings.back().first; in calculate()
80 valueSum += readings.back().second * duration.count(); in calculate()
93 ReadingItem(timestamp, readings.back().second)}); in calculateForStartupInterval()
120 calculateMultiplier(timestamp - readings.back().first); in calculate()
121 valueSum += readings.back().second * multiplier.count(); in calculate()
140 ReadingItem(timestamp, readings.back().second)}); in calculateForStartupInterval()
/openbmc/u-boot/drivers/dfu/
H A DKconfig27 bool "MMC back end for DFU"
32 bool "NAND back end for DFU"
39 bool "RAM back end for DFU"
44 bool "SPI flash back end for DFU"
/openbmc/u-boot/scripts/coccinelle/iterators/
H A Dlist_entry_update.cocci4 /// that there is a path from the reassignment back to the top of the loop.
38 @back depends on (org || report) && !context exists@
48 @script:python depends on back && org@
56 @script:python depends on back && report@
/openbmc/u-boot/drivers/video/
H A Dvideo-uclass.c121 int fore, back; in video_set_default_colors() local
126 back = VID_BLACK; in video_set_default_colors()
129 back = VID_WHITE; in video_set_default_colors()
135 fore = back; in video_set_default_colors()
136 back = temp; in video_set_default_colors()
140 priv->colour_bg = vid_console_color(priv, back); in video_set_default_colors()
/openbmc/openbmc/poky/meta/recipes-extended/iputils/iputils/
H A DCVE-2025-47268.patch
/openbmc/google-ipmi-sys/
H A Dutil.cpp76 const char& back = contents.back(); in readPropertyFile() local
77 if (back == '\0') in readPropertyFile()
/openbmc/openbmc/poky/meta/recipes-devtools/rpm-sequoia/
H A Drpm-sequoia-crypto-policy_git.bb34 install -d -m755 ${D}${datadir}/crypto-policies/back-ends
35 install -m644 ${S}/output/DEFAULT/rpm-sequoia.txt ${D}${datadir}/crypto-policies/back-ends/rpm-sequoia.config
38 FILES:${PN} = "${datadir}/crypto-policies/back-ends/*"
/openbmc/phosphor-fan-presence/
H A Dhwmon_ffdc.cpp104 if (output.back().back() == '\n') in getDmesgFFDC()
106 output.back().pop_back(); in getDmesgFFDC()
/openbmc/pldm/requester/test/
H A Dmctp_endpoint_discovery_test.cpp80 pldm::MctpInfo mctpInfo = mctpDiscoveryHandler->existingMctpInfos.back(); in TEST()
111 pldm::MctpInfo mctpInfo = mctpDiscoveryHandler->existingMctpInfos.back(); in TEST()
123 mctpInfo = mctpDiscoveryHandler->existingMctpInfos.back(); in TEST()
128 mctpInfo = removedInfos.back(); in TEST()
146 pldm::MctpInfo mctpInfo = mctpDiscoveryHandler->existingMctpInfos.back(); in TEST()
192 pldm::MctpInfo mctpInfo = mctpDiscoveryHandler->existingMctpInfos.back(); in TEST()
234 pldm::MctpInfo mctpInfo = mctpDiscoveryHandler->existingMctpInfos.back(); in TEST()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dreal_pel_test.cpp550 auto& last = pel.optionalSections().back(); in TEST_F()
556 EXPECT_EQ(lastSectionData.back(), 0xA4); in TEST_F()
/openbmc/openpower-hw-diags/analyzer/
H A Dcreate_pel.cpp101 std::ofstream o{io_userDataFiles.back().getPath()}; in __addCalloutList()
115 std::ofstream o{io_userDataFiles.back().getPath()}; in __addCalloutFFDC()
130 auto path = io_userDataFiles.back().getPath(); in __captureSignatureList()
169 auto path = io_userDataFiles.back().getPath(); in __captureRegisterDump()
270 auto path = io_userDataFiles.back().getPath(); in __captureHostbootScratchRegisters()
327 auto path = io_userDataFiles.back().getPath(); in __captureScratchRegSignature()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Ducd90320_device.cpp60 gpioGroups.back().offset + gpioGroups.back().count; in storeGPIOValues()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dcollection.hpp45 std::string back = jsonCountKeyName.back(); in handleCollectionMembers() local
47 jsonCountKeyName /= back + "@odata.count"; in handleCollectionMembers()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dcallouts.cpp27 currentLength += _callouts.back()->flattenedSize(); in Callouts()
68 _subsectionWordLength += _callouts.back()->flattenedSize() / 4; in addCallout()
H A Dfru_identity.cpp210 _pnOrProcedureID.back() = 0; in setPartNumber()
254 _pnOrProcedureID.back() = 0; in setMaintenanceProcedure()
284 _pnOrProcedureID.back() = 0; in setSymbolicFRU()
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/
H A D0002-Fix-unittests-Typo-in-Name-Name-append-to-ndata_-not.patch
/openbmc/phosphor-fan-presence/control/json/utils/
H A Dmodifier.cpp223 return getDefaultValue(rangeValues.back().second, defaultValue); in operator ()()
235 return getDefaultValue(rangeValues.back().second, defaultValue); in operator ()()
247 return getDefaultValue(rangeValues.back().second, defaultValue); in operator ()()
260 return getDefaultValue(rangeValues.back().second, defaultValue); in operator ()()
/openbmc/phosphor-mrw-tools/
H A Dgen_settings.pl99 my $back = substr($row, $exprStart + length($expr) + 2);
101 $row = $front . $value . $back;
/openbmc/libbej/src/
H A Dbej_encoder_json.cpp18 return stack->back(); in stackPeek()
28 void* value = stack->back(); in stackPop()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch4 Subject: [PATCH] nativesdk-glibc: Fall back to faccessat on faccess2 returns
28 + we must check for EPERM here and fall back to faccessat. */
/openbmc/phosphor-power/tools/power-utils/
H A Dutils.cpp76 if (path.back() == psuInventoryPath.back()) in getPsuI2c()
177 if (devPath.back() == '/') in getDeviceName()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm/
H A D0002-Fix-function-definition-in-yacc-source-file-until-va.patch78 GOTO(x,y); PUTC(VERLINE,draw->bord,draw->back);
79 for (i=0;i<item->pad;i++) PUTC(' ',draw->fore,draw->back);
80 PUTS(item->name,draw->fore,draw->back); i+=strlen(item->name);
/openbmc/openbmc-test-automation/tools/
H A Dfactory_reset_bmc.robot2 Documentation Factory reset BMC and set the network config back.
28 [Documentation] Factory reset BMC and verify BMC comes back online.
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_os_reboot.robot23 ... OS to boot back.
29 # 4. Verify if OS is booted back
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_bmc_image_switch.robot19 # User can input -v LOOP_COUNT:n to drive the switch back and forth for
79 [Documentation] Switch back up image to running and verify.
136 Print Timen Switch to back up and rebooting.
139 Print Timen Switch to back up completed.

12345678910>>...20