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

/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Dpsm_common.c671 * Searches for the given IRQ in the irqlist passed in.
698 * Frees the irqlist allocated by acpi_get_possible_irq_resource.
718 * Creates a new entry in the given irqlist with the information passed in.
721 acpi_add_irqlist_entry(acpi_irqlist_t **irqlistp, uint32_t *irqlist, argument
726 ASSERT(irqlist != NULL);
731 newent->irqs = irqlist;
763 uint32_t *irqlist; local
808 irqlist = kmem_zalloc(irqlist_len * sizeof (*irqlist),
812 irqlist[
[all...]

Completed in 46 milliseconds