Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqemu-option.c1176 size_t num_opts, num_dst_opts; in qemu_opts_append() local
1199 num_dst_opts = num_opts; in qemu_opts_append()
1211 dst->desc[num_dst_opts].name = NULL; in qemu_opts_append()
1218 dst->desc[num_dst_opts++] = *desc; in qemu_opts_append()
1219 dst->desc[num_dst_opts].name = NULL; in qemu_opts_append()