Home
last modified time | relevance | path

Searched refs:host_config (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/tools/visualize-pdr/
H A Dpldm_visualise_pdrs.py470 host_config = ssh_config.lookup(args.bmc)
471 if host_config:
472 if "hostname" in host_config:
473 args.bmc = host_config["hostname"]
474 if "user" in host_config and args.user is None:
475 args.user = host_config["user"]
476 if "proxycommand" in host_config:
478 host_config["proxycommand"]
/openbmc/qemu/hw/scsi/
H A Dviosrp.h197 struct viosrp_host_config host_config; member