/openbmc/qemu/tests/migration/guestperf/ |
H A D | shell.py | 34 from guestperf.report import Report 187 report = engine.run(hardware, scenario) 189 print(report.to_json()) 192 print(report.to_json(), file=fh) 238 report = engine.run(hardware, scenario) 240 print(report.to_json(), file=fh) 286 for report in args.reports: 287 reports.append(Report.from_json_file(report))
|
/openbmc/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | test-qxfer-siginfo-read.py | 17 from test_gdbstub import main, report 24 report(resp.find("si_addr = 0xdeadbeef"), "Found fault address.")
|
H A D | test-proc-mappings.py | 6 from test_gdbstub import gdb_exit, main, report 17 report(isinstance(mappings, str), "Fetched the mappings from the inferior")
|
H A D | test-thread-breakpoint.py | 9 from test_gdbstub import main, report 20 report(str(frame.function()) == "thread1_func", "break @ %s"%frame)
|
H A D | follow-fork-mode-child.py | 5 from test_gdbstub import main, report 37 report(exitcode == 42, "{} == 42".format(exitcode))
|
/openbmc/openbmc/meta-security/recipes-compliance/scap-security-guide/files/ |
H A D | run_eval.sh | 3 oscap xccdf eval --results results.xml --report report.html --profile xccdf_org.ssgproject.content_…
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | coccinelle.rst | 84 - ``report`` generates a list in the following format: 93 of Coccinelle, the default mode is "report". 108 make coccicheck MODE=report 128 make coccicheck MODE=report V=1 136 make coccicheck MODE=report J=4 164 make coccicheck COCCI=<my_SP.cocci> MODE=report 357 Detailed description of the ``report`` mode 360 ``report`` generates a list in the following format:: 381 @script:python depends on report@ 387 coccilib.report.print_report(p[0], msg) [all …]
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | semicolon.cocci | 12 virtual report 71 @script:python depends on report@ 74 coccilib.report.print_report(p[0],"Unneeded semicolon")
|
H A D | cond_no_effect.cocci | 14 // In the Linux kernel it does not seem to actually report 46 virtual report 61 @script:python depends on report@ 65 coccilib.report.print_report(p[0],"WARNING: possible condition with no effect (if == else)")
|
/openbmc/qemu/scripts/ci/ |
H A D | coverage-summary.sh | 15 gcovr -p -o raw-report.txt 18 sed s@$PWD\/@@ raw-report.txt | sed s/[0-9]\*[,-]//g > simplified.txt
|
/openbmc/linux/scripts/coccinelle/api/ |
H A D | device_attr_show.cocci | 14 virtual report 45 @script: python depends on report@ 49 coccilib.report.print_report(p[0], "WARNING: use scnprintf or sprintf")
|
H A D | simple_open.cocci | 11 virtual report 39 @ openr depends on report @ 71 coccilib.report.print_report(pf[0],"WARNING opportunity for simple_open, see also structure on line…
|
/openbmc/linux/scripts/coccinelle/tests/ |
H A D | doublebitand.cocci | 18 virtual report 51 @script:python depends on report@ 55 coccilib.report.print_report(p[0],"duplicated argument to & or |")
|
H A D | doubletest.cocci | 17 virtual report 55 @script:python depends on report && !bad@ 59 coccilib.report.print_report(p[0],"duplicated argument to && or ||")
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm8350.c | 55 int report; member 1244 int report; in wm8350_hp_work() local 1248 report = jack->report; in wm8350_hp_work() 1250 report = 0; in wm8350_hp_work() 1252 snd_soc_jack_report(jack->jack, report, jack->report); in wm8350_hp_work() 1329 priv->hpl.report = report; in wm8350_hp_jack_detect() 1335 priv->hpr.report = report; in wm8350_hp_jack_detect() 1343 if (report) { in wm8350_hp_jack_detect() 1369 int report = 0; in wm8350_mic_handler() local 1379 report |= priv->mic.report; in wm8350_mic_handler() [all …]
|
/openbmc/linux/drivers/hid/ |
H A D | hid-roccat.c | 78 struct roccat_report *report; in roccat_read() local 118 report = &device->cbuf[reader->cbuf_start]; in roccat_read() 125 if (copy_to_user(buffer, report->value, len)) { in roccat_read() 251 struct roccat_report *report; in roccat_report_event() local 262 report = &device->cbuf[device->cbuf_end]; in roccat_report_event() 265 kfree(report->value); in roccat_report_event() 267 report->value = new_value; in roccat_report_event()
|
H A D | hid-lenovo.c | 268 field->report->id == 5) { in lenovo_input_mapping_tpIIkbd() 312 field->report->id == 21) { in lenovo_input_mapping_tpIIkbd() 685 struct hid_report *report, u8 *data, int size) in lenovo_raw_event() argument 791 struct hid_report *report; in lenovo_features_set_tpkbd() local 801 report->field[2]->value[0] = data_pointer->sensitivity; in lenovo_features_set_tpkbd() 802 report->field[3]->value[0] = data_pointer->press_speed; in lenovo_features_set_tpkbd() 804 hid_hw_request(hdev, report, HID_REQ_SET_REPORT); in lenovo_features_set_tpkbd() 1033 struct hid_report *report; in lenovo_led_set_tpkbd() local 1035 report = hdev->report_enum[HID_OUTPUT_REPORT].report_id_hash[3]; in lenovo_led_set_tpkbd() 1036 report->field[0]->value[0] = (data_pointer->led_state >> 0) & 1; in lenovo_led_set_tpkbd() [all …]
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | build-perf-test-wrapper.sh | 29 -E EMAIL_ADDR send email report 35 -x create xml report (instead of json) 211 oe-build-perf-report -r "$results_repo" > $report_txt 212 oe-build-perf-report -r "$results_repo" --html > $report_html 218 …"$script_dir"/oe-build-perf-report-email.py --to "$email_to" --subject "Build Perf Test Report for…
|
/openbmc/u-boot/test/py/ |
H A D | conftest.py | 553 for report in reports: 554 if report.outcome == 'failed': 555 if hasattr(report, 'wasxfail'): 562 msg = 'FAILED:\n' + str(report.longrepr) 565 if report.outcome == 'skipped': 566 if hasattr(report, 'wasxfail'): 569 msg = 'XFAILED:\n' + str(report.longrepr) 573 msg = 'SKIPPED:\n' + str(report.longrepr)
|
/openbmc/linux/scripts/coccinelle/free/ |
H A D | put_device.cocci | 9 virtual report 39 @script:python depends on report@ 44 coccilib.report.print_report(p2[0],
|
/openbmc/linux/scripts/coccinelle/null/ |
H A D | eno.cocci | 15 virtual report 43 @script:python depends on report@ 49 coccilib.report.print_report(p2[0], msg)
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_conntrack_expect.h | 106 u32 portid, int report); 119 void *data, u32 portid, int report); 130 u32 portid, int report, unsigned int flags);
|
/openbmc/docs/security/ |
H A D | obmc-security-response-team.md | 9 - a procedure to privately report security vulnerabilities 31 [How to privately report a security vulnerability](./how-to-report-a-security-vulnerability.md) 32 web page explains how OpenBMC community members can report a security
|
/openbmc/bmcweb/.github/ISSUE_TEMPLATE/ |
H A D | bug_report.yml | 1 name: Bug report 7 Thanks for taking the time to fill out this bug report! 13 This is used to report product bugs: 14 …To report a security vulnerability, please follow <https://github.com/openbmc/docs/blob/master/sec…
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | configfs-usb-gadget-hid | 9 report_desc blob corresponding to HID report descriptors 11 report_length HID report length
|