| /openbmc/openbmc/meta-arm/ci/ |
| H A D | patchreview | 128 summary = Summary() 132 summary.total += 1 137 summary.sob_missing += 1 139 summary.sob_malformed += 1 141 summary.status_missing += 1 143 summary.status_malformed += 1 145 summary.status_pending += 1 147 summary.cve_missing += 1 149 summary.status_pending += 1 180 return summary [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | cache_extra.py | 34 self.summary = self.getvar('SUMMARY', metadata) 46 cachedata.summary = {} 56 cachedata.summary[fn] = self.summary
|
| /openbmc/dbus-sensors/src/fan/ |
| H A D | PresenceGpio.hpp | 36 std::string summary = deviceType + " " + deviceName + " Inserted"; in logPresent() local 38 lg2::info(summary.c_str(), "REDFISH_MESSAGE_ID", msg.c_str(), in logPresent() 44 std::string summary = deviceType + " " + deviceName + " Removed"; in logRemoved() local 46 lg2::error(summary.c_str(), "REDFISH_MESSAGE_ID", msg.c_str(), in logRemoved()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
| H A D | lmbench_result_html_report.patch | 36 $(MK) LIST="$(LIST)" summary > HTML/summary.out 2> HTML/summary.errs 45 -<h2><a href=summary>Summary of results</a></h2> 46 +<h2><a href=summary.out>Summary of results</a></h2>
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_events.c | 90 uint32_t summary; member 450 return entry->summary & RTAS_LOG_TYPE_MASK; in spapr_event_log_entry_type() 553 entry->summary = RTAS_LOG_VERSION_6 in spapr_powerdown_req() 605 entry->summary = RTAS_LOG_VERSION_6 in spapr_hotplug_req_event() 755 uint32_t summary; in spapr_mce_get_elog_type() local 758 summary = RTAS_LOG_VERSION_6 | RTAS_LOG_OPTIONAL_PART_PRESENT; in spapr_mce_get_elog_type() 760 summary |= RTAS_LOG_DISPOSITION_FULLY_RECOVERED; in spapr_mce_get_elog_type() 762 summary |= RTAS_LOG_DISPOSITION_NOT_RECOVERED; in spapr_mce_get_elog_type() 778 summary |= mc_derror_table[i].initiator in spapr_mce_get_elog_type() 781 return summary; in spapr_mce_get_elog_type() [all …]
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | search.py | 33 summary = rd.getVar('SUMMARY') 34 if summary == rd.expand(defsummary): 35 summary = '' 36 print("%s %s" % (pn.ljust(20), summary))
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/ |
| H A D | template.md | 5 *Brief summary of the hardware* 17 *A summary of how to deploy or execute the image*
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | vex.bbclass | 31 CVE_CHECK_SUMMARY_FILE_NAME_JSON = "cve-summary.json" 32 CVE_CHECK_SUMMARY_INDEX_PATH = "${CVE_CHECK_SUMMARY_DIR}/cve-summary-index.txt" 88 bb.note("Generating JSON CVE summary") 90 summary = {"version":"1", "package": []} 96 cve_check_merge_jsons(summary, data) 99 summary["package"].sort(key=lambda d: d['name']) 102 json.dump(summary, f, indent=2) 117 json_summary_name = os.path.join(cvelogpath, "cve-summary-%s.json" % (timestamp)) 119 bb.plain("Complete CVE JSON report summary created at: %s" % json_summary_link_name) 270 if 'NVD-summary' in cve_data[cve]: [all …]
|
| H A D | cve-check.bbclass | 45 CVE_CHECK_SUMMARY_FILE_NAME ?= "cve-summary" 46 CVE_CHECK_SUMMARY_FILE_NAME_JSON = "cve-summary.json" 47 CVE_CHECK_SUMMARY_INDEX_PATH = "${CVE_CHECK_SUMMARY_DIR}/cve-summary-index.txt" 121 bb.note("Generating JSON CVE summary") 123 summary = {"version":"1", "package": []} 129 cve_check_merge_jsons(summary, data) 132 summary["package"].sort(key=lambda d: d['name']) 135 json.dump(summary, f, indent=2) 154 bb.plain("Complete CVE JSON report summary created at: %s" % json_summary_link_name) 450 cve_data[row[0]]["NVD-summary"] = row[1] [all …]
|
| /openbmc/qemu/ |
| H A D | .b4-config | 10 am-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback - 11 prep-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback -
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_layerdetails_page.py | 45 summary = "A imported layer" 50 summary=summary, 61 self.initial_values = [name, vcs_url, subdir, gitrev, summary,
|
| /openbmc/phosphor-ipmi-flash/ |
| H A D | meson.build | 87 # Get the options status and build a project summary to show which flags are 93 summary(option_key, option_value, section: 'Enabled Features') 106 summary( 122 summary(option_key, option_value, section: 'Enabled LPC Features') 135 summary(option_key, option_value, section: 'Enabled PCI Features')
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-setup-build | 38 try: summary = open(os.path.join(template_dir, d, 'conf-summary.txt')).read() 39 except: summary = None 40 …atepath":templatepath,"buildpath":buildpath,"notespath":notespath,"notes":notes,"summary":summary})
|
| H A D | create-pull-request | 32 -m msg_body_file The file containing a blurb to be inserted into the summary email 36 -s subject The subject to be inserted into the summary email 266 Review their content, especially the summary mail:
|
| /openbmc/openbmc-test-automation/network/ |
| H A D | test_network_nping.robot | 83 ${summary}= Get Lines Containing String ${traffic_details} Rcvd: 84 Log To Console \nPacket loss summary on ${host}\n********************* 85 RETURN ${summary}
|
| /openbmc/qemu/python/qemu/utils/ |
| H A D | __init__.py | 142 def summary(self) -> str: member in VerboseProcessError 166 self.summary(),
|
| /openbmc/telemetry/ |
| H A D | gcovr.cfg | 9 print-summary = yes
|
| /openbmc/qemu/python/ |
| H A D | avocado.cfg | 5 # Don't show stdout/stderr in the test *summary*
|
| /openbmc/openbmc/poky/meta/lib/bbconfigbuild/ |
| H A D | configfragments.py | 28 summary = d.getVar('BB_CONF_FRAGMENT_SUMMARY') 30 if not summary: 36 return summary, description
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/ |
| H A D | lsupdates.py | 138 l.summary = index.layerItems[id].summary 273 ro.summary = index.recipes[id].summary
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/classes/ |
| H A D | gnome-help.bbclass | 48 summary = d.getVar('SUMMARY') or pn 58 d.setVar('SUMMARY:' + pkg, '%s - %s help' % (summary, l))
|
| /openbmc/u-boot/fs/jffs2/ |
| H A D | jffs2_1pass.c | 1263 struct jffs2_raw_summary *summary, in jffs2_sum_process_sum_data() argument 1271 sp = summary->sum; in jffs2_sum_process_sum_data() 1273 for (i = 0; i < summary->sum_num; i++) { in jffs2_sum_process_sum_data() 1333 struct jffs2_raw_summary *summary, uint32_t sumsize, in jffs2_sum_scan_sumnode() argument 1348 crcnode.totlen = summary->totlen; in jffs2_sum_scan_sumnode() 1351 if (summary->hdr_crc != crc) { in jffs2_sum_scan_sumnode() 1357 if (summary->totlen != sumsize) { in jffs2_sum_scan_sumnode() 1362 crc = crc32_no_comp(0, (uchar *)summary, in jffs2_sum_scan_sumnode() 1365 if (summary->node_crc != crc) { in jffs2_sum_scan_sumnode() 1370 crc = crc32_no_comp(0, (uchar *)summary->sum, in jffs2_sum_scan_sumnode() [all …]
|
| /openbmc/openpower-debug-collector/dump/tools/bmcdump/scripts/ |
| H A D | package | 22 rm -rf $name_dir/summary.log
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock-2.2.3/ |
| H A D | vlock-no_tally.patch | 40 + --enable-fail-count enable failed login attempt summary [enabled] 66 +# display a summary of failed authentication attempts after successfully
|
| /openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/ |
| H A D | 0006-Make-gemspecs-reproducible.patch | 29 s.summary = "Arbitrary-precision decimal floating-point number library." 51 s.summary = "Console interface"
|