Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c266 typedef struct prs_irq_list_ent { struct
271 struct prs_irq_list_ent *next; argument
1867 struct prs_irq_list_ent *newent, *prevp = NULL, *origlistp; in acpi_insert_prs_irq_ent()
1869 newent = kmem_zalloc(sizeof (struct prs_irq_list_ent), KM_SLEEP); in acpi_insert_prs_irq_ent()
1916 struct prs_irq_list_ent *nextp; in acpi_destroy_prs_irq_list()
1922 kmem_free(*listpp, sizeof (struct prs_irq_list_ent)); in acpi_destroy_prs_irq_list()