Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/bhyve/
HDpci_emul.c114 struct pci_bar_allocation { struct
115 TAILQ_ENTRY(pci_bar_allocation) chain;
122 static TAILQ_HEAD(pci_bar_list, pci_bar_allocation) pci_bars = argument
815 struct pci_bar_allocation *const new_bar = malloc(sizeof(*new_bar)); in pci_emul_alloc_bar()
826 struct pci_bar_allocation *bar = NULL; in pci_emul_alloc_bar()
1576 struct pci_bar_allocation *bar; in init_pci()
1577 struct pci_bar_allocation *bar_tmp; in init_pci()