Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/
H A Dvirtio.h86 #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/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_attach()
/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.c310 return (VIRTIO_SIMPLE_PROBE(dev, virtio_blk)); in vtblk_probe()
/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c268 return (VIRTIO_SIMPLE_PROBE(dev, virtio_scsi)); in vtscsi_probe()
/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c423 return (VIRTIO_SIMPLE_PROBE(dev, vtnet)); in vtnet_probe()