Home
last modified time | relevance | path

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

/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c879 BdrvNextIterator it1; in hmp_info_snapshots() local
923 for (bs1 = bdrv_first(&it1); bs1; bs1 = bdrv_next(&it1)) { in hmp_info_snapshots()
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp1145 const auto& it1 = object->find("@odata.id"); in processContainsSubordinateResponse() local
1146 if (it1 != object->end()) in processContainsSubordinateResponse()
1148 asyncResp->res.jsonValue["@odata.id"] = (it1->second); in processContainsSubordinateResponse()