Lines Matching defs:pe2
393 struct shpcmcia_event *pe1, *pe2;
399 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
401 if (pe2->pe_type == SHPCMCIA_EVENT_INSERT) {
405 kmem_free(pe2, sizeof(*pe2));
418 struct shpcmcia_event *pe1, *pe2;
424 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
426 if (pe2->pe_type == SHPCMCIA_EVENT_REMOVE) {
430 kmem_free(pe2, sizeof(*pe2));