HelenOS sources

PCI_BAR_COUNT      42 uspace/lib/virtio/virtio-pci.c 	if (bar >= PCI_BAR_COUNT)
PCI_BAR_COUNT     142 uspace/lib/virtio/virtio-pci.c 	for (unsigned i = 0, j = 0; i < PCI_BAR_COUNT && j < hw_res.count;
PCI_BAR_COUNT     167 uspace/lib/virtio/virtio-pci.c 	for (unsigned i = 0; i < PCI_BAR_COUNT; i++) {
PCI_BAR_COUNT     165 uspace/lib/virtio/virtio-pci.h 	} bar[PCI_BAR_COUNT];
HelenOS homepage, sources at GitHub