Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Dpci_emul.c112 struct pci_bar_allocation { struct
113 TAILQ_ENTRY(pci_bar_allocation) chain;
120 static TAILQ_HEAD(pci_bar_list, pci_bar_allocation) pci_bars = argument
828 struct pci_bar_allocation *const new_bar = malloc(sizeof(*new_bar)); in pci_emul_alloc_bar()
839 struct pci_bar_allocation *bar = NULL; in pci_emul_alloc_bar()
1603 struct pci_bar_allocation *bar; in init_pci()
1604 struct pci_bar_allocation *bar_tmp; in init_pci()