Searched refs:fDPCHandle (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/random/virtio/
H A DVirtioRNGDevice.cpp31 fDPCHandle(NULL)
67 fStatus = gDPC->new_dpc_queue(&fDPCHandle, "virtio_rng timer",
82 gDPC->queue_dpc(fDPCHandle, HandleDPC, this);
89 gDPC->delete_dpc_queue(fDPCHandle);
166 gDPC->queue_dpc(device->fDPCHandle, HandleDPC, device);
H A DVirtioRNGPrivate.h61 void* fDPCHandle; member in class:VirtioRNGDevice

Completed in 69 milliseconds