Home
last modified time | relevance | path

Searched refs:prs_irq_list_ent (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c262 typedef struct prs_irq_list_ent { struct
267 struct prs_irq_list_ent *next; argument
1798 struct prs_irq_list_ent *newent, *prevp = NULL, *origlistp; in acpi_insert_prs_irq_ent()
1800 newent = kmem_zalloc(sizeof (struct prs_irq_list_ent), KM_SLEEP); in acpi_insert_prs_irq_ent()
1847 struct prs_irq_list_ent *nextp; in acpi_destroy_prs_irq_list()
1853 kmem_free(*listpp, sizeof (struct prs_irq_list_ent)); in acpi_destroy_prs_irq_list()