Lines Matching defs:pe2
401 struct mmeyepcmcia_event *pe1, *pe2;
407 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
409 if (pe2->pe_type == MMEYEPCMCIA_EVENT_INSERTION) {
413 kmem_free(pe2, sizeof(*pe2));
425 struct mmeyepcmcia_event *pe1, *pe2;
431 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
433 if (pe2->pe_type == MMEYEPCMCIA_EVENT_REMOVAL) {
437 kmem_free(pe2, sizeof(*pe2));