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

/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.cpp33 void* gDPCHandle = NULL; variable
529 status = gDPCModule->new_dpc_queue(&gDPCHandle, "pc_serial irq",
561 gDPCModule->delete_dpc_queue(gDPCHandle);
562 gDPCHandle = NULL;
602 gDPCModule->delete_dpc_queue(gDPCHandle);
603 gDPCHandle = NULL;
653 err = gDPCModule->queue_dpc(gDPCHandle, pc_serial_dpc, device);
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DBusManager.cpp46 void* gDPCHandle = NULL; variable
207 if (gDPC->new_dpc_queue(&gDPCHandle, "acpi_task",
268 gDPC->delete_dpc_queue(gDPCHandle);
269 gDPCHandle = NULL;
279 gDPC->delete_dpc_queue(gDPCHandle);
280 gDPCHandle = NULL;
H A DACPICAHaiku.cpp181 extern void *gDPCHandle;
814 if (gDPC->queue_dpc(gDPCHandle, function, context) != B_OK) {

Completed in 511 milliseconds