prs_irq_list_ent
struct prs_irq_list_ent *newent, *prevp = NULL, *origlistp;
newent = kmem_zalloc(sizeof (struct prs_irq_list_ent), KM_SLEEP);
struct prs_irq_list_ent *nextp;
kmem_free(*listpp, sizeof (struct prs_irq_list_ent));
struct prs_irq_list_ent *next;