Searched defs:fOurIRQ (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c306 bool fOurIRQ = VbgdCommonISR(&g_DevExt); local
307 if (fOurIRQ)
H A DVBoxGuest-freebsd.c439 bool fOurIRQ = VbgdCommonISR(&g_DevExt); local
441 return fOurIRQ ? 0 : 1;
H A DVBoxGuest-solaris.c896 bool fOurIRQ = VbgdCommonISR(&g_DevExt); local
899 return fOurIRQ ? DDI_INTR_CLAIMED : DDI_INTR_UNCLAIMED;
/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtioPci-solaris.c647 bool fOurIRQ = false; local
654 return fOurIRQ ? DDI_INTR_CLAIMED : DDI_INTR_UNCLAIMED;

Completed in 50 milliseconds