Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_emul.h66 int (*pe_cfgwrite)(struct pci_devinst *pi, int offset, member
H A Dpci_emul.c2330 if (pe->pe_cfgwrite != NULL && in pci_cfgrw()
2331 (*pe->pe_cfgwrite)(pi, coff, bytes, *valp) == 0) in pci_cfgrw()
H A Dpci_passthru.c1451 .pe_cfgwrite = passthru_cfgwrite,
/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c613 .pe_cfgwrite = pci_lpc_cfgwrite,