Home
last modified time | relevance | path

Searched refs:fw_cfg_modify_file (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/nvram/
H A Dfw_cfg.h290 void *fw_cfg_modify_file(FWCfgState *s, const char *filename, void *data,
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c1003 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 Dloader.c1037 fw_cfg_modify_file(fw_cfg, id + strlen("/rom@"), host, length); in fw_cfg_resized()