| /openbmc/libmctp/utils/ |
| H A D | mctp-capture.h | 25 struct capture { struct 33 int capture_prepare(struct capture *cap); argument 34 void capture_close(struct capture *cap); 47 static inline int capture_prepare(struct capture *cap) in capture_prepare() 49 fprintf(stderr, "libpcap support is disabled, cannot capture to %s\n", in capture_prepare() 54 static inline void capture_close(struct capture *cap __unused) in capture_close()
|
| H A D | mctp-capture.c | 1 #include "utils/mctp-capture.h" 31 int capture_prepare(struct capture *cap) in capture_prepare() 46 void capture_close(struct capture *cap) in capture_close()
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | README.md | 4 allows the user to capture & view IPMI requests in a time line format, as well 46 ### Capture subsection 48 1. Select "Capture on a BMC" 50 3. Choose a capture mode (live or staged) 51 4. Click "start capture" and watch the status updates 52 5. Click "stop capture" when done
|
| H A D | index.html | 20 <input type="radio" id="radio_capture" name="mode" value="capture"></input> 21 <label for="radio_capture">Capture on a BMC</label> 31 <span><b>Capture: </b></span> 33 <button id="btn_start_capture">Start Capture</button> 34 <button id="btn_stop_capture">Stop Capture</button>
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcapture/ |
| H A D | libcapture-tiny-perl_0.50.bb | 1 SUMMARY = "Capture::Tiny - Capture STDOUT and STDERR from Perl, XS or external programs." 2 DESCRIPTION = "Capture::Tiny provies a simple, portable way to capture \ 11 HOMEPAGE = "https://metacpan.org/dist/Capture-Tiny" 16 SRCNAME = "Capture-Tiny"
|
| /openbmc/u-boot/tools/patman/ |
| H A D | command.py | 43 capture=False, capture_stderr=False, oneline=False, argument 55 capture: True to capture output 56 capture_stderr: True to capture stderr 82 if pipeline or capture: 98 if capture: 112 return RunPipe([cmd], capture=True, raise_on_error=raise_on_error).stdout 116 return (RunPipe([cmd], capture=True, oneline=True, 124 return RunPipe([cmd], capture=True).stdout
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | fsl_pci.h | 147 u32 pecdr; /* 0xe04 - PCI Error Capture Disable Register */ 149 u32 peattrcr; /* 0xe0c - PCI Error Attributes Capture Register */ 150 u32 peaddrcr; /* 0xe10 - PCI Error Address Capture Register */ 152 u32 peextaddrcr; /* 0xe14 - PCI Error Extended Address Capture Register */ 153 u32 pedlcr; /* 0xe18 - PCI Error Data Low Capture Register */ 154 u32 pedhcr; /* 0xe1c - PCI Error Error Data High Capture Register */ 156 /* u32 perr_cap_stat; * 0xe20 - PCIE Error Capture Status Register */ 158 u32 perr_cap0; /* 0xe28 - PCIE Error Capture Register 0 */ 159 u32 perr_cap1; /* 0xe2c - PCIE Error Capture Register 1 */ 160 u32 perr_cap2; /* 0xe30 - PCIE Error Capture Register 2 */ [all …]
|
| /openbmc/qemu/qapi/ |
| H A D | audio.json | 59 # @in: options of the capture stream 75 # @in: options of the capture stream 117 # @in: options of the capture stream 136 # @in: options of the capture stream 173 # @in: options of the capture stream 189 # @in: options of the capture stream 243 # @in: options of the capture stream 281 # @in: options of the capture stream 336 # @in: options of the capture stream 380 # @in: options of the capture stream [all …]
|
| /openbmc/qemu/docs/system/devices/ |
| H A D | virtio-snd.rst | 16 Virtio sound implements capture and playback from inside a guest using the 25 …an optional second will always be a capture stream. Adding more will cycle stream directions from …
|
| /openbmc/phosphor-host-ipmid/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff/ |
| H A D | meson.build | 10 capture: true, 18 capture: true, 28 capture: true,
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography/ |
| H A D | 0001-pyproject.toml-remove-benchmark-disable-option.patch | 36 -addopts = "-r s --capture=no --strict-markers --benchmark-disable" 37 +addopts = "-r s --capture=no --strict-markers" 38 console_output_style = "progress-even-when-capture-no"
|
| /openbmc/phosphor-power/org/open_power/Witherspoon/Fault/ |
| H A D | meson.build | 3 capture: true, 20 capture: true,
|
| /openbmc/witherspoon-pfault-analysis/org/open_power/Witherspoon/Fault/ |
| H A D | meson.build | 3 capture: true, 20 capture: true,
|
| /openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
| H A D | i2c_capture_bytes.md | 11 This action allows you to capture additional data about a hardware error. The 12 action can be used multiple times if you wish to capture data from multiple 41 "comments": ["Capture 2 bytes from register 0xA0 to store in error log"],
|
| /openbmc/u-boot/include/ |
| H A D | fsl_immap.h | 121 u32 capture_data_hi; /* Data Path Read Capture High */ 122 u32 capture_data_lo; /* Data Path Read Capture Low */ 123 u32 capture_ecc; /* Data Path Read Capture ECC */ 128 u32 capture_attributes; /* Error Attrs Capture */ 129 u32 capture_address; /* Error Addr Capture */ 130 u32 capture_ext_address; /* Error Extended Addr Capture */
|
| /openbmc/openpower-host-ipmi-oem/org/open_power/OCC/Metrics/ |
| H A D | meson.build | 10 capture: true, 20 capture: true,
|
| /openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/ |
| H A D | timer.h | 20 u32 ccr; /* Capture Control Register */ 21 u32 cr[4]; /* Capture Registers */ 41 /* Timer/Counter Capture Control Register bits */
|
| /openbmc/qemu/plugins/ |
| H A D | meson.build | 8 capture: true, 17 capture: true, 35 capture: true,
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/libmctp/ |
| H A D | libmctp_git.bb | 13 PACKAGECONFIG[pcap] = "--enable-capture,--disable-capture,libpcap,"
|
| /openbmc/qemu/hw/misc/ |
| H A D | npcm7xx_mft.c | 105 /* capture succeeded with a valid CNT value. */ 107 /* capture stopped prematurely due to reaching CPCFG condition. */ 109 /* capture fails since it reaches underflow condition for CNT. */ 166 * If RPM = 0, capture won't happen. CNT will continue count down. in npcm7xx_mft_compute_cnt() 208 * Capture Fan RPM and update CNT and CR registers accordingly. 226 /* Capture input A. */ in npcm7xx_mft_capture() 239 /* Interrupt on input capture on TAn transition - TAPND */ in npcm7xx_mft_capture() 268 /* Capture input B. */ in npcm7xx_mft_capture() 281 /* Interrupt on input capture on TBn transition - TBPND */ in npcm7xx_mft_capture()
|
| /openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/ |
| H A D | 0001-freedreno-don-t-encode-build-path-into-binaries.patch | 43 capture: true 49 capture: true 61 capture: true, 67 capture: true,
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/db/ |
| H A D | test_db.py | 40 def capture(command, *args, **kwargs): function 57 with capture(makemigrations) as output:
|
| /openbmc/openpower-hw-diags/attn/ |
| H A D | attn_common.hpp | 55 /** @brief Capture some scratch registers for PRD 57 * Capture some scratch register data that PRD can use to handle
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | meson-axg-s400.dts | 235 "TDMIN_A IN 2", "TDM_C Capture", 237 "TDMIN_B IN 2", "TDM_C Capture", 239 "TDMIN_C IN 2", "TDM_C Capture", 242 "TDMIN_LB IN 5", "TDM_C Capture", 252 "TODDR_A IN 4", "PDM Capture", 253 "TODDR_B IN 4", "PDM Capture", 254 "TODDR_C IN 4", "PDM Capture",
|
| /openbmc/u-boot/arch/m68k/include/asm/ |
| H A D | timer.h | 25 u16 tcr; /* 0x08 Capture register */ 37 u32 tcr; /* 0x08 Capture register */ 58 #define DTIM_DTMR_CE(x) (((x)&0x0003)<<6) /* Capture Edge */ 76 #define DTIM_DTER_CAP (0x01) /* Capture event */
|