Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dquorum.c1155 QList *children_list; in quorum_gather_child_options() local
1181 children_list = qlist_new(); in quorum_gather_child_options()
1182 qdict_put(target, "children", children_list); in quorum_gather_child_options()
1185 qlist_append(children_list, in quorum_gather_child_options()
/openbmc/qemu/
H A Dqemu-img.c2872 BlockChildInfoList *children_list; in dump_human_image_info() local
2877 for (children_list = info->children; children_list; in dump_human_image_info()
2878 children_list = children_list->next) in dump_human_image_info()
2880 BlockChildInfo *child = children_list->value; in dump_human_image_info()