Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dfw_cfg.c122 g_autofree unsigned char *filesbuf = NULL; in find_pdir_entry() local
135 filesbuf = g_malloc(dsize); in find_pdir_entry()
136 qfw_cfg_get(fw_cfg, FW_CFG_FILE_DIR, filesbuf, dsize); in find_pdir_entry()
137 pdir_entry = (FWCfgFile *)(filesbuf + sizeof(uint32_t)); in find_pdir_entry()