/openbmc/qemu/docs/devel/ |
H A D | zoned-storage.rst | 33 including report zones, four zone operations, and zone append.
|
/openbmc/linux/Documentation/sound/soc/ |
H A D | jack.rst | 56 update and the set of things to report when the jack is connected.
|
/openbmc/linux/mm/damon/ |
H A D | Kconfig | 72 (DAMON_SYSFS). If you depend on this and cannot move, please report
|
/openbmc/linux/Documentation/hwmon/ |
H A D | ltc4245.rst | 99 ADC as an analog voltage, and report the value in in9_input.
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-script-python.txt | 362 The 'report' script is also a shell script with the same base name as 363 your script, but with -report appended. It should also be located in 368 # cat kernel-source/tools/perf/scripts/python/bin/syscall-counts-report 410 and display the output using 'perf script report': 412 # perf script report syscall-counts
|
H A D | perf-top.txt | 131 Please see description of --sort in the perf-report man page. 189 perf-report man pages for details. 405 linkperf:perf-stat[1], linkperf:perf-list[1], linkperf:perf-report[1]
|
H A D | perf-intel-pt.txt | 36 'perf script', 'perf report' and 'perf inject'. See below for more information 65 And profiled with 'perf report' e.g. 67 perf report 79 it. The other tools understand the directory format, so to use 'perf report' 82 sudo perf report -i pt_ls 87 sudo perf report pt_ls --itrace=i1usge 696 which the tools report as an error. 1063 perf report --itrace=Ge 1065 Although in fact G is a default for perf report, so that is the same as just: 1067 perf report [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | rx.c | 1792 bool hw_rfkill, prev, report; in iwl_pcie_handle_rfkill_irq() local 1802 report = hw_rfkill; in iwl_pcie_handle_rfkill_irq() 1804 report = test_bit(STATUS_RFKILL_OPMODE, &trans->status); in iwl_pcie_handle_rfkill_irq() 1811 if (prev != report) in iwl_pcie_handle_rfkill_irq() 1812 iwl_trans_pcie_rf_kill(trans, report, from_irq); in iwl_pcie_handle_rfkill_irq()
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | sensors.c | 1016 void *report, u32 *src_id) in scmi_sensor_fill_custom_report() argument 1024 struct scmi_sensor_trip_point_report *r = report; in scmi_sensor_fill_custom_report() 1042 struct scmi_sensor_update_report *r = report; in scmi_sensor_fill_custom_report()
|
H A D | perf.c | 1013 void *report, u32 *src_id) in scmi_perf_fill_custom_report() argument 1021 struct scmi_perf_limits_report *r = report; in scmi_perf_fill_custom_report() 1038 struct scmi_perf_level_report *r = report; in scmi_perf_fill_custom_report()
|
/openbmc/linux/Documentation/driver-api/nfc/ |
H A D | nfc-hci.rst | 292 calls the standard nfc_shdlc_recv_frame() with a NULL argument to report the 294 SMW to report above in turn. 297 frames. This thread will also check the shdlc sticky status and report to HCI
|
/openbmc/linux/tools/testing/selftests/nolibc/ |
H A D | Makefile | 220 report: target
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-subdev-g-routing.rst | 43 Drivers report their current routing tables using the
|
/openbmc/linux/fs/reiserfs/ |
H A D | Kconfig | 48 report, say Y and you might get a useful error message. Almost
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | README | 11 a Selenium test report with a version-specific format.
|
/openbmc/linux/fs/ntfs/ |
H A D | Kconfig | 67 so far not received a single report where the driver would have
|
/openbmc/linux/crypto/ |
H A D | akcipher.c | 105 .report = crypto_akcipher_report,
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/ |
H A D | README.md | 47 - Applications can commit errors to the journal using the **report** or
|
/openbmc/linux/net/netfilter/ |
H A D | nf_tables_api.c | 146 ctx->report = nlmsg_report(nlh); in nft_ctx_init() 1009 bool report; member 1013 static void nft_notify_enqueue(struct sk_buff *skb, bool report, in nft_notify_enqueue() argument 1016 NFT_CB(skb).report = report; in nft_notify_enqueue() 1027 if (!ctx->report && in nf_tables_table_notify() 1046 nft_notify_enqueue(skb, ctx->report, &nft_net->notify_list); in nf_tables_table_notify() 1882 if (!ctx->report && in nf_tables_chain_notify() 1902 nft_notify_enqueue(skb, ctx->report, &nft_net->notify_list); in nf_tables_chain_notify() 3474 if (!ctx->report && in nf_tables_rule_notify() 3501 nft_notify_enqueue(skb, ctx->report, &nft_net->notify_list); in nf_tables_rule_notify() [all …]
|
/openbmc/linux/net/sctp/ |
H A D | sm_make_chunk.c | 1928 struct __sctp_missing report; in sctp_process_missing_param() local 1931 len = SCTP_PAD4(sizeof(report)); in sctp_process_missing_param() 1940 report.num_missing = htonl(1); in sctp_process_missing_param() 1941 report.type = paramtype; in sctp_process_missing_param() 1943 sizeof(report)); in sctp_process_missing_param() 1944 sctp_addto_chunk(*errp, sizeof(report), &report); in sctp_process_missing_param()
|
/openbmc/qemu/target/i386/ |
H A D | sev.c | 678 SevAttestationReport *report = NULL; in sev_get_attestation_report() local 731 report = g_new0(SevAttestationReport, 1); in sev_get_attestation_report() 732 report->data = g_base64_encode(data, input.len); in sev_get_attestation_report() 734 trace_kvm_sev_attestation_report(mnonce, report->data); in sev_get_attestation_report() 736 return report; in sev_get_attestation_report()
|
/openbmc/phosphor-host-ipmid/ |
H A D | chassishandler.cpp | 1443 report<InternalFailure>(); in enclosureIdentifyLedOff() 1476 report<InternalFailure>(); in ipmiChassisIdentify() 1947 report<InternalFailure>(); in ipmiChassisGetSysBootOptions() 2143 report<InternalFailure>(); in ipmiChassisSetSysBootOptions() 2311 report<InternalFailure>(); in ipmiChassisSetPowerRestorePolicy()
|
/openbmc/linux/Documentation/process/ |
H A D | 5.Posting.rst | 220 If the URL points to a public bug report being fixed by the patch, use the 265 the report, unless the report is not available on the web. The Link: tag 318 - If you are responding to a bug report or a feature request, copy the
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | cve-check.bbclass | 15 # directory. If an image is build it will generate a report 157 bb.plain("Complete CVE JSON report summary created at: %s" % json_summary_link_name) 254 bb.plain("Image CVE JSON report stored in: %s" % manifest_name)
|
/openbmc/linux/Documentation/networking/device_drivers/wifi/intel/ |
H A D | ipw2200.rst | 209 Can be used to report out which IEEE mode the driver is 236 Can be used to report configuration of preamble length. 267 Will report the current debug level of the driver's logging subsystem
|