Home
last modified time | relevance | path

Searched defs:fw_cfg_file (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dqemu_fw_cfg.h60 struct fw_cfg_file { struct
61 __be32 size;
62 __be16 select;
63 __u16 reserved;
64 char name[FW_CFG_MAX_FILE_PATH];
/openbmc/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h60 struct fw_cfg_file { struct
61 uint32_t size;
62 uint16_t select;
63 uint16_t reserved;
64 char name[FW_CFG_MAX_FILE_PATH];
/openbmc/u-boot/include/
H A Dqfw.h71 struct fw_cfg_file { struct
79 struct fw_cfg_file cfg; /* firmware file information */ argument
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_hw.c1977 const char *fw_cfg_file; in csio_hw_flash_config() local