pe2 463 dev/ic/i82365.c struct pcic_event *pe1, *pe2;
pe2 469 dev/ic/i82365.c if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
pe2 471 dev/ic/i82365.c if (pe2->pe_type == PCIC_EVENT_INSERTION) {
pe2 475 dev/ic/i82365.c free(pe2, M_TEMP);
pe2 487 dev/ic/i82365.c struct pcic_event *pe1, *pe2;
pe2 493 dev/ic/i82365.c if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
pe2 495 dev/ic/i82365.c if (pe2->pe_type == PCIC_EVENT_REMOVAL) {
pe2 499 dev/ic/i82365.c free(pe2, M_TEMP);