Searched refs:num_dst_opts (Results 1 – 1 of 1) sorted by relevance
1176 size_t num_opts, num_dst_opts; in qemu_opts_append() local1199 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()