Searched refs:read_host_features (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/virtio/
H A Dvirtio.h87 status_t (*read_host_features)(void* cookie, uint64* features); member in struct:__anon2
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioDevice.cpp115 status_t status = fController->read_host_features(fCookie, &fFeatures);
/haiku/src/add-ons/kernel/busses/virtio/virtio_pci/
H A Dvirtio_pci.cpp223 read_host_features(void* cookie, uint64 *features) function
228 TRACE("read_host_features() %p node %p pci %p device %p\n", bus,
240 TRACE("read_host_features() %" B_PRIx64 "\n", *features);
911 read_host_features,

Completed in 103 milliseconds