| /openbmc/telemetry/src/metrics/ |
| H A D | collection_function.cpp | 30 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 D | Kconfig | 27 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 D | list_entry_update.cocci | 4 /// 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 D | video-uclass.c | 121 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 D | CVE-2025-47268.patch | |
| /openbmc/google-ipmi-sys/ |
| H A D | util.cpp | 76 const char& back = contents.back(); in readPropertyFile() local 77 if (back == '\0') in readPropertyFile()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rpm-sequoia/ |
| H A D | rpm-sequoia-crypto-policy_git.bb | 34 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 D | hwmon_ffdc.cpp | 104 if (output.back().back() == '\n') in getDmesgFFDC() 106 output.back().pop_back(); in getDmesgFFDC()
|
| /openbmc/pldm/requester/test/ |
| H A D | mctp_endpoint_discovery_test.cpp | 80 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 D | real_pel_test.cpp | 550 auto& last = pel.optionalSections().back(); in TEST_F() 556 EXPECT_EQ(lastSectionData.back(), 0xA4); in TEST_F()
|
| /openbmc/openpower-hw-diags/analyzer/ |
| H A D | create_pel.cpp | 101 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 D | ucd90320_device.cpp | 60 gpioGroups.back().offset + gpioGroups.back().count; in storeGPIOValues()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | collection.hpp | 45 std::string back = jsonCountKeyName.back(); in handleCollectionMembers() local 47 jsonCountKeyName /= back + "@odata.count"; in handleCollectionMembers()
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | callouts.cpp | 27 currentLength += _callouts.back()->flattenedSize(); in Callouts() 68 _subsectionWordLength += _callouts.back()->flattenedSize() / 4; in addCallout()
|
| H A D | fru_identity.cpp | 210 _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 D | 0002-Fix-unittests-Typo-in-Name-Name-append-to-ndata_-not.patch | |
| /openbmc/phosphor-fan-presence/control/json/utils/ |
| H A D | modifier.cpp | 223 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 D | gen_settings.pl | 99 my $back = substr($row, $exprStart + length($expr) + 2); 101 $row = $front . $value . $back;
|
| /openbmc/libbej/src/ |
| H A D | bej_encoder_json.cpp | 18 return stack->back(); in stackPeek() 28 void* value = stack->back(); in stackPop()
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch | 4 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 D | utils.cpp | 76 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 D | 0002-Fix-function-definition-in-yacc-source-file-until-va.patch | 78 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 D | factory_reset_bmc.robot | 2 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 D | test_os_reboot.robot | 23 ... OS to boot back. 29 # 4. Verify if OS is booted back
|
| /openbmc/openbmc-test-automation/redfish/update_service/ |
| H A D | test_bmc_image_switch.robot | 19 # 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.
|