VirtioRNGDevice
VirtioRNGDevice::_Enqueue()
VirtioRNGDevice::_RequestCallback(void* driverCookie, void* cookie)
VirtioRNGDevice* device = (VirtioRNGDevice*)driverCookie;
VirtioRNGDevice::_RequestInterrupt()
VirtioRNGDevice::HandleTimerHook(struct timer* timer)
VirtioRNGDevice* device = reinterpret_cast<VirtioRNGDevice*>(timer->user_data);
VirtioRNGDevice::HandleDPC(void *arg)
VirtioRNGDevice* device = reinterpret_cast<VirtioRNGDevice*>(arg);
VirtioRNGDevice::VirtioRNGDevice(device_node *node)
VirtioRNGDevice::~VirtioRNGDevice()
VirtioRNGDevice::InitCheck()
class VirtioRNGDevice {
VirtioRNGDevice(device_node* node);
~VirtioRNGDevice();
VirtioRNGDevice *device = new(std::nothrow) VirtioRNGDevice(node);
VirtioRNGDevice *device = (VirtioRNGDevice*)cookie;