Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dvirtio.h509 void vi_set_debug(struct virtio_softc *, bool);
H A Dpci_virtio_block.c525 vi_set_debug(&sc->vbsc_vs, pci_vtblk_debug); in pci_vtblk_init()
H A Dpci_virtio_net.c640 vi_set_debug(&sc->vsc_vs, pci_vtnet_debug); in pci_vtnet_init()
H A Dpci_virtio_viona.c955 vi_set_debug(&sc->vsc_vs, pci_viona_debug); in pci_viona_init()
H A Dvirtio.c202 vi_set_debug(struct virtio_softc *vs, bool debug) in vi_set_debug() function