Searched refs:qfw_cfg_get (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | fw_cfg.c | 31 void qfw_cfg_get(QFWCFG *fw_cfg, uint16_t key, void *data, size_t len) in qfw_cfg_get() function 40 qfw_cfg_get(fw_cfg, key, &value, sizeof(value)); in qfw_cfg_get_u16() 47 qfw_cfg_get(fw_cfg, key, &value, sizeof(value)); in qfw_cfg_get_u32() 54 qfw_cfg_get(fw_cfg, key, &value, sizeof(value)); in qfw_cfg_get_u64() 85 qfw_cfg_get(fw_cfg, FW_CFG_FILE_DIR, &count, sizeof(count)); in qfw_cfg_get_file() 89 qfw_cfg_get(fw_cfg, FW_CFG_FILE_DIR, filesbuf, dsize); in qfw_cfg_get_file() 99 qfw_cfg_get(fw_cfg, sel, data, len); in qfw_cfg_get_file()
|
H A D | fw_cfg.h | 30 void qfw_cfg_get(QFWCFG *fw_cfg, uint16_t key, void *data, size_t len);
|
/openbmc/qemu/tests/qtest/ |
H A D | fw_cfg-test.c | 35 qfw_cfg_get(fw_cfg, FW_CFG_SIGNATURE, buf, 4); in test_fw_cfg_signature() 73 qfw_cfg_get(fw_cfg, FW_CFG_UUID, buf, 16); in test_fw_cfg_uuid()
|