Searched refs:fEventDPC (Results 1 – 2 of 2) sorted by relevance
41 fEventDPC(NULL) in VirtioSCSIController()47 if (gSCSI->alloc_dpc(&fEventDPC) != B_OK) in VirtioSCSIController()132 gSCSI->free_dpc(fEventDPC); in ~VirtioSCSIController()341 gSCSI->schedule_dpc(fBus, fEventDPC, _RescanChildBus, this); in _EventInterrupt()
97 scsi_dpc_cookie fEventDPC; variable