Home
last modified time | relevance | path

Searched refs:capture (Results 1 – 25 of 123) sorted by relevance

12345

/openbmc/libmctp/utils/
H A Dmctp-capture.h25 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 Dmctp-capture.c31 int capture_prepare(struct capture *cap) in capture_prepare()
46 void capture_close(struct capture *cap) in capture_close()
H A Dmeson.build9 demux_sources += 'mctp-capture.c'
/openbmc/u-boot/tools/patman/
H A Dcommand.py43 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 Dgitutil.py64 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 DREADME.md4 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 Dmeson.build10 capture: true,
18 capture: true,
28 capture: true,
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography/
H A D0001-pyproject.toml-remove-benchmark-disable-option.patch36 -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 Dtest_db.py40 def capture(command, *args, **kwargs): function
57 with capture(makemigrations) as output:
/openbmc/phosphor-power/org/open_power/Witherspoon/Fault/
H A Dmeson.build3 capture: true,
20 capture: true,
/openbmc/witherspoon-pfault-analysis/org/open_power/Witherspoon/Fault/
H A Dmeson.build3 capture: true,
20 capture: true,
/openbmc/openpower-host-ipmi-oem/org/open_power/OCC/Metrics/
H A Dmeson.build10 capture: true,
20 capture: true,
/openbmc/openbmc/meta-phosphor/recipes-phosphor/libmctp/
H A Dlibmctp_git.bb13 PACKAGECONFIG[pcap] = "--enable-capture,--disable-capture,libpcap,"
/openbmc/qemu/plugins/
H A Dmeson.build8 capture: true,
17 capture: true,
35 capture: true,
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/
H A D0001-freedreno-don-t-encode-build-path-into-binaries.patch43 capture: true
49 capture: true
61 capture: true,
67 capture: true,
/openbmc/phosphor-dbus-interfaces/registry/
H A Dmeson.build6 capture: true,
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dregexps.py21 def P(*regexps, name=None, capture=False, repeat='') -> str: argument
26 elif capture:
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-editor_1.0.4.bb1 DESCRIPTION = "Programmatically open and editor, capture the result"
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Di2c_capture_bytes.md11 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 Dmeson.build11 capture: true,
/openbmc/libmctp/
H A Dconfigure.ac25 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 Dxwd_1.0.9.bb3 SUMMARY = "xwd is a tool to capture an X window or screen to file"
/openbmc/qemu/tests/migration-stress/
H A Dmeson.build1 sysprof = dependency('sysprof-capture-4', method: 'pkg-config', required: false)
/openbmc/qemu/tests/qemu-iotests/
H A Dcommon.qemu96 capture=0
104 if [ $capture = 1 ];
/openbmc/qemu/target/s390x/
H A Dmeson.build16 capture: true,

12345