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

/haiku/src/add-ons/kernel/busses/random/virtio/
H A DVirtioRNGDevice.cpp25 VirtioRNGDevice::VirtioRNGDevice(device_node *node) function in class:VirtioRNGDevice
86 VirtioRNGDevice::~VirtioRNGDevice()
95 VirtioRNGDevice::InitCheck()
102 VirtioRNGDevice::_Enqueue()
142 VirtioRNGDevice::_RequestCallback(void* driverCookie, void* cookie)
144 VirtioRNGDevice* device = (VirtioRNGDevice*)driverCookie;
154 VirtioRNGDevice
[all...]
H A DVirtioRNGPrivate.h31 class VirtioRNGDevice { class
33 VirtioRNGDevice(device_node* node);
34 ~VirtioRNGDevice();
H A Dvirtio_rng.cpp70 VirtioRNGDevice *device = new(std::nothrow) VirtioRNGDevice(node);
87 VirtioRNGDevice *device = (VirtioRNGDevice*)cookie;

Completed in 36 milliseconds