Searched refs:pcol_list (Results 1 – 1 of 1) sorted by relevance
18 strList *pcol_list = pcol->protocols; in hmp_virtio_dump_protocols() local19 while (pcol_list) { in hmp_virtio_dump_protocols()20 monitor_printf(mon, "\t%s", pcol_list->value); in hmp_virtio_dump_protocols()21 pcol_list = pcol_list->next; in hmp_virtio_dump_protocols()22 if (pcol_list != NULL) { in hmp_virtio_dump_protocols()