opnsense-src/sys/dev/virtio
Alexander Motin 8c4ee0b22c Use xpt_path_sbuf() in few drivers
xpt_path_string() is now a wrapper around xpt_path_sbuf().  Using it
to than concatenate result to another sbuf makes no sense.  Just call
xpt_path_sbuf() directly.

MFC after:	1 month
2023-11-23 11:29:19 -05:00
..
balloon virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
block virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
console virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
gpu vtgpu: Fix the physical memory size 2023-09-21 11:50:29 +01:00
mmio virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
network virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
pci virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
random virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
scsi Use xpt_path_sbuf() in few drivers 2023-11-23 11:29:19 -05:00
virtio.c virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
virtio.h virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
virtio_bus_if.m virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
virtio_config.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
virtio_endian.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
virtio_ids.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
virtio_if.m sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
virtio_ring.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
virtqueue.c virtio: use bool for boolean functions 2023-09-18 22:03:26 +02:00
virtqueue.h virtio: use bool for boolean functions 2023-09-18 22:03:26 +02:00