Searched defs:bDoIrq (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/HGSMI/
H A DSHGSMIHost.cpp26 bool bDoIrq = !!(pHdr->fFlags & VBOXSHGSMI_FLAG_GH_ASYNCH_IRQ) local
28 return HGSMICompleteGuestCommand(pIns, pHdr, bDoIrq);
H A DHGSMIHost.cpp719 * @param bDoIrq specifies whether the guest interrupt should be generated,
729 bool bDoIrq)
746 if(bDoIrq)
824 * @param bDoIrq specifies whether the guest interrupt should be generated,
830 bool bDoIrq)
844 bDoIrq);
1706 bool bDoIrq)
1711 if(bDoIrq)
1728 bool bDoIrq)
1740 rc = hgsmiCompleteGuestCommand (pIns, offBuffer, bDoIrq);
725 hgsmiHostCommandProcess(HGSMIINSTANCE *pIns, HGSMIOFFSET offBuffer, bool bDoIrq) argument
828 HGSMIHostCommandProcessAndFreeAsynch(PHGSMIINSTANCE pIns, void *pvMem, bool bDoIrq) argument
1704 hgsmiCompleteGuestCommand(PHGSMIINSTANCE pIns, HGSMIOFFSET offBuffer, bool bDoIrq) argument
1726 HGSMICompleteGuestCommand(PHGSMIINSTANCE pIns, void *pvMem, bool bDoIrq) argument
[all...]

Completed in 290 milliseconds