Searched refs:fw_cfg_modify_file (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/hw/nvram/ |
H A D | fw_cfg.h | 290 void *fw_cfg_modify_file(FWCfgState *s, const char *filename, void *data,
|
/openbmc/qemu/hw/nvram/ |
H A D | fw_cfg.c | 1003 void *fw_cfg_modify_file(FWCfgState *s, const char *filename, in fw_cfg_modify_file() function 1090 ptr = fw_cfg_modify_file(s, "bootorder", (uint8_t *)buf, len); in fw_cfg_machine_reset() 1095 ptr = fw_cfg_modify_file(s, "bios-geometry", (uint8_t *)buf, len); in fw_cfg_machine_reset()
|
/openbmc/qemu/hw/core/ |
H A D | loader.c | 1037 fw_cfg_modify_file(fw_cfg, id + strlen("/rom@"), host, length); in fw_cfg_resized()
|