Home
last modified time | relevance | path

Searched full:captures (Results 1 – 25 of 151) sorted by relevance

1234567

/openbmc/u-boot/include/
H A Dslre.h23 * struct cap captures[4 + 1]; // Number of braket pairs + 1
28 * if (slre_match(&slre, buf, len, captures)) {
29 * printf("Request line length: %d\n", captures[0].len);
30 * printf("Method: %.*s\n", captures[1].len, captures[1].ptr);
31 * printf("URI: %.*s\n", captures[2].len, captures[2].ptr);
88 * a full matched substring. The round bracket captures start from
91 * hold all captures. The caller function must make sure it is! So, the
/openbmc/qemu/qapi/
H A Dsockets.json43 # Captures a socket address or address range in the Internet
79 # Captures a socket address in the local ("Unix socket") namespace.
102 # Captures a socket address in the vsock namespace.
178 # Captures the address of a socket, which could also be a named file
218 # Captures the address of a socket, which could also be a socket file
/openbmc/openbmc-tools/dbus-pcap/
H A DREADME.md1 # dbus-pcap: A tool to analyse D-Bus traffic captures
3 `dbus-pcap` is a tool to slice, dice and display captures of D-Bus traffic
55 captures it falls down in terms of scriptability and the filters exposed by the
/openbmc/linux/tools/thermal/thermometer/
H A Dthermometer.813 \fBthermometer \fP captures the thermal zones temperature at a
31 Without any parameters, \fBthermometer \fP captures all the thermal
/openbmc/linux/Documentation/admin-guide/perf/
H A Dnvidia-pmu.rst58 In this config, the PMU captures GPU ATS translated or EGM traffic from the GPU.
62 In this config, the PMU captures read and relaxed ordered (RO) writes from
93 NVLink-C2C (Chip-2-Chip) interconnect. This PMU captures untranslated GPU
94 traffic, in contrast with NvLink-C2C0 PMU that captures ATS translated traffic.
123 to local memory. For PCIE traffic, this PMU captures read and relaxed ordered
/openbmc/linux/drivers/usb/mon/
H A DKconfig9 If you select this option, a component which captures the USB traffic
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/genmon/
H A Dxfce4-genmon-plugin_4.2.0.bb1 DESCRIPTION = "This plugin cyclically spawns the indicated script/program, captures its output (std…
/openbmc/entity-manager/scripts/
H A Dvalidate_configs.py18 # first group captures quoted strings (double or single)
19 # second group captures comments (//single-line or /* multi-line */)
/openbmc/obmc-ikvm/
H A DREADME.md5 that captures the host graphics, and then serves that video data on the RFB
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Dst-vgxy61.rst11 captures of the same scene using two different exposure periods.
/openbmc/phosphor-host-ipmid/
H A Dsys_info_param.cpp19 // Add a callback that captures a copy of the string passed and returns it in update()
/openbmc/openbmc-tools/dbus-vis/
H A DREADME.md3 This program captures & visualizes IPMI traffic on a BMC running OpenBMC. It
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight-trbe.rst13 Trace Buffer Extension (TRBE) is a percpu hardware which captures in system
/openbmc/linux/Documentation/admin-guide/media/
H A Divtv.rst149 This device only captures audio. This should be replaced by an ALSA
195 Captures the raw (or sliced) video data sent during the Vertical Blank
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_shared/
H A Dtag_global.h37 * skip Skip N frames in between captures. This can be
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Darm,coresight-tpiu.yaml23 The CoreSight Trace Port Interface Unit captures trace data from the trace bus
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Di2c_capture_bytes.md5 Captures device register bytes to be stored in an error log.
/openbmc/phosphor-pid-control/test/
H A Dhelpers.hpp28 * you'll need to add those calls into your test. This only captures the
/openbmc/phosphor-dbus-monitor/src/example/
H A Dtest.yaml281 - name: test elog that captures the passing string metadata
289 - name: test elog that captures the passing int64_t metadata
/openbmc/linux/Documentation/PCI/
H A Dpcieaer-howto.rst122 error message to the Root Port above it when it captures
187 If Upstream Port A captures an AER error, the hierarchy consists of
/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.hpp60 * @brief Captures properties of MCTP interfaces.
75 * @brief Captures the behaviour of an endpoint at the MCTP layer
/openbmc/pldm/common/
H A Dflight_recorder.hpp65 * @param[in] isRequest - bool that captures if it is a request message or
/openbmc/linux/arch/sparc/include/asm/
H A Dchafsr.h203 /* System bus MTAG ECC syndrome. This field captures the status of the
216 /* System bus or E-cache data ECC syndrome. This field captures the status
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Di2c_capture_bytes_action.hpp31 * Captures device register bytes to be stored in an error log. Communicates
/openbmc/u-boot/tools/patman/
H A Dcommand.py11 """A class which captures the result of executing a command.

1234567