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

/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtioPci-solaris.c517 int IntrType = 0; local
518 int rc = ddi_intr_get_supported_types(pDip, &IntrType);
522 if (IntrType & DDI_INTR_TYPE_FIXED)
525 rc = ddi_intr_get_nintrs(pDip, IntrType, &IntrCount);
530 rc = ddi_intr_get_navail(pDip, IntrType, &IntrAvail);
539 rc = ddi_intr_alloc(pDip, g_pIntr, IntrType, 0, IntrCount, &IntrAllocated, DDI_INTR_ALLOC_NORMAL);
603 LogRel((VIRTIOLOGNAME ":VirtioPciSetupIRQ: invalid irq type. IntrType=%#x\n", IntrType));
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-solaris.c776 int IntrType = 0; local
777 int rc = ddi_intr_get_supported_types(pDip, &IntrType);
781 if (IntrType & DDI_INTR_TYPE_FIXED)
784 rc = ddi_intr_get_nintrs(pDip, IntrType, &IntrCount);
789 rc = ddi_intr_get_navail(pDip, IntrType, &IntrAvail);
798 rc = ddi_intr_alloc(pDip, g_pIntr, IntrType, 0, IntrCount, &IntrAllocated, DDI_INTR_ALLOC_NORMAL);
853 LogRel((DEVICE_NAME "::AddIRQ: invalid irq type. IntrType=%#x\n", IntrType));

Completed in 35 milliseconds