Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_emul.c123 struct pci_bar_allocation { struct
124 TAILQ_ENTRY(pci_bar_allocation) chain;
131 static TAILQ_HEAD(pci_bar_list, pci_bar_allocation) pci_bars = argument
770 struct pci_bar_allocation *const new_bar = malloc(sizeof(*new_bar)); in pci_emul_alloc_bar()
781 struct pci_bar_allocation *bar = NULL; in pci_emul_alloc_bar()
1565 struct pci_bar_allocation *bar; in init_pci()
1566 struct pci_bar_allocation *bar_tmp; in init_pci()