| /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() 54 static inline void capture_close(struct capture *cap __unused) in capture_close()
|
| H A D | mctp-capture.c | 31 int capture_prepare(struct capture *cap) in capture_prepare() 46 void capture_close(struct capture *cap) in capture_close()
|
| H A D | meson.build | 9 demux_sources += 'mctp-capture.c'
|
| /openbmc/u-boot/tools/patman/ |
| H A D | command.py | 43 capture=False, capture_stderr=False, oneline=False, argument 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
|
| H A D | gitutil.py | 64 stdout = command.RunPipe(pipe, capture=True, oneline=True).stdout 78 stdout = command.RunPipe([pipe], capture=True, oneline=True).stdout 101 result = command.RunPipe(pipe, capture=True, capture_stderr=True, 172 result = command.RunPipe(pipe, capture=True, capture_stderr=True, 204 stdout = command.RunPipe(pipe, capture=True, oneline=True).stdout 223 result = command.RunPipe([pipe], capture=True, raise_on_error=False, 235 result = command.RunPipe([pipe], capture=True, cwd=output_dir, 252 result = command.RunPipe([pipe], capture=True, capture_stderr=True)
|
| /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 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
|
| /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/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/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/openpower-host-ipmi-oem/org/open_power/OCC/Metrics/ |
| H A D | meson.build | 10 capture: true, 20 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/plugins/ |
| H A D | meson.build | 8 capture: true, 17 capture: true, 35 capture: true,
|
| /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/phosphor-dbus-interfaces/registry/ |
| H A D | meson.build | 6 capture: true,
|
| /openbmc/qemu/scripts/codeconverter/codeconverter/ |
| H A D | regexps.py | 21 def P(*regexps, name=None, capture=False, repeat='') -> str: argument 26 elif capture:
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-editor_1.0.4.bb | 1 DESCRIPTION = "Programmatically open and editor, capture the result"
|
| /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
|
| /openbmc/qemu/ui/shader/ |
| H A D | meson.build | 11 capture: true,
|
| /openbmc/libmctp/ |
| H A D | configure.ac | 25 AC_ARG_ENABLE([capture], optenable 26 [AS_HELP_STRING([--enable-capture],[Use libpcap to capture messages and packets])])
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/ |
| H A D | xwd_1.0.9.bb | 3 SUMMARY = "xwd is a tool to capture an X window or screen to file"
|
| /openbmc/qemu/tests/migration-stress/ |
| H A D | meson.build | 1 sysprof = dependency('sysprof-capture-4', method: 'pkg-config', required: false)
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | common.qemu | 96 capture=0 104 if [ $capture = 1 ];
|
| /openbmc/qemu/target/s390x/ |
| H A D | meson.build | 16 capture: true,
|