Home
last modified time | relevance | path

Searched defs:capture (Results 1 – 9 of 9) sorted by relevance

/openbmc/libmctp/utils/
H A Dmctp-capture.h25 struct capture { struct
33 int capture_prepare(struct capture *cap); argument
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/db/
H A Dtest_db.py40 def capture(command, *args, **kwargs): function
/openbmc/libmctp/
H A Dconfigure.ac25 AC_ARG_ENABLE([capture], optenable
H A Dcore-internal.h108 mctp_capture_fn capture; member
/openbmc/u-boot/tools/patman/
H A Dfunc_test.py21 def capture(): function
H A Dcommand.py43 capture=False, capture_stderr=False, oneline=False, argument
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dregexps.py21 def P(*regexps, name=None, capture=False, repeat='') -> str: argument
/openbmc/qemu/audio/
H A Daudio.h64 void (*capture) (void *opaque, const void *buf, int size); member
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dregistry.cpp686 for (const auto& capture : json.at("Sections")) in getJournalCapture() local