Home
last modified time | relevance | path

Searched defs:cmds (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/qapi/
H A Dqmp-registry.c18 void qmp_register_command(QmpCommandList *cmds, const char *name, in qmp_register_command()
35 const QmpCommand *qmp_find_command(const QmpCommandList *cmds, const char *name) in qmp_find_command()
47 static void qmp_toggle_command(QmpCommandList *cmds, const char *name, in qmp_toggle_command()
61 void qmp_disable_command(QmpCommandList *cmds, const char *name, in qmp_disable_command()
67 void qmp_enable_command(QmpCommandList *cmds, const char *name) in qmp_enable_command()
87 void qmp_for_each_command(const QmpCommandList *cmds, qmp_cmd_callback_fn fn, in qmp_for_each_command()
H A Dqmp-dispatch.c137 QDict *coroutine_mixed_fn qmp_dispatch(const QmpCommandList *cmds, QObject *request, in qmp_dispatch()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Ddump.py18 def __init__(self, cmds, parent_dir): argument
84 def __init__(self, cmds, parent_dir, runner): argument
114 def __init__(self, cmds, parent_dir, runner): argument
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py68 def __init__(self, name, items, cmds): argument
74 def __init__(self, condition, cmds): argument
79 def __init__(self, condition, cmds): argument
89 def __init__(self, cmds): argument
104 def __init__(self, cmds): argument
743 def print_commands(cmds, output=sys.stdout): argument
756 def stringify_commands(cmds): argument
776 def visit_commands(cmds, callable): argument
/openbmc/estoraged/include/
H A Dsanitize.hpp119 struct mmc_ioc_cmd cmds[3]; // NOLINT (c arrays usage) member
/openbmc/qemu/tests/qemu-iotests/
H A Dqcow2.py125 cmds = [ variable
/openbmc/pldm/platform-mc/
H A Dterminus.hpp61 bool setSupportedCommands(const std::vector<uint8_t>& cmds) in setSupportedCommands()
H A Dterminus_manager.cpp409 std::vector<bitfield8_t> cmds(PLDM_MAX_CMDS_PER_TYPE / 8); initMctpTerminus() local
/openbmc/pldm/libpldmresponder/
H A Dbase.cpp109 std::array<bitfield8_t, 32> cmds{}; in getPLDMCommands() local
/openbmc/u-boot/test/py/
H A Du_boot_console_base.py220 def run_command_list(self, cmds): argument
/openbmc/openbmc/poky/meta/lib/oe/
H A Dutils.py258 def execute_pre_post_process(d, cmds): argument
/openbmc/qemu/hw/display/
H A Dqxl.h72 QXLPHYSICAL *cmds; member
H A Dqxl.c2338 QXLCommandExt *cmds; local
/openbmc/qemu/monitor/
H A Dhmp.c239 static void help_cmd_dump(Monitor *mon, const HMPCommand *cmds, in help_cmd_dump()
/openbmc/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c39 enum cmds { enum
/openbmc/qemu/target/i386/emulate/
H A Dx86_decode.c2122 static const char *cmds[] = {"INVL", "PUSH", "PUSH_SEG", "POP", "POP_SEG", in decode_cmd_to_string() local
/openbmc/qemu/gdbstub/
H A Dgdbstub.c956 const GdbCmdParseEntry *cmds, int num_cmds) in process_string_cmd()