| /openbmc/openbmc/poky/scripts/esdk-tools/ |
| H A D | runqemu-addptable2image | 25 echo "x" > /tmp/fdisk.cmds 26 echo "c" >> /tmp/fdisk.cmds 27 echo "1024" >> /tmp/fdisk.cmds 28 echo "h" >> /tmp/fdisk.cmds 29 echo "16" >> /tmp/fdisk.cmds 30 echo "r" >> /tmp/fdisk.cmds 31 echo "n" >> /tmp/fdisk.cmds 32 echo "p" >> /tmp/fdisk.cmds 33 echo "1" >> /tmp/fdisk.cmds 34 echo "1" >> /tmp/fdisk.cmds [all …]
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | runqemu-addptable2image | 25 echo "x" > /tmp/fdisk.cmds 26 echo "c" >> /tmp/fdisk.cmds 27 echo "1024" >> /tmp/fdisk.cmds 28 echo "h" >> /tmp/fdisk.cmds 29 echo "16" >> /tmp/fdisk.cmds 30 echo "r" >> /tmp/fdisk.cmds 31 echo "n" >> /tmp/fdisk.cmds 32 echo "p" >> /tmp/fdisk.cmds 33 echo "1" >> /tmp/fdisk.cmds 34 echo "1" >> /tmp/fdisk.cmds [all …]
|
| /openbmc/qemu/qapi/ |
| H A D | qmp-registry.c | 18 void qmp_register_command(QmpCommandList *cmds, const char *name, in qmp_register_command() argument 32 QTAILQ_INSERT_TAIL(cmds, cmd, node); in qmp_register_command() 35 const QmpCommand *qmp_find_command(const QmpCommandList *cmds, const char *name) in qmp_find_command() argument 39 QTAILQ_FOREACH(cmd, cmds, node) { in qmp_find_command() 47 static void qmp_toggle_command(QmpCommandList *cmds, const char *name, in qmp_toggle_command() argument 52 QTAILQ_FOREACH(cmd, cmds, node) { in qmp_toggle_command() 61 void qmp_disable_command(QmpCommandList *cmds, const char *name, in qmp_disable_command() argument 64 qmp_toggle_command(cmds, name, false, disable_reason); in qmp_disable_command() 67 void qmp_enable_command(QmpCommandList *cmds, const char *name) in qmp_enable_command() argument 69 qmp_toggle_command(cmds, name, true, NULL); in qmp_enable_command() [all …]
|
| /openbmc/estoraged/src/erase/ |
| H A D | sanitize.cpp | 82 eraseCmd.cmds[0].opcode = mmcEraseGroupStart; in emmcErase() 83 eraseCmd.cmds[0].arg = 0; in emmcErase() 84 eraseCmd.cmds[0].flags = mmcRspSpiR1 | mmcRspR1 | mmcCmdAc; in emmcErase() 85 eraseCmd.cmds[0].write_flag = 1; in emmcErase() 87 eraseCmd.cmds[1].opcode = mmcEraseGroupEnd; in emmcErase() 88 eraseCmd.cmds[1].arg = (driveSize / sectorSize) - 1; in emmcErase() 89 eraseCmd.cmds[1].flags = mmcRspSpiR1 | mmcRspR1 | mmcCmdAc; in emmcErase() 90 eraseCmd.cmds[1].write_flag = 1; in emmcErase() 93 eraseCmd.cmds[2].opcode = mmcErase; in emmcErase() 94 eraseCmd.cmds[2].arg = 0x00000000; in emmcErase() [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | dump.py | 18 def __init__(self, cmds, parent_dir): argument 19 self.cmds = [] 33 if not cmds: 34 cmds = dft_cmds 35 for cmd in cmds.split('\n'): 39 self.cmds.append(cmd) 84 def __init__(self, cmds, parent_dir, runner): argument 85 super(TargetDumper, self).__init__(cmds, parent_dir) 95 for cmd in self.cmds: 114 def __init__(self, cmds, parent_dir, runner): argument [all …]
|
| /openbmc/qemu/include/qapi/ |
| H A D | qmp-registry.h | 44 void qmp_register_command(QmpCommandList *cmds, const char *name, 47 const QmpCommand *qmp_find_command(const QmpCommandList *cmds, 49 void qmp_disable_command(QmpCommandList *cmds, const char *name, 51 void qmp_enable_command(QmpCommandList *cmds, const char *name); 58 QDict *coroutine_mixed_fn qmp_dispatch(const QmpCommandList *cmds, QObject *request, 64 void qmp_for_each_command(const QmpCommandList *cmds, qmp_cmd_callback_fn fn,
|
| /openbmc/openbmc/poky/bitbake/lib/bb/pysh/ |
| H A D | pyshyacc.py | 68 def __init__(self, name, items, cmds): argument 71 self.cmds = list(cmds) 74 def __init__(self, condition, cmds): argument 76 self.cmds = list(cmds) 79 def __init__(self, condition, cmds): argument 81 self.cmds = list(cmds) 89 def __init__(self, cmds): argument 90 self.cmds = list(cmds) 104 def __init__(self, cmds): argument 105 self.cmds = cmds [all …]
|
| /openbmc/qemu/monitor/ |
| H A D | meson.build | 1 qmp_ss.add(files('monitor.c', 'qmp.c', 'qmp-cmds-control.c')) 5 'hmp-cmds.c', 9 system_ss.add([spice_headers, files('qmp-cmds.c')]) 12 if_true: [files( 'hmp-cmds-target.c', 'hmp-target.c'), spice])
|
| /openbmc/pldm/platform-mc/ |
| H A D | terminus.hpp | 61 bool setSupportedCommands(const std::vector<uint8_t>& cmds) in setSupportedCommands() argument 65 if (cmds.empty() || cmds.size() != expectedSize) in setSupportedCommands() 69 "EXPECTED", expectedSize, "RECEIVED", cmds.size()); in setSupportedCommands() 74 supportedCmds.resize(cmds.size()); in setSupportedCommands() 75 std::copy(cmds.begin(), cmds.begin() + cmds.size(), in setSupportedCommands()
|
| /openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/files/ |
| H A D | openssl1.1_fix.patch | 6 Index: git/src/cmds/tpm_extendpcr.c 8 --- git.orig/src/cmds/tpm_extendpcr.c 9 +++ git/src/cmds/tpm_extendpcr.c
|
| H A D | tpm-tools-extendpcr.patch | 43 Index: git/src/cmds/Makefile.am 45 --- git.orig/src/cmds/Makefile.am 46 +++ git/src/cmds/Makefile.am 61 Index: git/src/cmds/tpm_extendpcr.c 64 +++ git/src/cmds/tpm_extendpcr.c
|
| /openbmc/qemu/stats/ |
| H A D | meson.build | 1 system_ss.add(files('stats-hmp-cmds.c', 'stats-qmp-cmds.c'))
|
| /openbmc/qemu/block/monitor/ |
| H A D | meson.build | 1 system_ss.add(files('block-hmp-cmds.c')) 2 block_ss.add(files('bitmap-qmp-cmds.c'))
|
| /openbmc/qemu/qom/ |
| H A D | meson.build | 9 qmp_ss.add(files('qom-qmp-cmds.c')) 10 system_ss.add(files('qom-hmp-cmds.c'))
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | kernelmodule.py | 38 cmds = [ 46 for cmd in cmds:
|
| /openbmc/qemu/hw/pci/ |
| H A D | meson.build | 8 'pci-hmp-cmds.c', 9 'pci-qmp-cmds.c',
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | qcow2.py | 125 cmds = [ variable 142 for name, handler, num_args, desc in cmds: 160 for name, handler, num_args, desc in cmds:
|
| /openbmc/qemu/system/ |
| H A D | meson.build | 28 'runstate-hmp-cmds.c', 30 'tpm-hmp-cmds.c',
|
| /openbmc/openbmc/meta-security/meta-tpm/lib/oeqa/runtime/cases/ |
| H A D | tpm2.py | 35 cmds = [ 40 for cmd in cmds:
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | base.cpp | 109 std::array<bitfield8_t, 32> cmds{}; in getPLDMCommands() local 121 cmds[index].byte |= 1 << bit; in getPLDMCommands() 125 cmds.data(), responsePtr); in getPLDMCommands()
|
| /openbmc/qemu/target/mips/system/ |
| H A D | meson.build | 6 'mips-qmp-cmds.c',
|
| /openbmc/qemu/dump/ |
| H A D | meson.build | 1 system_ss.add([files('dump.c', 'dump-hmp-cmds.c'), snappy, lzo])
|
| /openbmc/qemu/hw/core/ |
| H A D | meson.build | 35 'machine-hmp-cmds.c', 36 'machine-qmp-cmds.c',
|
| /openbmc/phosphor-host-ipmid/oem/nvidia/ |
| H A D | meson.build | 5 'bootstrap-credentials-oem-cmds.cpp',
|
| /openbmc/qemu/target/loongarch/ |
| H A D | meson.build | 14 'loongarch-qmp-cmds.c',
|