/openbmc/linux/drivers/net/ethernet/packetengines/ |
H A D | hamachi.c | 584 struct hamachi_private *hmp; in hamachi_init_one() local 642 hmp = netdev_priv(dev); in hamachi_init_one() 643 spin_lock_init(&hmp->lock); in hamachi_init_one() 645 hmp->mii_if.dev = dev; in hamachi_init_one() 646 hmp->mii_if.mdio_read = mdio_read; in hamachi_init_one() 647 hmp->mii_if.mdio_write = mdio_write; in hamachi_init_one() 648 hmp->mii_if.phy_id_mask = 0x1f; in hamachi_init_one() 649 hmp->mii_if.reg_num_mask = 0x1f; in hamachi_init_one() 655 hmp->tx_ring = ring_space; in hamachi_init_one() 656 hmp->tx_ring_dma = ring_dma; in hamachi_init_one() [all …]
|
/openbmc/qemu/monitor/ |
H A D | qmp-cmds.c | 168 MonitorHMP hmp = {}; in qmp_human_monitor_command() local 170 monitor_data_init(&hmp.common, false, true, false); in qmp_human_monitor_command() 173 int ret = monitor_set_cpu(&hmp.common, cpu_index); in qmp_human_monitor_command() 181 handle_hmp_command(&hmp, command_line); in qmp_human_monitor_command() 183 WITH_QEMU_LOCK_GUARD(&hmp.common.mon_lock) { in qmp_human_monitor_command() 184 output = g_strdup(hmp.common.outbuf->str); in qmp_human_monitor_command() 188 monitor_data_destroy(&hmp.common); in qmp_human_monitor_command()
|
H A D | meson.build | 5 'hmp-cmds.c', 6 'hmp.c', 12 if_true: [files( 'hmp-cmds-target.c', 'hmp-target.c'), spice])
|
H A D | trace-events | 3 # hmp.c
|
/openbmc/qemu/docs/system/ |
H A D | monitor.rst | 22 .. hxtool-doc:: hmp-commands.hx 24 .. hxtool-doc:: hmp-commands-info.hx
|
/openbmc/qemu/system/ |
H A D | meson.build | 23 'runstate-hmp-cmds.c', 25 'tpm-hmp-cmds.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'))
|
/openbmc/qemu/dump/ |
H A D | meson.build | 1 system_ss.add([files('dump.c', 'dump-hmp-cmds.c'), snappy, lzo])
|
/openbmc/qemu/qom/ |
H A D | meson.build | 10 system_ss.add(files('qom-hmp-cmds.c'))
|
/openbmc/qemu/docs/ |
H A D | spice-port-fqdn.txt | 9 org.qemu.monitor.hmp.0
|
/openbmc/qemu/hw/pci/ |
H A D | meson.build | 8 'pci-hmp-cmds.c',
|
/openbmc/qemu/audio/ |
H A D | meson.build | 3 'audio-hmp-cmds.c',
|
/openbmc/qemu/chardev/ |
H A D | meson.build | 32 'char-hmp-cmds.c',
|
/openbmc/qemu/backends/ |
H A D | meson.build | 3 'cryptodev-hmp-cmds.c',
|
/openbmc/qemu/migration/ |
H A D | meson.build | 22 'migration-hmp-cmds.c',
|
/openbmc/qemu/docs/devel/ |
H A D | writing-monitor-commands.rst | 297 Add it to monitor/hmp-cmds.c. Also, add its prototype to 298 include/monitor/hmp.h. 314 we should add it to the hmp-commands.hx file:: 518 hmp-commands-info.hx, not hmp-commands.hx. The entry for the "info 620 Also, you have to add the function's prototype to the hmp.h file. 623 monitor users, we should add it to the hmp-commands-info.hx file::
|
H A D | docs.rst | 59 text, but in ``hmp-commands.hx`` the C code sections are elements
|
/openbmc/qemu/hw/core/ |
H A D | meson.build | 35 'machine-hmp-cmds.c',
|
/openbmc/qemu/net/ |
H A D | meson.build | 10 'net-hmp-cmds.c',
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | qmp_shell.py | 542 shell_class = HMPShell if args.hmp else QMPShell 591 shell_class = HMPShell if args.hmp else QMPShell
|
/openbmc/qemu/trace/ |
H A D | meson.build | 1 system_ss.add(files('trace-hmp-cmds.c'))
|
/openbmc/qemu/hw/net/ |
H A D | meson.build | 70 system_ss.add(files('rocker/rocker-hmp-cmds.c'))
|
/openbmc/qemu/docs/system/s390x/ |
H A D | cpu-topology.rst | 115 New CPUs can be plugged using the device_add hmp command as in: 142 A new CPUs can be plugged using the device_add hmp command as before:
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | iotests.py | 912 def hmp(self, command_line: str, use_log: bool = False) -> QMPMessage: member in VM 926 self.hmp(f'qemu-io {drive} "break {event} bp_{drive}"') 930 self.hmp(f'qemu-io {drive} "remove_break bp_{drive}"') 936 return self.hmp(f'qemu-io {d}{drive} "{cmd}"', use_log=use_log)
|