Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/
H A Dvirtio.h88 #define VIRTIO_SIMPLE_PROBE(dev, driver) \ macro
/freebsd/sys/dev/virtio/random/
H A Dvirtio_random.c136 return (VIRTIO_SIMPLE_PROBE(dev, virtio_random)); in vtrnd_probe()
/freebsd/sys/dev/virtio/p9fs/
H A Dvirtio_p9fs.c262 return (VIRTIO_SIMPLE_PROBE(dev, virtio_p9fs)); in vt9p_probe()
/freebsd/sys/dev/virtio/scmi/
H A Dvirtio_scmi.c147 return (VIRTIO_SIMPLE_PROBE(dev, virtio_scmi)); in vtscmi_probe()
/freebsd/sys/dev/virtio/balloon/
H A Dvirtio_balloon.c167 return (VIRTIO_SIMPLE_PROBE(dev, virtio_balloon)); in vtballoon_probe()
/freebsd/sys/dev/virtio/gpu/
H A Dvirtio_gpu.c283 return (VIRTIO_SIMPLE_PROBE(dev, virtio_gpu)); in vtgpu_probe()
/freebsd/sys/dev/virtio/console/
H A Dvirtio_console.c313 return (VIRTIO_SIMPLE_PROBE(dev, virtio_console)); in vtcon_probe()
/freebsd/sys/dev/virtio/block/
H A Dvirtio_blk.c319 return (VIRTIO_SIMPLE_PROBE(dev, virtio_blk)); in vtblk_probe()
/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c267 return (VIRTIO_SIMPLE_PROBE(dev, virtio_scsi)); in vtscsi_probe()
/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c434 return (VIRTIO_SIMPLE_PROBE(dev, vtnet)); in vtnet_probe()