Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c156 static int pci_vtinput_cfgwrite(void *, int, int, uint32_t);
164 .vc_cfgwrite = pci_vtinput_cfgwrite,
446 pci_vtinput_cfgwrite(void *vsc, int offset, int size, uint32_t value) in pci_vtinput_cfgwrite() function