Home
last modified time | relevance | path

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

/openbsd/sys/dev/pv/
H A Dviornd.c140 if (virtio_attach_finish(vsc, va) != 0) in viornd_attach()
H A Dvmmci.c120 if (virtio_attach_finish(vsc, va) != 0) in vmmci_attach()
H A Dvirtiovar.h234 int virtio_attach_finish(struct virtio_softc *, struct virtio_attach_args *);
H A Dviomb.c223 if (virtio_attach_finish(vsc, va) != 0) in viomb_attach()
H A Dvioscsi.c171 if (virtio_attach_finish(vsc, va) != 0) in vioscsi_attach()
H A Dviocon.c204 if (virtio_attach_finish(vsc, va) != 0) in viocon_attach()
H A Dvioblk.c256 if (virtio_attach_finish(vsc, va) != 0) in vioblk_attach()
H A Dviogpu.c214 if (virtio_attach_finish(vsc, va) != 0) in viogpu_attach()
H A Dvirtio.c158 virtio_attach_finish(struct virtio_softc *sc, struct virtio_attach_args *va) in virtio_attach_finish() function
H A Dif_vio.c847 if (virtio_attach_finish(vsc, va) != 0) in vio_attach()