Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_emul.h66 int (*pe_cfgwrite)(struct pci_devinst *pi, int offset, member
H A Dpci_lpc.c632 .pe_cfgwrite = pci_lpc_cfgwrite,
H A Dpci_emul.c2255 if (pe->pe_cfgwrite != NULL && in pci_cfgrw()
2256 (*pe->pe_cfgwrite)(pi, coff, bytes, *valp) == 0) in pci_cfgrw()
H A Dpci_passthru.c1176 .pe_cfgwrite = passthru_cfgwrite,