Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_emul.h230 uint32_t pci_config_read_reg(const struct pcisel *host_sel, nvlist_t *nvl,
H A Dpci_emul.c355 pci_config_read_reg(const struct pcisel *const host_sel, nvlist_t *nvl, in pci_config_read_reg() argument
390 } else if (host_sel != NULL && strcmp(config, "host") == 0) { in pci_config_read_reg()
391 return read_config(host_sel, reg, size); in pci_config_read_reg()