Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/tests/
H A Dimage-fleecing90 src_node = 'source'
120 'backing': src_node,
128 'file': src_node,
133 fl_cbw['bitmap'] = {'node': src_node, 'name': 'bitmap0'}
148 device=src_node,
254 log(vm.qmp('qom-set', path=qom_path, property='drive', value=src_node))
/openbmc/qemu/block/monitor/
H A Dbitmap-qmp-cmds.c255 const char *src_node, *src_bitmap; in block_dirty_bitmap_merge() local
276 src_node = lst->value->u.external.node; in block_dirty_bitmap_merge()
278 src = block_dirty_bitmap_lookup(src_node, src_bitmap, NULL, errp); in block_dirty_bitmap_merge()
/openbmc/u-boot/lib/
H A Dfdtdec.c738 int fdtdec_parse_phandle_with_args(const void *blob, int src_node, in fdtdec_parse_phandle_with_args() argument
751 list = fdt_getprop(blob, src_node, list_name, &size); in fdtdec_parse_phandle_with_args()
781 fdt_get_name(blob, src_node, in fdtdec_parse_phandle_with_args()
792 fdt_get_name(blob, src_node, in fdtdec_parse_phandle_with_args()
809 fdt_get_name(blob, src_node, NULL)); in fdtdec_parse_phandle_with_args()
830 fdt_get_name(blob, src_node, in fdtdec_parse_phandle_with_args()
/openbmc/u-boot/include/
H A Dfdtdec.h214 int fdtdec_parse_phandle_with_args(const void *blob, int src_node,
/openbmc/qemu/
H A Dqemu-img.c1641 const char *src_node, const char *src_name, in do_dirty_bitmap_merge() argument
1649 merge_src->u.external.node = g_strdup(src_node); in do_dirty_bitmap_merge()