Home
last modified time | relevance | path

Searched refs:virtio_write_device_config (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/virtio/
Dvirtio.h92 void virtio_write_device_config(device_t dev, bus_size_t offset,
110 virtio_write_device_config(dev, offset, &val, sizeof(type)); \
Dvirtio.c259 virtio_write_device_config(device_t dev, bus_size_t offset, void *dst, int len) in virtio_write_device_config() function