Searched refs:bootCount (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | systems_logservices_postcodes.hpp | 377 const uint16_t bootIndex, const uint16_t bootCount, in getPostCodeForBoot() argument 381 [asyncResp, bootIndex, bootCount, entryCount, skip, in getPostCodeForBoot() 413 if (bootIndex < bootCount) in getPostCodeForBoot() 417 bootCount, endCount, skip, top); in getPostCodeForBoot() 444 top](const boost::system::error_code& ec, const uint16_t bootCount) { in getCurrentBootNumber() argument 451 getPostCodeForBoot(asyncResp, 1, bootCount, entryCount, skip, top); in getCurrentBootNumber()
|
/openbmc/webui-vue/src/store/modules/Logs/ |
H A D | PostCodeLogsStore.js | 27 bootCount: MessageArgs[0],
|
/openbmc/webui-vue/src/views/Logs/PostCodeLogs/ |
H A D | PostCodeLogs.vue | 240 key: 'bootCount', 241 label: i18n.global.t('pagePostCodeLogs.table.bootCount'),
|