pci_bar_allocation
TAILQ_ENTRY(pci_bar_allocation) chain;
static TAILQ_HEAD(pci_bar_list, pci_bar_allocation) pci_bars =
struct pci_bar_allocation *bar;
struct pci_bar_allocation *bar_tmp;
struct pci_bar_allocation *const new_bar = malloc(sizeof(*new_bar));
struct pci_bar_allocation *bar = NULL;