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

/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtioPci-solaris.c141 static int VirtioPciSetupIRQ(dev_info_t *pDip);
226 VirtioPciSetupIRQ(pDevice->pDip);
512 static int VirtioPciSetupIRQ(dev_info_t *pDip) function
514 LogFlow((VIRTIOLOGNAME ":VirtioPciSetupIRQ: pDip=%p\n", pDip));
515 cmn_err(CE_NOTE, "VirtioPciSetupIRQ\n");
567 cmn_err(CE_NOTE, "VirtioPciSetupIRQ success\n");
572 LogRel((VIRTIOLOGNAME ":VirtioPciSetupIRQ failed to assign IRQs allocated=%d\n", IntrAllocated));
577 LogRel((VIRTIOLOGNAME ":VirtioPciSetupIRQ failed to get priority of interrupt. rc=%d\n", rc));
584 LogRel((VIRTIOLOGNAME ":VirtioPciSetupIRQ: failed to allocated IRQs. count=%d\n", IntrCount));
588 LogRel((VIRTIOLOGNAME ":VirtioPciSetupIRQ
[all...]

Completed in 68 milliseconds