Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/
H A Dvirtio.h125 void virtio_write_device_config(device_t dev, bus_size_t offset,
143 virtio_write_device_config(dev, offset, &val, sizeof(type)); \
H A Dvirtio.c331 virtio_write_device_config(device_t dev, bus_size_t offset, const void *dst, int len) in virtio_write_device_config() function